Invoke AI v2.1 (#195)

6b89adfa7e
This commit is contained in:
AbdBarho
2022-11-04 22:35:44 +01:00
committed by GitHub
parent fb9d1e579c
commit 1cfb915d12
7 changed files with 34 additions and 12 deletions

View 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