mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
models.yaml.example: add diffusers-format model, set as default
This commit is contained in:
parent
01ff1cff58
commit
aca6d213d7
@ -5,6 +5,11 @@
|
||||
# model requires a model config file, a weights file,
|
||||
# and the width and height of the images it
|
||||
# was trained on.
|
||||
diffusers-1.5:
|
||||
description: Diffusers version of Stable Diffusion version 1.5
|
||||
format: diffusers
|
||||
repo_name: runwayml/stable-diffusion-v1-5
|
||||
default: true
|
||||
stable-diffusion-1.5:
|
||||
description: The newest Stable Diffusion version 1.5 weight file (4.27 GB)
|
||||
weights: models/ldm/stable-diffusion-v1/v1-5-pruned-emaonly.ckpt
|
||||
|
Loading…
Reference in New Issue
Block a user