Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
Anything V3
stable diffusion
stable diffusion diffusers
Instructions to use KawaiiApp/tomriddle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use KawaiiApp/tomriddle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("KawaiiApp/tomriddle", 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 09c385c
add text encoder 8ba7d9b
mustafa commited on
add defusser pytorch.bin model 3c7862a
mustafa commited on
Update README.md aefd3f6
Update README.md 0ef2ecc
Update README.md a195e8f
add models 858feae
mustafa commited on
adds example images 0aa874a
mustafa commited on