Instructions to use stabilityai/stable-diffusion-xl-base-0.9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stabilityai/stable-diffusion-xl-base-0.9 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-0.9", 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
i want to download XLSD requirment just as they work on SD 1111
#42
by mostafaAIuser - opened
Hi i have problem to download the files automatically from SD extension from this video : https://www.youtube.com/watch?v=SVBOL_ukFqE
my problem is i cant download the files at same time (internet problem and some other stuff ) i want to download the files at it needed (in minimum needed ) just for SD 1111 extension can you tell me which files i should download and where i have to put them exactly ? thanks
You should check the "Files and versions" tab to see if thats what you need.