Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General
Anime
Art
Girl
Photorealistic
3D
XpucT
PotatCat
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/DeliberateRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/DeliberateRemix 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/DeliberateRemix", 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
|
@@ -22,6 +22,7 @@ tags:
|
|
| 22 |
The original plan was to make a Remix of Deliberate 1 and 2. However, for that I need to make a temporary model, and I just loved it so much that the remix does not include any of Deliberate 2. Oops. The outcome was a really warm model that was lightened with the Gloom Lora, check out this comparison!
|
| 23 |
|
| 24 |

|
|
|
|
| 25 |
|
| 26 |
I sacrificed everything for SOUL!
|
| 27 |
|
|
|
|
| 22 |
The original plan was to make a Remix of Deliberate 1 and 2. However, for that I need to make a temporary model, and I just loved it so much that the remix does not include any of Deliberate 2. Oops. The outcome was a really warm model that was lightened with the Gloom Lora, check out this comparison!
|
| 23 |
|
| 24 |

|
| 25 |
+
(click for larger)
|
| 26 |
|
| 27 |
I sacrificed everything for SOUL!
|
| 28 |
|