Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
General Purpose
Digital Art
Superhero
Retro
Game Art
Style
Photorealistic
moesah
Zovya
Patchmonk
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/RainbowRainbow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/RainbowRainbow 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/RainbowRainbow", 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
|
@@ -25,4 +25,48 @@ base_model_relation: merge
|
|
| 25 |
inference: true
|
| 26 |
---
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
inference: true
|
| 26 |
---
|
| 27 |
|
| 28 |
+
# RainbowRainbow
|
| 29 |
+
|
| 30 |
+
aZovyaRPG3 mixed with RainbowPatch and the RainbowPunk lyCORYS to create the first model where you can use RainbowPunk and rainbowpatch in your prompts and see an effect! Showcase and prompts (all use seed 9119):
|
| 31 |
+
|
| 32 |
+

|
| 33 |
+
|
| 34 |
+
rainbowpunk, rainbowpatch, chalk dust in a living room
|
| 35 |
+
|
| 36 |
+

|
| 37 |
+
|
| 38 |
+
pretty cute girl, rainbowpatch, rainbowpunk, jewelry, solo, earrings, long hair, necklace, blonde hair, looking at viewer, smile, pearl necklace, blue eyes, upper body, eyelashes, simple background, shirt, white shirt, hairband, pink hairband, lips, curly hair, closed mouth, wavy hair, light particles, makeup, pink lips, lipstick, pink bow, blush, ribbon, bow, red lips, pink background, hair ribbon, looking to the side, from side, hair bow, pink ribbon, bead necklace, sparkle, artist name, portrait, bangs, flower earrings, hair over shoulder, light smile, looking back, pearl (gemstone), mascara, aqua eyes, brown background, grey background, Barbie,
|
| 39 |
+
|
| 40 |
+

|
| 41 |
+
|
| 42 |
+
Portrait of a beautiful superhero, rainbowpatch
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
+
(high quality, best quality:1.2), sexy outfit, adorable plant girl, collar, rainbow plant hybrid, (yellow eyes, teal skin:1.5), in the amazon rainforest
|
| 47 |
+
|
| 48 |
+
Original pages:
|
| 49 |
+
|
| 50 |
+
https://civitai.com/models/8124?modelVersionId=87886 (aZovyaRPGV3)
|
| 51 |
+
|
| 52 |
+
https://civitai.com/models/5528/rainbowpatch
|
| 53 |
+
|
| 54 |
+
https://civitai.com/models/79651/rainbow-punk
|
| 55 |
+
|
| 56 |
+
# Recipe:
|
| 57 |
+
|
| 58 |
+
- SuperMerger Merge LoRA to checkpoint:
|
| 59 |
+
|
| 60 |
+
Model A: aZovyaRPGV3
|
| 61 |
+
|
| 62 |
+
LoRA: RainbowPunk (https://huggingface.co/Yntec/RainbowPunk/resolve/main/rainbowpunk_v1.lyCORYS.safetensors)
|
| 63 |
+
|
| 64 |
+
Output: RainbowRPG
|
| 65 |
+
|
| 66 |
+
- SuperMerger Weight sum use MWB 1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1
|
| 67 |
+
|
| 68 |
+
Model A: rainbowpatch
|
| 69 |
+
|
| 70 |
+
Model B: RainbowRPG
|
| 71 |
+
|
| 72 |
+
Output: RainbowRainbow
|