Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

liuhahi
/
Zeyan-lora

Text-to-Image
Diffusers
Trained with AutoTrain
spacerunner
flux
lora
template:sd-lora
Model card Files Files and versions
xet
Community
7

Instructions to use liuhahi/Zeyan-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use liuhahi/Zeyan-lora with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("liuhahi/Zeyan-lora")
    
    prompt = "A lone warrior stands in front of the camera, his piercing gaze locked forward with unwavering focus. He wears rugged leather armor with battle scars etched into the surface, and his posture is tall and imposing. The light hits him from the side, casting dramatic shadows that highlight his strong jawline and determined expression. Behind him, the blurred background fades into a soft, cool-toned cityscape, keeping the attention on his resolute face. The camera captures every detail of his appearance with stunning clarity, from the weathered texture of his armor to the subtle reflection in his intense eyes. In this cinematic shot, the warrior’s presence is commanding, exuding strength and confidence."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Zeyan-lora
173 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
liuhahi's picture
liuhahi
Update README.md
9759d98 verified over 1 year ago
  • images
    Add generated example (#7) over 1 year ago
  • samples
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    7.53 kB
    Update README.md over 1 year ago
  • zeyan-lora.safetensors
    172 MB
    xet
    Upload folder using huggingface_hub over 1 year ago