Instructions to use Kotajiro/yayoi_mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kotajiro/yayoi_mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Kotajiro/yayoi_mix", 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
Upload 4 files
Browse files- 00651-2352264268.jpg +0 -0
- 00793-1620591519.jpg +0 -0
- 00845-1490049709.jpg +0 -0
- 00848-1490049712.jpg +0 -0
00651-2352264268.jpg
ADDED
|
00793-1620591519.jpg
ADDED
|
00845-1490049709.jpg
ADDED
|
00848-1490049712.jpg
ADDED
|