mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-01 10:43:22 -04:00
16 lines
572 B
YAML
16 lines
572 B
YAML
|
|
# This file describes the alternative machine learning models
|
||
|
|
# 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.
|
||
|
|
stable-diffusion-1.5:
|
||
|
|
description: The newest Stable Diffusion version 1.5 weight file (4.27 GB)
|
||
|
|
weights: /data/StableDiffusion/v1-5-pruned-emaonly.ckpt
|
||
|
|
config: ./configs/stable-diffusion/v1-inference.yaml
|
||
|
|
width: 512
|
||
|
|
height: 512
|
||
|
|
vae: /data/VAE/vae-ft-mse-840000-ema-pruned.ckpt
|
||
|
|
default: true
|