Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
3D artworks
General purpose
Photorealistic
Anime
Pixar
CGI
nitrosocke
PromptSharingSamaritan
artificialguybr
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Red with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Red 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/Red", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,4 +23,60 @@ base_model:
|
|
| 23 |
base_model_relation: merge
|
| 24 |
---
|
| 25 |
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
base_model_relation: merge
|
| 24 |
---
|
| 25 |
|
| 26 |
+
# Red
|
| 27 |
+
|
| 28 |
+
Redshift Diffusion merged with Liberte Redmond (because they have red in the name) and Shiny3D cartoon (because it sometimes makes red backgrounds, lol!) to celebrate this color! You can use "redshift style" in the prompt, though it's a very strong effect that makes it harder to prompt. Showcase and prompts (all use seed 9119):
|
| 29 |
+
|
| 30 |
+

|
| 31 |
+
|
| 32 |
+
redshift style Halle Berry as Storm from Xmen
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
+
redshift style an illustration of a baby hedgehog with headphones holding an bow ribbon umbrella in the rain
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
(digital painting:1.3), cartoon, trending on artstation, close up of pretty cute Swedish girl, centered, (messy bun), beautiful brown eyes, redshift style pale skin, behind mountains, snow, (high detailed skin:1.2), film grain, Fujifilm XT3, (high detailed face:1.3)
|
| 41 |
+
|
| 42 |
+

|
| 43 |
+
|
| 44 |
+
redshift style burger
|
| 45 |
+
|
| 46 |
+
Original pages:
|
| 47 |
+
|
| 48 |
+
https://huggingface.co/nitrosocke/redshift-diffusion
|
| 49 |
+
|
| 50 |
+
https://civitai.com/models/118571/shiny-3d-cartoon?modelVersionId=128643
|
| 51 |
+
|
| 52 |
+
https://civitai.com/models/94123?modelVersionId=100409 (Liberte Redmond)
|
| 53 |
+
|
| 54 |
+
# Recipe:
|
| 55 |
+
|
| 56 |
+
- SuperMerger Add Difference Train Difference Alpha 1
|
| 57 |
+
|
| 58 |
+
Model A: LiberteRedmond
|
| 59 |
+
|
| 60 |
+
Model B: redshift-diffusion
|
| 61 |
+
|
| 62 |
+
Model C: Stable Diffusion 1.5
|
| 63 |
+
|
| 64 |
+
Output Model: LiberteRedshift
|
| 65 |
+
|
| 66 |
+
- SuperMerger Add Difference Train Difference Alpha 1
|
| 67 |
+
|
| 68 |
+
Model A: Shiny3DCartoon
|
| 69 |
+
|
| 70 |
+
Model B: redshift-diffusion
|
| 71 |
+
|
| 72 |
+
Model C: Stable Diffusion 1.5
|
| 73 |
+
|
| 74 |
+
Output Model: RedShiny-Diffusion
|
| 75 |
+
|
| 76 |
+
- SuperMerger Weight sum Use MBW 1,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1
|
| 77 |
+
|
| 78 |
+
Model A: LiberteRedshift
|
| 79 |
+
|
| 80 |
+
Model B: RedShiny-Diffusion
|
| 81 |
+
|
| 82 |
+
Output Model: Red
|