Text-to-Image
Diffusers
English
stable-diffusion
stable-diffusion-diffusers
image-to-image
aiart
anime
Instructions to use TheRafal/everything with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheRafal/everything with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheRafal/everything", 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 13c4578
Create negative_prompt.txt 8a96bbb
Upload 1.png 69a6bb9
Update README.md 592df71
Update README.md 2ea78d4
Update README.md 5129ae4
Update README.md d6a909c
Update README.md bb99da5
Update README.md 5d45cbd
Update README.md e9f401f
Update README.md d35b321
initial commit f24ad95
Raphael commited on