Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,32 @@ example_title: "astolfo"
|
|
17 |
library_name: diffusers
|
18 |
---
|
19 |
|
20 |
-
# AstolfoMix-XL (255c / 215c / DGMLA-216 / TGMD-192 / TGMD / TSD / TIES-SOUP / Extended-FP64 / Baseline) #
|
21 |
|
22 |
- Unsolved merge, even with experience on [SD1](https://huggingface.co/6DammK9/AstolfoMix) and [SD2](https://huggingface.co/6DammK9/AstolfoMix-SD2).
|
23 |
- See [full article in Github](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/README_XL.MD)
|
24 |
- Since "Extended-FP64", dedicated merger [sd-mecha](https://github.com/ljleb/sd-mecha) is used. It is the SD version of [mergekit](https://arxiv.org/abs/2403.13257).
|
25 |
- Preview here are powered by the top session of `README.md` and converting SDXL model from A1111 standalone file into diffuers via [convert_sdxl_to_diffusers.py](https://github.com/Linaqruf/sdxl-model-converter/blob/main/convert_sdxl_to_diffusers.py). Settings may not being optimal (no CFG / PAG / FreeU etc). I'll replace the preview diffuser as soon as I upload the main model file.
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## 255c ##
|
28 |
|
29 |
- Redo from 215c with 40 more models. *Pseudorandom weights archieved.*
|
@@ -45,7 +64,7 @@ Steps: 48, Sampler: DDIM CFG++, Schedule type: Automatic, CFG scale: 6, Seed: 38
|
|
45 |
|
46 |
## 215c ##
|
47 |
|
48 |
-
- [Partial Git-Rebasin + DGMLA](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/rebasin.md#spinoff-permutation-from-the-fermat-point)
|
49 |
- [Additonal script](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/amplify_diff.ipynb), [Additional merger](https://github.com/ogkalu2/Merge-Stable-Diffusion-models-without-distortion)
|
50 |
|
51 |
- Current version: `x215c-AstolfoMix-24101101-6e545a3.safetensors`
|
@@ -64,7 +83,7 @@ Steps: 48, Sampler: DDIM CFG++, Schedule type: Automatic, CFG scale: 6, Seed: 20
|
|
64 |
|
65 |
## DGMLA-216 ##
|
66 |
|
67 |
-
- [DGMLA Merge](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/della.md#spinoff-dgmla)
|
68 |
- [Recipe](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/recipes/x215a-AstolfoMix-24101101-6e545a3.mecha), [E2E merger](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/astolfo_mix_e2e.ipynb).
|
69 |
|
70 |
- Current version: `x215a-AstolfoMix-24101101-6e545a3.safetensors`
|
@@ -210,6 +229,7 @@ Steps: 192, Sampler: Euler, CFG scale: 4.5, Seed: 2213673007, Size: 1344x768, Mo
|
|
210 |
|09|DGMLA-216: Drop w/ GeoMedian and LA|`x215a-AstolfoMix-24101101-6e545a3.safetensors`|216|216|216|216|[mecha](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/recipes/x215a-AstolfoMix-24101101-6e545a3.mecha)|
|
211 |
|10|215c: Permutation from the Fermat Point|`x215c-AstolfoMix-24101101-6e545a3.safetensors`|216|216|216|216|n/a|
|
212 |
|11|255c: Scale up from 215c|`x255c-AstolfoMix-25022801-1458190.safetensors`|256|256|256|256|n/a|
|
|
|
213 |
|
214 |
## DGMLA in nutshell ##
|
215 |
|
@@ -239,3 +259,7 @@ Steps: 192, Sampler: Euler, CFG scale: 4.5, Seed: 2213673007, Size: 1344x768, Mo
|
|
239 |
|---|---|---|---|---|---|
|
240 |
|241115|215c|216|1|< 0.1|9.0|
|
241 |
|250228|255c|256|48|< 0.1|1.33|
|
|
|
|
|
|
|
|
|
|
17 |
library_name: diffusers
|
18 |
---
|
19 |
|
20 |
+
# AstolfoMix-XL (215cR-Evo / 255c / 215c / DGMLA-216 / TGMD-192 / TGMD / TSD / TIES-SOUP / Extended-FP64 / Baseline) #
|
21 |
|
22 |
- Unsolved merge, even with experience on [SD1](https://huggingface.co/6DammK9/AstolfoMix) and [SD2](https://huggingface.co/6DammK9/AstolfoMix-SD2).
|
23 |
- See [full article in Github](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/README_XL.MD)
|
24 |
- Since "Extended-FP64", dedicated merger [sd-mecha](https://github.com/ljleb/sd-mecha) is used. It is the SD version of [mergekit](https://arxiv.org/abs/2403.13257).
|
25 |
- Preview here are powered by the top session of `README.md` and converting SDXL model from A1111 standalone file into diffuers via [convert_sdxl_to_diffusers.py](https://github.com/Linaqruf/sdxl-model-converter/blob/main/convert_sdxl_to_diffusers.py). Settings may not being optimal (no CFG / PAG / FreeU etc). I'll replace the preview diffuser as soon as I upload the main model file.
|
26 |
|
27 |
+
## 215cR-Evo ##
|
28 |
+
|
29 |
+
- Merging the trained [AstolfoXL 1EP](https://huggingface.co/6DammK9/AstolfoXL) back to 215c, along with a realistic LoRA. Also applied Git Rebasin as the "c" version.
|
30 |
+
|
31 |
+
- Current version: `215cR-Evo-AstolfoMix-1ep-25060109.safetensors`
|
32 |
+
- Recommended version: "25060109"
|
33 |
+
- Recommended CFG: 6.0 (**CFG++**, SEG 11.0, PAG = 1.0)
|
34 |
+
- *Prompt is minimal. Even empty.*
|
35 |
+
|
36 |
+

|
37 |
+
|
38 |
+
```
|
39 |
+
parameters
|
40 |
+
|
41 |
+
(solo:0), (boy:0), (qipao:0.98), [astolfo_\(fate\)], [[lunar new year]], [[[[kowloon]]]]
|
42 |
+
Steps: 48, Sampler: DDIM CFG++, Schedule type: Automatic, CFG scale: 6, Seed: 1679148228, Size: 1344x768, Model hash: 1ac0f64cb1, Model: 215cR-Evo-AstolfoMix-1ep-25060109, VAE hash: 235745af8d, VAE: sdxl-vae-fp16-fix.vae.safetensors, Denoising strength: 0.7, Clip skip: 2, Hires upscale: 1.5, Hires upscaler: Latent, SEG Active: True, SEG Blur Sigma: 11, SEG Start Step: 0, SEG End Step: 2048, PAG Active: True, PAG SANF: True, PAG Scale: 1, PAG Start Step: 0, PAG End Step: 2048, Version: v1.10.1
|
43 |
+
```
|
44 |
+
|
45 |
+
|
46 |
## 255c ##
|
47 |
|
48 |
- Redo from 215c with 40 more models. *Pseudorandom weights archieved.*
|
|
|
64 |
|
65 |
## 215c ##
|
66 |
|
67 |
+
- [Partial Git-Rebasin + DGMLA](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/rebasin.md#spinoff-permutation-from-the-fermat-point). Modified from [Git Rebasin](https://arxiv.org/abs/2209.04836).
|
68 |
- [Additonal script](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/amplify_diff.ipynb), [Additional merger](https://github.com/ogkalu2/Merge-Stable-Diffusion-models-without-distortion)
|
69 |
|
70 |
- Current version: `x215c-AstolfoMix-24101101-6e545a3.safetensors`
|
|
|
83 |
|
84 |
## DGMLA-216 ##
|
85 |
|
86 |
+
- [DGMLA Merge](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch01/della.md#spinoff-dgmla). Modified from [DELLA merge.](https://arxiv.org/abs/2406.11617)
|
87 |
- [Recipe](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/recipes/x215a-AstolfoMix-24101101-6e545a3.mecha), [E2E merger](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/astolfo_mix_e2e.ipynb).
|
88 |
|
89 |
- Current version: `x215a-AstolfoMix-24101101-6e545a3.safetensors`
|
|
|
229 |
|09|DGMLA-216: Drop w/ GeoMedian and LA|`x215a-AstolfoMix-24101101-6e545a3.safetensors`|216|216|216|216|[mecha](https://github.com/6DammK9/nai-anime-pure-negative-prompt/blob/main/ch05/recipes/x215a-AstolfoMix-24101101-6e545a3.mecha)|
|
230 |
|10|215c: Permutation from the Fermat Point|`x215c-AstolfoMix-24101101-6e545a3.safetensors`|216|216|216|216|n/a|
|
231 |
|11|255c: Scale up from 215c|`x255c-AstolfoMix-25022801-1458190.safetensors`|256|256|256|256|n/a|
|
232 |
+
|12|215cR-Evo: Back to basic|`215cR-Evo-AstolfoMix-1ep-25060109.safetensors`|3|3|3|3|n/a|
|
233 |
|
234 |
## DGMLA in nutshell ##
|
235 |
|
|
|
259 |
|---|---|---|---|---|---|
|
260 |
|241115|215c|216|1|< 0.1|9.0|
|
261 |
|250228|255c|256|48|< 0.1|1.33|
|
262 |
+
|
263 |
+
## 215cR-Evo in nutshell ##
|
264 |
+
|
265 |
+
- 0.5 (0.5 215c + 0.5 "R Lora") + 0.5 "1EP".
|