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

  • Log In
  • Sign Up

sd-community
/
sdxl-flash

Text-to-Image
Diffusers
Safetensors
StableDiffusionXLPipeline
stable-diffusion
sdxl
flash
sdxl-flash
lightning
turbo
lcm
hyper
fast
fast-sdxl
sd-community
Model card Files Files and versions
xet
Community
6

Instructions to use sd-community/sdxl-flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use sd-community/sdxl-flash with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("sd-community/sdxl-flash", dtype=torch.bfloat16, device_map="cuda")
    
    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

`DPMSolverSinglestepScheduler` used is DPM++ second order single step.

3
#5 opened almost 2 years ago by
tolgacangoz

Can this model be used via ComfyUI?

4
#4 opened almost 2 years ago by
CHNtentes

Loss of diversity

2
#3 opened almost 2 years ago by
jychoi

Any Lora version for it?

#2 opened almost 2 years ago by
bdsqlsz

Is it possible to use hyper SD on top of this model, and is there any way to make it occupy less memory and GPU

2
#1 opened almost 2 years ago by
michaelj
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs