Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

neph1
/
50s_western_lora_zit

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use neph1/50s_western_lora_zit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use neph1/50s_western_lora_zit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("neph1/50s_western_lora_zit")
    
    prompt = "50s_western. close up view of a woman in cowboy clothing standing in the middle of a small western town. she has a shirt and a red scarf around her neck and a cowboy hat. she holds a pistol in each of her hands. a wide belt with holsters. she has long hair that is blowing slightly in the wind. in the background we see wooden buildings. The overall style evokes a vintage Western film, with muted, earthy colors and a nostalgic atmosphere. The camera shot is close up and from below, focusing on the woman."
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
50s_western_lora_zit
174 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
neph1's picture
neph1
Update README.md
b10d9c7 verified 4 months ago
  • .gitattributes
    2.31 kB
    initial commit 4 months ago
  • 50s_western_z_100.safetensors
    174 MB
    xet
    Upload 50s_western_z_100.safetensors 4 months ago
  • README.md
    2.95 kB
    Update README.md 4 months ago