mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
3795b40f63
Enhancements: 1. Directory-based imports will not attempt to import components of diffusers models. 2. Diffuser directory imports now supported 3. Files that end with .ckpt that are not Stable Diffusion models (such as VAEs) are skipped during import. Bugs identified in Psychedelicious's review: 1. The invokeai-configure form now tracks the current contents of `invokeai.init` correctly. 2. The autoencoders are no longer treated like installable models, but instead are mandatory support models. They will no longer appear in `models.yaml` Bugs identified in Damian's review: 1. If invokeai-model-install is started before the root directory is initialized, it will call invokeai-configure to fix the matter. 2. Fix bug that was causing empty `models.yaml` under certain conditions. 3. Made import textbox smaller 4. Hide the "convert to diffusers" options if nothing to import.
59 lines
2.2 KiB
YAML
59 lines
2.2 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
|
|
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
|
|
dreamlike-diffusion-1.0:
|
|
description: An SD 1.5 model fine tuned on high quality art by dreamlike.art, diffusers version (2.13 BG)
|
|
format: diffusers
|
|
repo_id: dreamlike-art/dreamlike-diffusion-1.0
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: True
|
|
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
|
|
stable-diffusion-2.1-768:
|
|
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
|
|
stable-diffusion-2.1-base:
|
|
description: Stable Diffusion version 2.1 diffusers base model, trained on 512 pixel images (5.21 GB)
|
|
repo_id: stabilityai/stable-diffusion-2-1-base
|
|
format: diffusers
|
|
recommended: False
|
|
openjourney-4.0:
|
|
description: An SD 1.5 model fine tuned on Midjourney images by PromptHero - include "mdjrny-v4 style" in your prompts (2.13 GB)
|
|
format: diffusers
|
|
repo_id: prompthero/openjourney
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|
|
nitro-diffusion-1.0:
|
|
description: A SD 1.5 model trained on three artstyles - prompt with "archer style", "arcane style" and/or "modern disney style" (2.13 GB)
|
|
repo_id: nitrosocke/Nitro-Diffusion
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|
|
trinart-2.0:
|
|
description: An SD model finetuned with ~40,000 assorted high resolution manga/anime-style pictures, diffusers version (2.13 GB)
|
|
repo_id: naclbit/trinart_stable_diffusion_v2
|
|
format: diffusers
|
|
vae:
|
|
repo_id: stabilityai/sd-vae-ft-mse
|
|
recommended: False
|