Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Nostalgic
90s
Retro
Vintage
cometshooting
Clumsy_Trainer
OneRing
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/NostalgiaRemix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/NostalgiaRemix 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/NostalgiaRemix", 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
|
@@ -18,4 +18,63 @@ tags:
|
|
| 18 |
base_model:
|
| 19 |
- Yntec/Nostalgic
|
| 20 |
---
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
base_model:
|
| 19 |
- Yntec/Nostalgic
|
| 20 |
---
|
| 21 |
+
|
| 22 |
+
# Nostalgia Remix
|
| 23 |
+
|
| 24 |
+
NostalgiaMix merged with Nostalgic to increase coherency of outputs by 200%! Showcase and prompts (all use seed 9119):
|
| 25 |
+
|
| 26 |
+

|
| 27 |
+
|
| 28 |
+
highquality, masterpiece, 1girl, Chi-Chi, :D, close up, smile, arms up, pink helmet, black hair, black eyes, blush, white teeth, bikini armor, aqua cape, pink gloves, pink boots, cleavage. cave, rock, mountain. blue collar
|
| 29 |
+
|
| 30 |
+

|
| 31 |
+
|
| 32 |
+
A genie pretty cute little girl making detailed eyes, full shot, mucha lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws. alejandro jodorowsky jungle moon light, fireflies, lovely view, reliastic, 8 k hd. sitting elementary, bow in hair, gorgeous hair, DETAILED CHIBI EYES, A beautiful
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
+
(masterpiece), (best quality), cute girl, (ultra-detailed)sun glare, bokeh, depth of field,light particles, strong wind, (Magic Array) On the reflective marble flooring,The paper blown away
|
| 37 |
+
|
| 38 |
+

|
| 39 |
+
|
| 40 |
+
cute retro anime twins at the festival, ponytail, children illustration
|
| 41 |
+
|
| 42 |
+
Original pages:
|
| 43 |
+
|
| 44 |
+
https://huggingface.co/Yntec/Nostalgic
|
| 45 |
+
|
| 46 |
+
https://civitai.com/models/16819/nostalgia-mix
|
| 47 |
+
|
| 48 |
+
https://civitai.com/models/137781?modelVersionId=152147 (Esthetic Retro Anime)
|
| 49 |
+
|
| 50 |
+
https://huggingface.co/Yntec/KIDSILLUSTRATIONS
|
| 51 |
+
|
| 52 |
+
# Recipe:
|
| 53 |
+
|
| 54 |
+
- SuperMerger Weight sum Use MBW 0,0,0,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,1,1,1
|
| 55 |
+
|
| 56 |
+
Model A:
|
| 57 |
+
|
| 58 |
+
NostalgiaMix
|
| 59 |
+
|
| 60 |
+
Model B:
|
| 61 |
+
|
| 62 |
+
Nostalgic
|
| 63 |
+
|
| 64 |
+
Output Model:
|
| 65 |
+
|
| 66 |
+
NostalgicNostalgia
|
| 67 |
+
|
| 68 |
+
# Merge Block Weights Analysis
|
| 69 |
+
|
| 70 |
+
If each block was labeled like this:
|
| 71 |
+
|
| 72 |
+
N = NostalgiaMix
|
| 73 |
+
|
| 74 |
+
E = Esthetic Retro Anime
|
| 75 |
+
|
| 76 |
+
K = KIDSILLUSTRATIONS
|
| 77 |
+
|
| 78 |
+
Then the model's weights would look like this:
|
| 79 |
+
|
| 80 |
+
N,N,N,N,N,N,N,K,E,E,E,E,E,K,N,N,N,N,N,N,E,E,E,E,E,K
|