Commit
·
7e40910
1
Parent(s):
ca5a933
update config
Browse files- .gitattributes +1 -0
- README.md +59 -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 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -2,4 +2,63 @@
|
|
2 |
license: other
|
3 |
license_name: fair-ai-public-license-1.0-sd
|
4 |
license_link: https://freedevproject.org/faipl-1.0-sd/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: fair-ai-public-license-1.0-sd
|
4 |
license_link: https://freedevproject.org/faipl-1.0-sd/
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
tags:
|
8 |
+
- text-to-image
|
9 |
+
- stable-diffusion
|
10 |
+
- stable-diffusion-xl
|
11 |
+
- merge
|
12 |
+
base_model:
|
13 |
+
- Laxhar/noobai-XL-Vpred-1.0
|
14 |
+
- Laxhar/noobai-XL-Vpred-0.9r
|
15 |
+
- Raelina/Raehoshi-Illust-XL-3
|
16 |
+
- comin/IterComp
|
17 |
---
|
18 |
+
# CheckPoint
|
19 |
+
|
20 |
+
## LuminarQMix_vPred_v1
|
21 |
+
|
22 |
+
<img src="./sample1.png" alt="sample1" width="10%"><img src="./sample2.png" alt="sample2" width="10%"><img src="./sample3.png" alt="sample3" width="10%"><img src="./sample4.png" alt="sample4" width="10%">
|
23 |
+
|
24 |
+
Step: 28
|
25 |
+
CFG: 5.0
|
26 |
+
Euler
|
27 |
+
RescaleCFGノード multiplier 0.5
|
28 |
+
|
29 |
+
このモデルはV-Predictionモデルをマージしています。
|
30 |
+
ComfyUI等のV-Predictionに対応したUIを使用してください。
|
31 |
+
「anime coloring」や「anime screenshot」のタグが効きやすいようにマージしています。
|
32 |
+
|
33 |
+
### マージしたモデル
|
34 |
+
|
35 |
+
- NoobAI-XL (NAI-XL) V-Pread-1.0-Version
|
36 |
+
- [Hugging Face](https://huggingface.co/Laxhar/noobai-XL-Vpred-1.0)
|
37 |
+
- [Civitai](https://civitai.com/models/833294?modelVersionId=1190596)
|
38 |
+
- NoobAI-XL (NAI-XL) V-Pread-0.9R-Version
|
39 |
+
- [Hugging Face](https://huggingface.co/Laxhar/noobai-XL-Vpred-0.9r)
|
40 |
+
- [Civitai](https://civitai.com/models/833294?modelVersionId=1165792)
|
41 |
+
- Raehoshi illust XL v3
|
42 |
+
- [Hugging Face](https://huggingface.co/Raelina/Raehoshi-illust-XL-3)
|
43 |
+
- [Civitai](https://civitai.com/models/846917?modelVersionId=1151906)
|
44 |
+
- Holy Mix v1
|
45 |
+
- [Civitai](https://civitai.com/models/959490/holy-mix-illustriousxl-high-contrast-anime-checkpoint)
|
46 |
+
- IterComp v1
|
47 |
+
- [Github](https://github.com/YangLing0818/IterComp?tab=readme-ov-file)
|
48 |
+
- [Hugging Face](https://huggingface.co/comin/IterComp)
|
49 |
+
- [Civitai](https://civitai.com/models/840857?modelVersionId=940740)
|
50 |
+
|
51 |
+
### マージレシピ
|
52 |
+
|
53 |
+
MergeWorkFlow(1-6).pngを参照してください。
|
54 |
+
※ComfyUIの場合はD&Dで参照可能です
|
55 |
+
|
56 |
+
### ライセンス
|
57 |
+
|
58 |
+
Fair AI Public License 1.0-SD
|
59 |
+
|
60 |
+
マージ元のライセンスを継承します。
|
61 |
+
再配布の際は必ずマージ元情報を記載してください。
|
62 |
+
|
63 |
+
- [Fair AI Public License 1.0-SD](https://freedevproject.org/faipl-1.0-sd/)
|
64 |
+
- [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|