From a3a50bb886e6a49f465f340b532c5574a54cdf76 Mon Sep 17 00:00:00 2001 From: Conor Reid <34196721+unreleased@users.noreply.github.com> Date: Sat, 15 Oct 2022 12:39:15 -0600 Subject: [PATCH] Update generate.py Fixed spelling mistake (open source king) --- ldm/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/generate.py b/ldm/generate.py index f9fc364cf3..f011dea156 100644 --- a/ldm/generate.py +++ b/ldm/generate.py @@ -113,7 +113,7 @@ gr = Generate( # these are deprecated - use conf and model instead weights = path to model weights ('models/ldm/stable-diffusion-v1/model.ckpt') - config = path to model configuraiton ('configs/stable-diffusion/v1-inference.yaml') + config = path to model configuration ('configs/stable-diffusion/v1-inference.yaml') ) """