ThePioneer commited on
Commit
5b919d1
·
1 Parent(s): f68f108

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -17,6 +17,7 @@ tags:
17
 
18
  # モデル説明 (model explanation)
19
  - [CoolerWaifuDiffusion(7030)](https://huggingface.co/ThePioneer/CoolerWaifuDiffusion/blob/main/0.7(wd-1-4-anime_e2)%20%2B%200.3(v2-1-1).ckpt) 0.6 : [Stable Diffusion 2.1 (512)](https://huggingface.co/stabilityai/stable-diffusion-2-1-base/blob/main/v2-1_512-ema-pruned.ckpt) 0.4。
 
20
  - [WaifuDiffusionのvae](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime.ckpt)と、[StableDiffusionのvae](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt)をbake inして発色を改善。
21
  -
22
  - colabのWebUIで動かせる。
@@ -26,6 +27,7 @@ tags:
26
  ```
27
 
28
  - [CoolerWaifuDiffusion(7030)](https://huggingface.co/ThePioneer/CoolerWaifuDiffusion/blob/main/0.7(wd-1-4-anime_e2)%20%2B%200.3(v2-1-1).ckpt) 0.6 : [Stable Diffusion 2.1 (512)](https://huggingface.co/stabilityai/stable-diffusion-2-1-base/blob/main/v2-1_512-ema-pruned.ckpt) 0.4.
 
29
  - Improved the coloring by baking in [the vae of WaifuDiffusion](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime.ckpt) and [the vae of StableDiffusion](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt).
30
  - You can run this model on colab WebUI.
31
  - 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).
@@ -34,8 +36,9 @@ tags:
34
  ```
35
 
36
  # サンプル画像 (sample images)
 
37
 
38
- TODO
39
 
40
  # License: The Libertarian OpenRAIL License
41
  注意: アップロード者が日本語母語話者であるため、翻訳版と日本語版に差異がある場合、**元の日本語版**が優先されるものとする。
 
17
 
18
  # モデル説明 (model explanation)
19
  - [CoolerWaifuDiffusion(7030)](https://huggingface.co/ThePioneer/CoolerWaifuDiffusion/blob/main/0.7(wd-1-4-anime_e2)%20%2B%200.3(v2-1-1).ckpt) 0.6 : [Stable Diffusion 2.1 (512)](https://huggingface.co/stabilityai/stable-diffusion-2-1-base/blob/main/v2-1_512-ema-pruned.ckpt) 0.4。
20
+ - 今回は[層別マージ](https://github.com/bbc-mc/sdweb-merge-block-weighted-gui)を利用。Weightは``0.5,0.5,0.5,0.5,0.5,0.5,0.4,0.3,0.25,0.2,0.15,0.1,0,0.6,0.55,0.45,0.2,0.1,0.1,0.2,0.45,0.55,0.65,0.7,0.75``。
21
  - [WaifuDiffusionのvae](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime.ckpt)と、[StableDiffusionのvae](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt)をbake inして発色を改善。
22
  -
23
  - colabのWebUIで動かせる。
 
27
  ```
28
 
29
  - [CoolerWaifuDiffusion(7030)](https://huggingface.co/ThePioneer/CoolerWaifuDiffusion/blob/main/0.7(wd-1-4-anime_e2)%20%2B%200.3(v2-1-1).ckpt) 0.6 : [Stable Diffusion 2.1 (512)](https://huggingface.co/stabilityai/stable-diffusion-2-1-base/blob/main/v2-1_512-ema-pruned.ckpt) 0.4.
30
+ - This time, I have used the [block merge GUI](https://github.com/bbc-mc/sdweb-merge-block-weighted-gui). The weights are ``0.5,0.5,0.5,0.5,0.5,0.5,0.4,0.3,0.25,0.2,0.15,0.1,0,0.6,0.55,0.45,0.2,0.1,0.1,0.2,0.45,0.55,0.65,0.7,0.75``.
31
  - Improved the coloring by baking in [the vae of WaifuDiffusion](https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime.ckpt) and [the vae of StableDiffusion](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/blob/main/vae-ft-mse-840000-ema-pruned.ckpt).
32
  - You can run this model on colab WebUI.
33
  - 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).
 
36
  ```
37
 
38
  # サンプル画像 (sample images)
39
+ [Civitai](https://civitai.com/models/5036/fushigimixv1)を参照。
40
 
41
+ Check out [Civitai](https://civitai.com/models/5036/fushigimixv1).
42
 
43
  # License: The Libertarian OpenRAIL License
44
  注意: アップロード者が日本語母語話者であるため、翻訳版と日本語版に差異がある場合、**元の日本語版**が優先されるものとする。