Instructions to use Yamer-AI/SDXL_Unstable_Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yamer-AI/SDXL_Unstable_Diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yamer-AI/SDXL_Unstable_Diffusers", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,4 +27,6 @@ You can run this model here:
|
|
| 27 |
- https://rundiffusion.com
|
| 28 |
|
| 29 |
Follow me on Twitter for updates:
|
| 30 |
-
- https://twitter.com/YamerOfficial
|
|
|
|
|
|
|
|
|
| 27 |
- https://rundiffusion.com
|
| 28 |
|
| 29 |
Follow me on Twitter for updates:
|
| 30 |
+
- https://twitter.com/YamerOfficial
|
| 31 |
+
|
| 32 |
+
For business inquires, commercial licensing, custom models/commissions, large scale image captioning for datasets and consultation contact me under yamer@rundiffusion.com
|