naclbit commited on
Commit
73c2498
1 Parent(s): 9ea33c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -17,8 +17,12 @@ Twitterボット「とりんさまAI」@trinsama (https://twitter.com/trinsama)
17
 
18
  V2 checkpoint uses dropouts, 10,000 more images and a new tagging strategy and trained longer to improve results while retaining the original aesthetics.
19
 
 
 
20
  バージョン2は画像を1万枚追加したほか、ドロップアウトの適用、タグ付けの改善とより長いトレーニング時間により、SDのスタイルを保ったまま出力内容の改善を目指しています。
21
 
 
 
22
  #### img2img
23
 
24
  If you want to run **latent-diffusion**'s stock ddim img2img script with this model, **use_ema** must be set to False.
 
17
 
18
  V2 checkpoint uses dropouts, 10,000 more images and a new tagging strategy and trained longer to improve results while retaining the original aesthetics.
19
 
20
+ step 95000 checkpoint was trained further, but you may use step 60000 checkpoint instead if style nudging is too much.
21
+
22
  バージョン2は画像を1万枚追加したほか、ドロップアウトの適用、タグ付けの改善とより長いトレーニング時間により、SDのスタイルを保ったまま出力内容の改善を目指しています。
23
 
24
+ ステップ95000のチェックポイントでスタイルが変わりすぎると感じる場合は、ステップ60000のチェックポイントを使用してみてください。
25
+
26
  #### img2img
27
 
28
  If you want to run **latent-diffusion**'s stock ddim img2img script with this model, **use_ema** must be set to False.