Add scripts.

This commit is contained in:
Kohya S
2022-12-18 14:55:34 +09:00
parent 042a007930
commit 7a04196e66
19 changed files with 7129 additions and 2 deletions

View File

@@ -3,9 +3,21 @@ Stable Diffusionの学習、画像生成、その他のスクリプトを入れ
[README in English](./README.md)
GUIやPowerShellスクリプトなど、より使いやすくする機能が[bmaltais氏のリポジトリ](https://github.com/bmaltais/kohya_ss)で提供されています英語ですのであわせてご覧ください。bmaltais氏に感謝します。
以下のスクリプトがあります。
* DreamBooth、U-NetおよびText Encoderの学習をサポート
* fine-tuning、同上
* 画像生成
* モデル変換Stable Diffision ckpt/safetensorsとDiffusersの相互変換
## 使用法について
note.comに記事がありますのでそちらをご覧ください将来的にはこちらへ移すかもしれません
* [環境整備とDreamBooth学習スクリプトについて](https://note.com/kohya_ss/n/nee3ed1649fb6)
* [fine-tuningスクリプト](https://note.com/kohya_ss/n/nbf7ce8d80f29):
Including BLIP captioning and tagging by DeepDanbooru or WD14 tagger
* [画像生成スクリプト](https://note.com/kohya_ss/n/n2693183a798e)
* [モデル変換スクリプト](https://note.com/kohya_ss/n/n374f316fe4ad)