Text-to-Image
Diffusers
English
stable-diffusion
role-playing game
art generation
flux1
Eval Results (legacy)
Instructions to use Anashel/rpg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Anashel/rpg with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Anashel/rpg", 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
Getting plastic doll looking figures
#13 opened almost 3 years ago
by
dovrosenberg
diffusers version?
1
#12 opened about 3 years ago
by
ayca
Update README.md
#10 opened about 3 years ago
by
ftrsarp
When ckpt for automatic1111
#9 opened about 3 years ago
by
Hikaruga
How did you prepare your dataset?
1
#7 opened over 3 years ago
by
Cilem
.safetensors file?
1
#6 opened over 3 years ago
by
Bravesirkiwi
V3 Release Date?
15
#5 opened over 3 years ago
by
BubblePudding
Inclusion of a model_index.json file for onnx conversion
3
#4 opened over 3 years ago
by
Tyler-S
How did you train the RPG model?
2
#3 opened over 3 years ago
by
jgodvliet
this is SD 2.0 or 1.5?
1
#1 opened over 3 years ago
by
SchlomoShekelberg