Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
image-to-image
aiart
anime
Instructions to use TheRafal/everything-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheRafal/everything-v1 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-v1", 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 00dffb8
safetensors model file 9674e8e
Update README.md f1867d5
Update README.md 4808f0a
Update README.md ca91e15
Update README.md e666da4
Update README.md 0af9574
Update README.md 7453730
Update README.md 670d29e
Update README.md 062d3b8
Update README.md f78e784
Update README.md eea20c1
Upload thumbnail.png a15f1bc
Delete 1girl.png ebf0507
Delete 1boy.png 1be0872
Delete 1.png fe0b305
Update README.md 2d7cb15
Upload 3 files a8ea89a
Upload 1.png c56e03f
Upload 2 files 3336e41
Delete 1.png b74cf25
Delete 1boy.png ac87f11
Delete 1girl.png 7e743ac
Update README.md 0783ec9
Update README.md 204fa30
Update README.md c1e8b72
Update README.md ff35288
Update README.md 4d16d17
Upload 3 files 64014d1
Delete images fac3426
Create images/ b47df06
Update README.md 7b6de3e
Update README.md 0a8b6df
Update README.md f2d15e4
Update README.md 390c523
Update README.md a98f456
License in README e3e151d
Update README.md 5f804b1
Update README.md 3577669
Update README.md d3d9e17
Update README.md 6cc29bc
Upload ckpt file 98f14e1
Update README.md 85e70be
initial commit dc2af23
Rafał M commited on