Releases: kohya-ss/sd-webui-additional-networks
Releases · kohya-ss/sd-webui-additional-networks
Version 0.5.0
Updates at 8 Mar. 2023, 2023/3/8: Release v0.5.0
- Support current version of LoCon. Thank you very much KohakuBlueleaf for your help!
- LoCon will be enhanced in the future. Compatibility for future versions is not guaranteed.
- Support dynamic LoRA: different dimensions (ranks) and alpha for each module.
- Support LoRA for Conv2d (extended to conv2d with a kernel size not 1x1).
- Add masked LoRA feature (experimental.)
- 現在のバージョンの LoCon をサポートしました。 KohakuBlueleaf 氏のご支援に深く感謝します。
- LoCon が将来的に拡張された場合、それらのバージョンでの互換性は保証できません。
- dynamic LoRA の機能を追加しました。各モジュールで異なる dimension (rank) や alpha を持つ LoRA が使えます。
- Conv2d 拡張 LoRA をサポートしました。カーネルサイズが1x1でない Conv2d を対象とした LoRA が使えます。
- LoRA の適用領域指定機能を追加しました(実験的機能)。
Version 0.4.1
Updates at 15 Feb. 2023, 2023/2/15
- Fix a bug that additional networks are applied twice when restarting UI.
- Now the cover image is not copied with
Copy metadata
in the metadata editor because it takes time. - Allow additional networks to be swapped out between batches for other extensions.
- Thanks to space-nuko!
- 各ネットワークがWeb UIの再起動後に二重に適用された状態になるバグを修正しました。
- メタデータエディタで
Copy metadata
ボタンでカバー画像をコピーしなくなりました(処理に時間が掛かるため)。 - バッチごとにネットワークを切り替えられるようになりました(他の拡張からLoRAを切り替えられます)。
- space-nuko氏に感謝します。
Updates at 12 Feb. 2023, 2023/2/12
- Dataset folder structure is shown in the metadata editor. Thanks to space-nuko!
- メタデータエディタにデータセットのフォルダ構成が表示されるようになりました。space-nuko氏に感謝します。
Updates at 10 Feb. 2023, 2023/2/10
- Fixed a bug that crashes the metadata editor on some latest models.
- 一部のモデルでメタデータエディタを開けない不具合を修正しました。
Updates at 3 Feb. 2023, 2023/2/3
- Tag frequency in training is shown in
Training info
inAdditional Network
tab. Thanks to space-nuko! - 学習時のタグ頻度情報が
Additional Network
タブのTraining info
に表示されるようになりました。space-nuko氏に感謝します。
Updates at 2 Feb. 2023, 2023/2/2
- This repo now has AGPL-3.0 license. Thanks to shirayu!
- リポジトリにAGPL-3.0ライセンスが追加されました。取りまとめいただいたshirayu氏に感謝します。
Updates at 1 Feb. 2023, 2023/2/1
- Add
send to metadata editor
button inAdditional Network
intxt2img
and other tabs. Thanks to space-nuko! txt2img
タブ等にメタデータエディタに送るボタンが付きました。space-nuko氏に感謝します。
Version 0.4.0
Updates at 31 Jan. 2023, 2023/1/31
- Metadata editor for LoRA models is now integrated in
Additional Network
tab. Documentation will be added later. Thanks to space-nuko! - LoRAモデル用のメタデータエディタ
Additional Network
タブに追加されました。ドキュメントはのちほど追加予定です。space-nuko氏に感謝します。
Version 0.3.3
Updated at 30 Jan. 2023, 2023/1/30
- Fix to allow folder names containing commas in
Extra paths to scan for LoRA models
. Enclose in"
. Thanks to shirayu! Extra paths to scan for LoRA models
でのモデルディレクトリの指定時にカンマを含むフォルダ名が使用できるようになりました。"
で囲んでください。shirayu氏に感謝します。
Updaed at 29 Jan. 2023, 2023/1/29
-
Support multiple LoRA model directories. You can set a comma-separated list in
Extra paths to scan for LoRA models
atSettings
tab. Thanks to space-nuko! -
Add separated U-Net/Text Encoder weight sliders. Thanks to Naegles and space-nuko!
-
複数のモデルディレクトリを指定できるようになりました。
Settings
タブのExtra paths to scan for LoRA models
にカンマ区切りで指定してください。space-nuko氏に感謝します。 -
U-Net/Text Encoder に独立して重みを指定できるようになりました。Naegles氏およびspace-nuko氏に感謝します。
Version 0.3.2
Updates at 27 Jan. 2023, 2023/1/27
- Fix an error with SD2.x LoRA without
alpha
(trained by the scripts before 0.4.0). alpha
のないSD2.xのLoRAモデル(0.4.0以前のバージョンで学習されたモデル)が正しく適用されない不具合を修正しました。
Updates at 26 Jan. 2023, 2023/1/26
- Fix an error when
preload.py
is not loaded for some reason. - 何らかの理由で
preload.py
が存在しない場合、読み込めない場合のエラーを修正しました。
Updates at 25 Jan. 2023, 2023/1/25
- Support the latest web UI X/Y/Z plot.
- Improve hashing algorithm to avoid unintended changes to model hash by updating metadata. Thanks to space-nuko!
- Now the list of models in X/Y/Z plot can be retrieved with the next button. Thanks to space-nuko!
- Please select any model in
Model ?
atAdditional Networks
in order to make the button work. Models in the same folder as the model will be listed. Swap axes
buttons do not seem to swap the model listing button. Please do not use the swap axes buttons. This seems to be the web UI issue.
- Please select any model in
- Experimenatal
--addnet-max-model-count
option is added to web UI to use more than 5 models in the same time. Thanks to Fannovel16!- like
webui.bat --addnet-max-model-count 8
- like
- Web UI最新版のX/Y/Z plotに対応しました。
- メタデータの更新によりモデルのハッシュ値が変わるのを避けるため、ハッシュ計算のアルゴリズムを更新しました。space-nuko氏に感謝します。
- X/Y/Z plotのモデルリストが、選択肢の隣にあるボタンで取得できるようになりました。 space-nuko氏に感謝します。
- いずれかのモデルを
Additional Networks
のModel ?
で選択しておいてください。そのモデルと同じフォルダにあるモデルの一覧が取得されます。 Swap axes
ボタンはモデルリストボタンについて正しく動作しないようです。Web UIの問題のようです。Swap axesボタンを使用せず運用願います。
- いずれかのモデルを
- 実験的オプション
--addnet-max-model-count
オプションがWeb UIに追加されます。 5より多くの任意の数のLoRAモデル等を同時に指定できるようになります。Fannovel16氏に感謝します。webui.bat --addnet-max-model-count 8
のように指定してください。
Version 0.3.1
Updates at Jan 24 2023, 2023/1/24:
- Fix the LoRA model trained with
sd-scripts
0.4.0 for SD2.x is not working. sd-scripts
の0.4.0以降で学習されたSD2.x用のLoRAが正しく動作しない不具合を修正しました。
Updates at Jan 23 2023, 2023/1/23:
- Fix an error with a model saved with
bf16
in .pt or .ckpt format.- If you use
bf16
with .pt/.ckpt, it seems to be required to disable safe-unpickle temporarily with--disable-safe-unpickle
option for web UI. Please use.safetensors
format forbf16
.
- If you use
bf16
で保存された.ptまたは.ckptのモデルが読み込めない不具合を修正しました。- これらのモデルをweb UIで読み込むには、
--disable-safe-unpickle
で一時的にweb UIの safe-unpickle を無効にする必要があるようです。bf16
での保存には.safetensors
をお使いください。
- これらのモデルをweb UIで読み込むには、
Version 0.3.0
Updates at Jan 22 2023, 2023/1/22:
- Add support for
sd-scripts
release 0.4.0.alpha
value for weights scaling is supported.- The models trained by the scripts before 0.4.0 are also supported.
- Add new metadata.
sd-scripts
のバージョン0.4.0に対応しました。- 重みを加減する
alpha
値に対応しました。 - 以前のバージョンで作成したモデルも引き続きサポートされます。
- 重みを加減する
- いくつかの新しいメタデータを追加しました。
Version 0.2.1
Updates at Jan 19 2023, 2023/1/19:
- Update to fix an error
AttributeError: 'JSON' object has no attribute 'value'
with the latest web UI. - 最新版の Web UI で発生する
AttributeError: 'JSON' object has no attribute 'value'
というエラーを解消しました。
Updates at Jan 16 2023, 2023/1/16:
- Update to support X/Y plot in the latest web UI.
- If you cannot update the web UI, please download .zip file of the older version of this extension, from
Releases
, and extract it toextensions
folder. - 最新版の Web UI のX/Y plotで動作するよう更新しました。
- Web UI を最新版に更新できない場合は、
Releases
のところから過去のバージョンの zip ファイルをダウンロードし、extensions
フォルダへ展開してください。
Version 0.2.0
- Jan 16 2023, 2023/1/16:
- Fix the issue about the directory name for models.
- Linuxでのモデル保存先ディレクトリの互換性問題を修正しました。
- Jan 15 2023, 2023/1/15:
- Fix that other extensions and X/Y plot are sometimes shown/run twice.
- 他の拡張やX/Y plotが重複して表示・実行される不具合を修正しました。
- Jan 14 2023, 2023/1/14:
- X/Y plot is supported. Thanks to space-nuko for this great contribution!
- The metadata for the model can be inspected from
Additional Networks
tab. - X/Y plotに対応しました。素晴らしいプルリクをいただいた space-nuko 氏に改めて感謝します。
- モデルのメタデータが
Additional Networks
から確認できるようになりました。
First release.
Stable version.