Instructions to use trprkkk/miyo-waifu-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use trprkkk/miyo-waifu-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("trprkkk/miyo-waifu-diffusion", 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
Commit History
Update README.md 3b8b9e8
Update README.md 1af7890
Update README.md 00b7e8c
Update README.md 5f97900
Update README.md b947c8d
Update README.md 993fcf6
Update README.md 3560c9f
Update README.md 009c1cf
Update README.md 9ad2bcc
Upload 2 files 4696158
Update README.md fdc864b
Update README.md ec493ec
Update README.md cc507bb
Update README.md 34d5806
Create README.md 58ef1fe
feat: upload prototype model 1ae8704
trprkkk commited on