Merge branch 'main' of https://huggingface.co/alfredplpl/sd-0 into main
Browse files
README.md
CHANGED
@@ -22,4 +22,5 @@ with safe_open("/path/to/sd_xl_base_1.0.safetensors", framework="pt", device=0)
|
|
22 |
save_file(tensors, "/path/to/sdxl_0.safetensors")
|
23 |
```
|
24 |
|
25 |
-
このファイルを[sd-scripts](https://github.com/kohya-ss/sd-scripts)でファインチューンをしてください。学習率は2e-5がおすすめです。
|
|
|
|
22 |
save_file(tensors, "/path/to/sdxl_0.safetensors")
|
23 |
```
|
24 |
|
25 |
+
このファイルを[sd-scripts](https://github.com/kohya-ss/sd-scripts)でファインチューンをしてください。学習率は2e-5がおすすめです。
|
26 |
+
また、SDXLの場合、OpenCLIPの都合上、泣き顔などができないため、テキストエンコーダーの学習を行うこともおすすめします。
|