fix default config to match docs / dream.py

This commit is contained in:
Kevin Gibbons 2022-08-22 21:46:22 -07:00 committed by GitHub
parent 1b7d414784
commit c80ce4fff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ The vast majority of these arguments default to reasonable values.
seed=None,
cfg_scale=7.5,
weights="models/ldm/stable-diffusion-v1/model.ckpt",
config = "configs/latent-diffusion/txt2img-1p4B-eval.yaml",
config = "configs/stable-diffusion/v1-inference.yaml",
sampler_name="klms",
latent_channels=4,
downsampling_factor=8,