Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
## Stable Diffusion TrinArt/Trin-sama AI finetune
|
6 |
+
|
7 |
+
trinart_stable_diffusion is a SD model finetuned by about 30,000 manga/anime-style pictures for 3.5 epochs. This is the same model running in Twitter bot @trinsama.
|
8 |
+
|
9 |
+
Twitterボット「とりんさまAI」で使用しているSDのファインチューン済モデルです。約3万枚のアニメ・マンガスタイルの画像を用いて3.5エポックの訓練を行いました。
|
10 |
+
|
11 |
+
#### img2img
|
12 |
+
|
13 |
+
If you want to run **latent-diffusion**'s stock ddim img2img script with this model, **use_ema** must be set to False.
|
14 |
+
|
15 |
+
**latent-diffusion** のscriptsフォルダに入っているddim img2imgをこのモデルで動かす場合、use_emaはFalseにする必要があります。
|