forked from peaashmeter/invoke-ai-gui-colab
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodels.yaml
22 lines (22 loc) · 810 Bytes
/
models.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file describes the alternative machine learning modelsv1
# available to InvokeAI script.
#
# To add a new model, follow the examples below. Each
# model requires a model config file, a weights file,
# and the width and height of the images it
# was trained on.
ckptheera768:
weights: models/ldm/stable-diffusion-v1/ckptheera768.ckpt
description: Dreambooth 768 trained photoreal
config: configs/stable-diffusion/v1-inference.yaml
width: 768
height: 768
vae: models/ldm/stable-diffusion-v1/ckptheera768.ckpt
default: true
ckptheera:
weights: models/ldm/stable-diffusion-v1/ckptheera.ckpt
description: Dreambooth 512 trained sd 1.5
config: configs/stable-diffusion/v1-inference.yaml
width: 512
height: 512
vae: models/ldm/stable-diffusion-v1/ckptheera.ckpt