Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Base Model
Fantasy
New World
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Anashel
Instructions to use Yntec/RPG_Remix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RPG_Remix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/RPG_Remix", 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
Upload README0.md
Browse files- README0.md +20 -0
README0.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: creativeml-openrail-m
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
pipeline_tag: text-to-image
|
| 5 |
+
tags:
|
| 6 |
+
- stable-diffusion
|
| 7 |
+
- stable-diffusion-diffusers
|
| 8 |
+
- diffusers
|
| 9 |
+
- text-to-image
|
| 10 |
+
- Anashel
|
| 11 |
+
- Anashel
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# RPG Remix
|
| 15 |
+
|
| 16 |
+
A mix between RPG v5 by Anashel and RPG v3 Canditate 16 by Anashel. RPG v4 did a sad turn towards realism, v3 was the most fantastic one but in future versions the magic was gone, focusing on realism of fabric and such. This remix intends to bring the magic back so you get the best of both worlds! It also uses the Color 101 VAE baked in.
|
| 17 |
+
|
| 18 |
+
Original page:
|
| 19 |
+
|
| 20 |
+
https://civitai.com/models/1116
|