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
|
@@ -6,8 +6,9 @@ library_name: diffusers
|
|
| 6 |
pipeline_tag: text-to-image
|
| 7 |
tags:
|
| 8 |
- stable-diffusion-xl
|
| 9 |
-
-
|
| 10 |
-
-
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
### sdxl-0.9-usage
|
|
@@ -87,6 +88,4 @@ tags:
|
|
| 87 |
### Q&A
|
| 88 |
|
| 89 |
|
| 90 |
-
- Please feel free to leave all of your questions in the community of this repo, and I will soon answer them if I am able to solve
|
| 91 |
-
|
| 92 |
-
|
|
|
|
| 6 |
pipeline_tag: text-to-image
|
| 7 |
tags:
|
| 8 |
- stable-diffusion-xl
|
| 9 |
+
- sdxl
|
| 10 |
+
- SD-XL 0.9
|
| 11 |
+
- NathMath
|
| 12 |
---
|
| 13 |
|
| 14 |
### sdxl-0.9-usage
|
|
|
|
| 88 |
### Q&A
|
| 89 |
|
| 90 |
|
| 91 |
+
- Please feel free to leave all of your questions in the community of this repo, and I will soon answer them if I am able to solve.
|
|
|
|
|
|