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
Can this model be used via ComfyUI?
Or only by diffusers library
Or only by diffusers library
Yea, you can download the original sd checkpoint at: https://civitai.com/models/464454/sdxl-flash
For the mini model, you stated it could only be used in webui or comfyui. How come the difference between two models?
@CHNtentes , the Flash-Mini model cannot be correctly divided into diffusers, so it can only be used as a single file in various interfaces.
@CHNtentes , the Flash-Mini model cannot be correctly divided into diffusers, so it can only be used as a single file in various interfaces.
Hello author, thank you for your hard work and selfless sharing, may I ask the MINI version compared with the original FLASH, the specific castration content?