Revert unintended model changes

This commit is contained in:
Kyle Schouviller 2022-10-23 14:08:05 -07:00
parent 40388b5b90
commit bfe36c9f8b

View File

@ -6,9 +6,9 @@
# and the width and height of the images it # and the width and height of the images it
# was trained on. # was trained on.
stable-diffusion-1.4: stable-diffusion-1.4:
config: configs/stable-diffusion/v1-inference.yaml config: configs/stable-diffusion/v1-inference.yaml
weights: models/ldm/stable-diffusion-v1/model.ckpt weights: models/ldm/stable-diffusion-v1/model.ckpt
description: Stable Diffusion inference model version 1.4 vae: models/ldm/stable-diffusion-v1/vae-ft-mse-840000-ema-pruned.ckpt
width: 512 width: 512
height: 512 height: 512
default: true default: true