mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-12-03 00:54:04 -05:00
15
services/lstein/models.yaml
Normal file
15
services/lstein/models.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user