Commit ·
489d0f2
1
Parent(s): b504b18
Added an explanation about extras.py
Browse files
README.md
CHANGED
|
@@ -27,6 +27,17 @@ license: other
|
|
| 27 |
!aria2c --summary-interval=10 -x 16 -s 16 --allow-overwrite=true -Z https://huggingface.co/JosephusCheung/ACertainModel/resolve/main/ACertainModel-half.ckpt
|
| 28 |
```
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
# sample outputs
|
| 31 |
アップしているので、気になるならご自身で見てください。プロンプトはメタデータに入っているはずです。
|
| 32 |
|
|
|
|
| 27 |
!aria2c --summary-interval=10 -x 16 -s 16 --allow-overwrite=true -Z https://huggingface.co/JosephusCheung/ACertainModel/resolve/main/ACertainModel-half.ckpt
|
| 28 |
```
|
| 29 |
|
| 30 |
+
# extras.py
|
| 31 |
+
WebUIの同名ファイルを置き換えることであなた自身のマージを作ることができます。
|
| 32 |
+
- ``No interpolation``はひっかけで、マージはしません。最初これで、マージできたと勘違いしていました。
|
| 33 |
+
- ``Weighted sum``は比率0.1程度でも元のモデルを跡形もなく破壊します。0.01なら大丈夫でしたが、その間のどこがボーダーなのかは不明です。
|
| 34 |
+
- ``Add difference``は比較的元のモデルを維持したままで画風などを変更できます。ただし、やりすぎるとこのモデルのような結果になります。また、変更内容がマージに使ったSD 1.x系に期待した内容通りになる保証もありません。
|
| 35 |
+
|
| 36 |
+
By replacing the file with the same name in WebUI, you can create your own merged model.
|
| 37 |
+
- ``No interpolation`` is NOT a merging operation. It will work, but it will only return the same model as model A.
|
| 38 |
+
- ``Weighted sum`` can easily destroy the original SD 2.x based model. Multiplier 0.1 was enough for it, whereas 0.01 was OK. There should be a border zone somewhere.
|
| 39 |
+
- ``Add difference`` will work relatively fine, but going too far will likely result in a model similar to this. Additionally, there is no guarantee that you can get the style and/or content you expected to the original SD 1.x model you merged to.
|
| 40 |
+
|
| 41 |
# sample outputs
|
| 42 |
アップしているので、気になるならご自身で見てください。プロンプトはメタデータに入っているはずです。
|
| 43 |
|