Yasunori Ozaki commited on
Commit
9af1f1c
2 Parent(s): 2b475fb 10ab5d3

Merge branch 'main' of https://huggingface.co/alfredplpl/sd-0 into main

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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の都合上、泣き顔などができないため、テキストエンコーダーの学習を行うこともおすすめします。