Text-to-Image
Diffusers
English
stable-diffusion
stable-diffusion-xl
sdxl
SD-XL 0.9
tutorial
NathMath
Instructions to use NathMath/sdxl-0.9-usage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use NathMath/sdxl-0.9-usage with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("NathMath/sdxl-0.9-usage", 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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ tags:
|
|
| 53 |
|
| 54 |
- 5. - Move your "base" and "refiner" models into the ComfyUI's subfolder, like "...\ComfyUI\models\checkpoints\", where "..." means your root folder of your ComfyUI environment.
|
| 55 |
- Click into the file folder of THIS REPO, and find some files named "sdxl-0.9-...-.json", which is a demo environment I have created for testing and using the stable-diffusion-xl-0.9 in ComfyUI.
|
| 56 |
-
- Note that the 3-digit number in the file name represents the version of my demo, and always, you should download the latest one
|
| 57 |
- Link: https://huggingface.co/NathMath/sdxl-0.9-usage/tree/main
|
| 58 |

|
| 59 |
|
|
|
|
| 53 |
|
| 54 |
- 5. - Move your "base" and "refiner" models into the ComfyUI's subfolder, like "...\ComfyUI\models\checkpoints\", where "..." means your root folder of your ComfyUI environment.
|
| 55 |
- Click into the file folder of THIS REPO, and find some files named "sdxl-0.9-...-.json", which is a demo environment I have created for testing and using the stable-diffusion-xl-0.9 in ComfyUI.
|
| 56 |
+
- Note that the 3-digit number in the file name represents the version of my demo, and always, you should download the latest one owning the biggest number.
|
| 57 |
- Link: https://huggingface.co/NathMath/sdxl-0.9-usage/tree/main
|
| 58 |

|
| 59 |
|