Instructions to use ModernNoob/Deyui_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ModernNoob/Deyui_Model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ModernNoob/Deyui_Model", 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
Commit History
Update README.md 0ef85ac
Upload Deyui_Diffusion_Model-04.safetensors b4ff4b2
Delete Deyui_Diffusion_Model-04.safetensors 1706258
Update README.md 70ef735
Update README.md 13e1876
Upload Deyui_Diffusion_Model-04.safetensors b07d202
Delete Model-03.safetensors f6b52df
Update README.md 09e08e0
Update README.md dbae65c
Add Diffusion Model a175231
root commited on