mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
2f9dcd7906
There are actually two Stable Diffusion v2 legacy checkpoint configurations: 1) "epsilon" prediction type for Stable Diffusion v2 Base 2) "v-prediction" type for Stable Diffusion v2-768 This commit adds the configuration file needed for epsilon prediction type models as well as the UI that prompts the user to select the appropriate configuration file when the code can't do so automatically.
84 lines
2.9 KiB
YAML
84 lines
2.9 KiB
YAML
stable-diffusion-1.5:
|
|
description: Stable Diffusion version 1.5 diffusers model (4.27 GB)
|
|
repo_id: runwayml/stable-diffusion-v1-5
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: True
|
|
default: True
|
|
sd-inpainting-1.5:
|
|
description: RunwayML SD 1.5 model optimized for inpainting, diffusers version (4.27 GB)
|
|
repo_id: runwayml/stable-diffusion-inpainting
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: True
|
|
stable-diffusion-2.1:
|
|
description: Stable Diffusion version 2.1 diffusers model, trained on 768 pixel images (5.21 GB)
|
|
repo_id: stabilityai/stable-diffusion-2-1
|
|
format: diffusers
|
|
recommended: True
|
|
sd-inpainting-2.0:
|
|
description: Stable Diffusion version 2.0 inpainting model (5.21 GB)
|
|
repo_id: stabilityai/stable-diffusion-2-inpainting
|
|
format: diffusers
|
|
recommended: False
|
|
analog-diffusion-1.0:
|
|
description: An SD-1.5 model trained on diverse analog photographs (2.13 GB)
|
|
repo_id: wavymulder/Analog-Diffusion
|
|
format: diffusers
|
|
recommended: false
|
|
deliberate-1.0:
|
|
description: Versatile model that produces detailed images up to 768px (4.27 GB)
|
|
format: diffusers
|
|
repo_id: XpucT/Deliberate
|
|
recommended: False
|
|
d&d-diffusion-1.0:
|
|
description: Dungeons & Dragons characters (2.13 GB)
|
|
format: diffusers
|
|
repo_id: 0xJustin/Dungeons-and-Diffusion
|
|
recommended: False
|
|
dreamlike-photoreal-2.0:
|
|
description: A photorealistic model trained on 768 pixel images based on SD 1.5 (2.13 GB)
|
|
format: diffusers
|
|
repo_id: dreamlike-art/dreamlike-photoreal-2.0
|
|
recommended: False
|
|
inkpunk-1.0:
|
|
description: Stylized illustrations inspired by Gorillaz, FLCL and Shinkawa; prompt with "nvinkpunk" (4.27 GB)
|
|
format: diffusers
|
|
repo_id: Envvi/Inkpunk-Diffusion
|
|
recommended: False
|
|
openjourney-4.0:
|
|
description: An SD 1.5 model fine tuned on Midjourney; prompt with "mdjrny-v4 style" (2.13 GB)
|
|
format: diffusers
|
|
repo_id: prompthero/openjourney
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|
|
portrait-plus-1.0:
|
|
description: An SD-1.5 model trained on close range portraits of people; prompt with "portrait+" (2.13 GB)
|
|
format: diffusers
|
|
repo_id: wavymulder/portraitplus
|
|
recommended: False
|
|
seek-art-mega-1.0:
|
|
description: A general use SD-1.5 "anything" model that supports multiple styles (2.1 GB)
|
|
repo_id: coreco/seek.art_MEGA
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|
|
trinart-2.0:
|
|
description: An SD-1.5 model finetuned with ~40K assorted high resolution manga/anime-style images (2.13 GB)
|
|
repo_id: naclbit/trinart_stable_diffusion_v2
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|
|
waifu-diffusion-1.4:
|
|
description: An SD-1.5 model trained on 680k anime/manga-style images (2.13 GB)
|
|
repo_id: hakurei/waifu-diffusion
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|