Yasunori Ozaki commited on
Commit
078842d
1 Parent(s): c2de817

Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ with safe_open("/path/to/sd_xl_base_1.0.safetensors", framework="pt", device=0)
24
  save_file(tensors, "/path/to/sdxl_0.safetensors")
25
  ```
26
 
27
- このファイルを[sd-scripts](https://github.com/kohya-ss/sd-scripts)でファインチューンをしてください。学習率は2e-5がおすすめです。
28
  また、SDXLの場合、OpenCLIPの都合上、泣き顔などができないため、テキストエンコーダーの学習を行うこともおすすめします。
29
 
30
  ### diffusers
 
24
  save_file(tensors, "/path/to/sdxl_0.safetensors")
25
  ```
26
 
27
+ このファイルを[sd-scripts](https://github.com/kohya-ss/sd-scripts)でフルファインチューンをしてください。学習率は2e-5がおすすめです。
28
  また、SDXLの場合、OpenCLIPの都合上、泣き顔などができないため、テキストエンコーダーの学習を行うこともおすすめします。
29
 
30
  ### diffusers