Instructions to use Fictiverse/ElRisitas with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Fictiverse/ElRisitas with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Fictiverse/ElRisitas", 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 ·
445130f
1
Parent(s): 8f62792
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ This is the fine-tuned Stable Diffusion model trained on images from El Risitas.
|
|
| 8 |
|
| 9 |
Use **Elrisitas** in your prompts.
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
### Sample images:
|
| 12 |

|
| 13 |

|
|
|
|
| 8 |
|
| 9 |
Use **Elrisitas** in your prompts.
|
| 10 |
|
| 11 |
+
Update : V2 is out
|
| 12 |
+

|
| 13 |
+
|
| 14 |
### Sample images:
|
| 15 |

|
| 16 |

|