Improve configuration of initial Waifu models (#2426)

Testing suggests that the diffusers versions of Waifu-1.4 anything-v4.0
require the `sd-vae-ft-mse` to generate decent images, so the
appropriate arguments have been added to the initial model file.
This commit is contained in:
Lincoln Stein 2023-01-26 18:18:00 -05:00 committed by GitHub
commit c0614ac7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ waifu-diffusion-1.4:
description: Latest waifu diffusion 1.4 (diffusers version) description: Latest waifu diffusion 1.4 (diffusers version)
format: diffusers format: diffusers
repo_id: hakurei/waifu-diffusion repo_id: hakurei/waifu-diffusion
vae:
repo_id: stabilityai/sd-vae-ft-mse
recommended: True recommended: True
waifu-diffusion-1.3: waifu-diffusion-1.3:
description: Stable Diffusion 1.4 fine tuned on anime-styled images (ckpt version) (4.27 GB) description: Stable Diffusion 1.4 fine tuned on anime-styled images (ckpt version) (4.27 GB)
@ -77,6 +79,8 @@ anything-4.0:
description: High-quality, highly detailed anime style images with just a few prompts description: High-quality, highly detailed anime style images with just a few prompts
format: diffusers format: diffusers
repo_id: andite/anything-v4.0 repo_id: andite/anything-v4.0
vae:
repo_id: stabilityai/sd-vae-ft-mse
recommended: False recommended: False
papercut-1.0: papercut-1.0:
description: SD 1.5 fine-tuned for papercut art (use "PaperCut" in your prompts) (2.13 GB) description: SD 1.5 fine-tuned for papercut art (use "PaperCut" in your prompts) (2.13 GB)