ThePioneer commited on
Commit
9a94a81
·
1 Parent(s): 4157370

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -29,12 +29,14 @@ license: other
29
 
30
  # extras.py
31
  **本ファイルのみ、CC0 1.0ライセンスとする(WebUIのAGPLとの互換性維持のため)。**
 
32
  WebUIの同名ファイルを置き換えることであなた自身のマージを作ることができます。
33
  - ``No interpolation``はひっかけで、マージはしません。最初これで、マージできたと勘違いしていました。
34
  - ``Weighted sum``は比率0.1程度でも元のモデルを跡形もなく破壊します。0.01なら大丈夫でしたが、その間のどこがボーダーなのかは不明です。
35
  - ``Add difference``は比較的元のモデルを維持したままで画風などを変更できます。ただし、やりすぎるとこのモデルのような結果になります。また、変更内容がマージに使ったSD 1.x系に期待した内容通りになる保証もありません。
36
 
37
  **Note that this file and only this file in the model is released under public domain (CC0 1.0), in order to keep it compatible with the AGPL license of WebUI.**
 
38
  By replacing the file with the same name in WebUI, you can create your own merged model.
39
  - ``No interpolation`` is NOT a merging operation. It will work, but it will only return the same model as model A.
40
  - ``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.
 
29
 
30
  # extras.py
31
  **本ファイルのみ、CC0 1.0ライセンスとする(WebUIのAGPLとの互換性維持のため)。**
32
+
33
  WebUIの同名ファイルを置き換えることであなた自身のマージを作ることができます。
34
  - ``No interpolation``はひっかけで、マージはしません。最初これで、マージできたと勘違いしていました。
35
  - ``Weighted sum``は比率0.1程度でも元のモデルを跡形もなく破壊します。0.01なら大丈夫でしたが、その間のどこがボーダーなのかは不明です。
36
  - ``Add difference``は比較的元のモデルを維持したままで画風などを変更できます。ただし、やりすぎるとこのモデルのような結果になります。また、変更内容がマージに使ったSD 1.x系に期待した内容通りになる保証もありません。
37
 
38
  **Note that this file and only this file in the model is released under public domain (CC0 1.0), in order to keep it compatible with the AGPL license of WebUI.**
39
+
40
  By replacing the file with the same name in WebUI, you can create your own merged model.
41
  - ``No interpolation`` is NOT a merging operation. It will work, but it will only return the same model as model A.
42
  - ``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.