v1
Browse files- .gitattributes +1 -0
- LunerriaMix_ILL_v1.safetensors +3 -0
- LunerriaMix_ILL_v1_recipe.md +20 -0
- README.md +24 -0
- images/SampleImage_LunerriaMix_ILL_v1_01.jpeg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/SampleImage_LunerriaMix_ILL_v1_01.jpeg filter=lfs diff=lfs merge=lfs -text
|
LunerriaMix_ILL_v1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6df169e75d2e54464c37da3addf33298c913d610bdfe2ab22e60a8f42e433059
|
| 3 |
+
size 6938040890
|
LunerriaMix_ILL_v1_recipe.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# sd-mecha for Comfyui recipe
|
| 2 |
+
0. model "zukiAnimeILL_best.safetensors" model_config="sdxl-sgm" merge_space="weight"
|
| 3 |
+
1. model "IllustMixStellar_v1.safetensors" model_config="sdxl-sgm" merge_space="weight"
|
| 4 |
+
2. model "ultimateHentaiAnimeRXTRexAnime_rxV1.safetensors" model_config="sdxl-sgm" merge_space="weight"
|
| 5 |
+
3. merge "slerp" &1 &2 0.8
|
| 6 |
+
4. merge "add_cosine_b" &3 &1 0.6
|
| 7 |
+
5. dict BASE=1.0 IN00=1.0 IN01=1.0 IN02=1.0 IN03=1.0 IN04=1.0 IN05=1.0 IN06=1.0 IN07=1.0 IN08=1.0 M00=0.0 OUT00=1.0 OUT01=1.0 OUT02=1.0 OUT03=1.0 OUT04=1.0 OUT05=1.0 OUT06=1.0 OUT07=1.0 OUT08=1.0 VAE=0.0
|
| 8 |
+
6. literal &5 model_config="sdxl-supermerger_blocks" merge_space="param"
|
| 9 |
+
7. merge "convert_sdxl_blocks_to_sgm" &6
|
| 10 |
+
8. merge "weighted_sum" &0 &4 &7
|
| 11 |
+
9. literal 0.0 model_config="sdxl-sgm" merge_space="param"
|
| 12 |
+
10. merge "pick_component" &9 "clip_l"
|
| 13 |
+
11. merge "pick_component" &9 "clip_g"
|
| 14 |
+
12. merge "fallback" &10 &11
|
| 15 |
+
13. merge "pick_component" &9 "vae"
|
| 16 |
+
14. merge "fallback" &12 &13
|
| 17 |
+
15. literal 1.0 model_config="sdxl-sgm" merge_space="param"
|
| 18 |
+
16. merge "pick_component" &15 "diffuser"
|
| 19 |
+
17. merge "fallback" &14 &16
|
| 20 |
+
18. merge "weighted_sum" &0 &8 &17
|
README.md
CHANGED
|
@@ -2,4 +2,28 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: faipl-1.0-sd
|
| 4 |
license_link: https://freedevproject.org/faipl-1.0-sd/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: faipl-1.0-sd
|
| 4 |
license_link: https://freedevproject.org/faipl-1.0-sd/
|
| 5 |
+
language: en
|
| 6 |
+
pipeline_tag: text-to-image
|
| 7 |
+
tags:
|
| 8 |
+
- stable-diffusion
|
| 9 |
+
- stable-diffusion-diffusers
|
| 10 |
+
- text-to-image
|
| 11 |
+
- merge
|
| 12 |
+
library_name: diffusers
|
| 13 |
+
inference: false
|
| 14 |
---
|
| 15 |
+
<img src="images/SampleImage_LunerriaMix_ILL_v1_01.jpeg" width="300">
|
| 16 |
+
|
| 17 |
+
Illustrious系のモデルをベースとしたマージモデル。
|
| 18 |
+
そっち系も強いみたい。
|
| 19 |
+
|
| 20 |
+
使い方: [IllustMixStellar](/Noginowa/IllustMixStellar)と同じです。
|
| 21 |
+
ライセンス: [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
[レシピ](LunerriaMix_ILL_v1_recipe.md)
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
Civitai: [Noginowa](https://civitai.com/user/Noginowa)
|
| 29 |
+
Bluesky: [のぎのわ](https://bsky.app/profile/noginowa-ailab.bsky.social)
|
images/SampleImage_LunerriaMix_ILL_v1_01.jpeg
ADDED
|
Git LFS Details
|