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
Rename README.md to Unstable Diffuser
Browse filesOfficial Civitai Repository:
Read more about this model here: [https://civitai.com/models/84040/sdxl-unstable-diffusers-yamermix](https://civitai.com/models/84040/sdxl-unstable-diffusers-yamermix)
If you want to contribute to this project remember to share it and give it a 5 star review.
Please consider supporting me on Ko-Fi:
[https://ko-fi.com/yamer](https://ko-fi.com/yamer)
You can run this model here:
[https://civitai.com/models/84040/sdxl-unstable-diffusers-yamermix](https://civitai.com/models/84040/sdxl-unstable-diffusers-yamermix)
Follow me on Twitter:
[https://twitter.com/YamerOfficial](https://twitter.com/YamerOfficial)
README.md → Unstable Diffuser
RENAMED
|
File without changes
|