Commit
·
4ca57db
1
Parent(s):
900f747
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
4 |
<style>
|
5 |
code {
|
6 |
white-space : pre-wrap !important;
|
@@ -8,7 +19,7 @@ license: other
|
|
8 |
}
|
9 |
</style>
|
10 |
# モデル説明 (model explanation)
|
11 |
-
- [CoolJapanDiffusion 2.1.1](https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1/
|
12 |
- colabのWebUIで動かせる。
|
13 |
- [これ](https://colab.research.google.com/drive/1ldhBc70wvuvkp4Af_vNTzTfBXwpf_cH5?usp=sharing)の以下の書き換えを行う。やり方は[ここ](https://the-pioneer.notion.site/Colab-Automatic1111-6043f15ef44d4ba0b11920c95d33a78c)。
|
14 |
- リアル系モデルとマージしようとすると、発色が鮮やかになりすぎる傾向あり。
|
@@ -16,7 +27,7 @@ license: other
|
|
16 |
!aria2c --summary-interval=10 -x 16 -s 16 --allow-overwrite=true -Z https://huggingface.co/JosephusCheung/ACertainModel/resolve/main/ACertainModel-half.ckpt
|
17 |
```
|
18 |
|
19 |
-
- Some merged model of [CoolJapanDiffusion 2.1.1](https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1/
|
20 |
- You can run this model on colab WebUI.
|
21 |
- Rewrite the following line of [this notebook](https://colab.research.google.com/drive/1ldhBc70wvuvkp4Af_vNTzTfBXwpf_cH5?usp=sharing) following the instructions I posted [here](https://the-pioneer.notion.site/Colab-Automatic1111-6043f15ef44d4ba0b11920c95d33a78c).
|
22 |
- Trying to merge with a realistic model will probably result in a model with too vivid color.
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
library_name: diffusers
|
7 |
+
pipeline_tag: text-to-image
|
8 |
+
tags:
|
9 |
+
- art
|
10 |
---
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
15 |
<style>
|
16 |
code {
|
17 |
white-space : pre-wrap !important;
|
|
|
19 |
}
|
20 |
</style>
|
21 |
# モデル説明 (model explanation)
|
22 |
+
- [CoolJapanDiffusion 2.1.1](https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1/blob/main/v2-1-1.ckpt)と[WaifuDiffusion 1.4 anime epoch2](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/wd-1-4-anime_e2.ckpt)のマージ。比率はckptファイル名の記載の通り。
|
23 |
- colabのWebUIで動かせる。
|
24 |
- [これ](https://colab.research.google.com/drive/1ldhBc70wvuvkp4Af_vNTzTfBXwpf_cH5?usp=sharing)の以下の書き換えを行う。やり方は[ここ](https://the-pioneer.notion.site/Colab-Automatic1111-6043f15ef44d4ba0b11920c95d33a78c)。
|
25 |
- リアル系モデルとマージしようとすると、発色が鮮やかになりすぎる傾向あり。
|
|
|
27 |
!aria2c --summary-interval=10 -x 16 -s 16 --allow-overwrite=true -Z https://huggingface.co/JosephusCheung/ACertainModel/resolve/main/ACertainModel-half.ckpt
|
28 |
```
|
29 |
|
30 |
+
- Some merged model of [CoolJapanDiffusion 2.1.1](https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-1/blob/main/v2-1-1.ckpt) and [WaifuDiffusion 1.4 anime epoch2](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/wd-1-4-anime_e2.ckpt). The merge ration of each model is written on the ckpt file name.
|
31 |
- You can run this model on colab WebUI.
|
32 |
- Rewrite the following line of [this notebook](https://colab.research.google.com/drive/1ldhBc70wvuvkp4Af_vNTzTfBXwpf_cH5?usp=sharing) following the instructions I posted [here](https://the-pioneer.notion.site/Colab-Automatic1111-6043f15ef44d4ba0b11920c95d33a78c).
|
33 |
- Trying to merge with a realistic model will probably result in a model with too vivid color.
|