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

  • Log In
  • Sign Up

minimaxir
/
sdxl-wrong-lora

Text-to-Image
Diffusers
stable-diffusion
stable-diffusion-diffusers
lora
Model card Files Files and versions
xet
Community
9

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

  • Libraries
  • Diffusers

    How to use minimaxir/sdxl-wrong-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("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("minimaxir/sdxl-wrong-lora")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

## License incompatibility: MIT License VS OpenRAIL++ License

1
#9 opened 11 months ago by
xixi126

Does this work for ControlNet SDXL as well?

#8 opened over 2 years ago by
polavishnu

Why is the safetensors file gone?

👍 2
1
#7 opened over 2 years ago by
Illustrator83

replicate.com version?

2
#6 opened over 2 years ago by
foolmoron

Adding `safetensors` variant of this model

#5 opened over 2 years ago by
FnSK4R17s

Safetensor Version?

1
#1 opened over 2 years ago by
97Buckeye
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs