Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,47 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
inference: false
|
3 |
+
tags:
|
4 |
+
- stable-diffusion
|
5 |
+
- stable-diffusion-diffusers
|
6 |
+
- text-to-image
|
7 |
license: apache-2.0
|
8 |
---
|
9 |
+
|
10 |
+
## Stable Diffusion TrinArt/Trin-sama AI finetune v2
|
11 |
+
|
12 |
+
trinart_stable_diffusion is a SD model finetuned by about 40,000 assorted high resolution manga/anime-style pictures for 7 epochs. This is the same model running on Twitter bot @trinsama (https://twitter.com/trinsama)
|
13 |
+
|
14 |
+
Twitterボット「とりんさまAI」@trinsama (https://twitter.com/trinsama) で使用しているSDのファインチューン済モデルです。一定のルールで選別された約4万枚のアニメ・マンガスタイルの高解像度画像を用いて8エポックの訓練を行いました。
|
15 |
+
|
16 |
+
## version 2
|
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.
|
25 |
+
|
26 |
+
**latent-diffusion** のscriptsフォルダに入っているddim img2imgをこのモデルで動かす場合、use_emaはFalseにする必要があります。
|
27 |
+
|
28 |
+
#### Examples
|
29 |
+
|
30 |
+
Each images were diffused using K. Crowson's k-lms (from k-diffusion repo) method for 50 steps.
|
31 |
+
|
32 |
+
![examples](https://pbs.twimg.com/media/FbPO12-VUAAf2CJ?format=jpg&name=900x900)
|
33 |
+
![examples](https://pbs.twimg.com/media/FbPO65cUIAAga8k?format=jpg&name=900x900)
|
34 |
+
![examples](https://pbs.twimg.com/media/FbPO_QuVsAAG6xE?format=png&name=900x900)
|
35 |
+
|
36 |
+
#### Hardware
|
37 |
+
|
38 |
+
- 8xNVIDIA A100 40GB
|
39 |
+
|
40 |
+
#### Credits
|
41 |
+
|
42 |
+
- Sta, AI Novelist Dev (https://ai-novel.com/) @ Bit192, Inc.
|
43 |
+
- Stable Diffusion - Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bjorn
|
44 |
+
|
45 |
+
#### License
|
46 |
+
|
47 |
+
Apache License 2.0
|