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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,7 @@ extra_gated_heading: Please read the LICENSE to access this model
|
|
| 20 |
- While I am fixing it, I have release my current working candidate for v3 **[available here](https://huggingface.co/Anashel/rpg/tree/main/RPG-v3-Training)**
|
| 21 |
- If you have time an want to help, generate various images and let me know the best prompt / candidate combination
|
| 22 |
- Rogue, Thief, Warrior, Heavy Armor, Leather Armor and Orc are some of many concepts that have been added
|
|
|
|
| 23 |
- This **[Human Warrior](https://s3.amazonaws.com/moonup/production/uploads/1672980857519-631ba4758de8e645af703f33.jpeg)** and **[Orc Warrior](https://s3.amazonaws.com/moonup/production/uploads/1672980861302-631ba4758de8e645af703f33.jpeg)** demonstrate the same prompt / same seed accross candidates
|
| 24 |
|
| 25 |
|
|
|
|
| 20 |
- While I am fixing it, I have release my current working candidate for v3 **[available here](https://huggingface.co/Anashel/rpg/tree/main/RPG-v3-Training)**
|
| 21 |
- If you have time an want to help, generate various images and let me know the best prompt / candidate combination
|
| 22 |
- Rogue, Thief, Warrior, Heavy Armor, Leather Armor and Orc are some of many concepts that have been added
|
| 23 |
+
- Should also work great with img2img
|
| 24 |
- This **[Human Warrior](https://s3.amazonaws.com/moonup/production/uploads/1672980857519-631ba4758de8e645af703f33.jpeg)** and **[Orc Warrior](https://s3.amazonaws.com/moonup/production/uploads/1672980861302-631ba4758de8e645af703f33.jpeg)** demonstrate the same prompt / same seed accross candidates
|
| 25 |
|
| 26 |
|