日本語の文章は下のほうにあります。
- Jan 6 2023, 2023/1/6:
- Fixed a bug that broke the model were broken when switching enable->disable->enable...
- SD 2.xのモデルで有効・無効を繰り返し切り替えるとモデルが壊れていく不具合を修正しました。
- Jan 5 2023, 2023/1/5:
- Added folder icon for easy LoRA selection. Fixed negative weights are not working.
- ファイル選択ダイアログを開くアイコンを追加しました。負の重みを設定しても動かない不具合を修正しました。
- Jan 2 2023, 2023/1/2:
- Added support for SD2.x (training scripts has been supported before.) Added error checking to prevent crashes.
- SD2.Xへのサポートを追加しました(学習用スクリプトは以前から対応済みです)。拡張が落ちないように事前のエラーチェックを追加しました。
This extension is for AUTOMATIC1111's Stable Diffusion web UI, allows the Web UI to add some networks (e.g. LoRA) to the original Stable Diffusion model to generate images. Currently LoRA is supported. The addition is on-the-fly, the merging is not required.
This extension supports the LoRA models (*.ckpt or *.safetensors) trained by our scripts in sd-scripts. The models from other LoRA implementations are not supported.
This extension does not support training.
Other networks other than LoRA may be supported in the future.
- Open "Extensions" tab.
- Open "Install from URL" tab in the tab.
- Enter URL of this repo to "URL for extension's git repository".
- Press "Install" button.
- Restart Web UI.
Open "Additional Networks" panel from the left bottom of Web UI.
Select "LoRA" for "Network module 1".
Enter the full path of LoRA model file (*.ckpt or *.safetensors) in "Model 1".
Set the weight of the model (negative weight might be working but unexpected.)
Repeat them for the module/model/weight 2 to 5 if you have other models. Models are applied in the order of 1 to 5.
You can generate images with the model with these additional networks.
LoRAなどのネットワークを元のStable Diffusionに追加し、画像生成を行うための拡張です。現在はLoRAのみ対応しています。
この拡張で使えるのはsd-scriptsリポジトリで学習したLoRAのモデル(*.ckpt または *.safetensors)です。他のLoRAリポジトリで学習したモデルは対応していません。
この拡張単体では学習はできません。
将来的にLoRA以外のネットワークについてもサポートするかもしれません。
- Web UIで "Extensions" タブを開きます。
- さらに "Install from URL" タブを開きます。
- "URL for extension's git repository" 欄にこのリポジトリのURLを入れます。
- "Install"ボタンを押してインストールします。
- Web UIを再起動してください。
Web UIの左下のほうの "Additional Networks" のパネルを開きます。
"Network module 1" で "LoRA" を選択してください。
"Model 1" に学習したLoRAのモデルファイルを フルパス(ドライブ名やディレクトリ名付き)で 入力します。
"Weight" にこのモデルの 重み を指定します(負の値も指定できますがどんな効果があるかは未知数です)。
追加のモデルがある場合は2~5に指定してください。モデルは1~5の順番で適用されます。
以上を指定すると、それぞれのモデルが適用された状態で画像生成されます。