From 64444025a9391db469645db353953478e8eb9a37 Mon Sep 17 00:00:00 2001 From: spezialspezial <75758219+spezialspezial@users.noreply.github.com> Date: Wed, 31 Aug 2022 07:08:46 +0200 Subject: [PATCH] Update simplet2i.py (#228) Typo causing bug when preinitializing the model. Unsupported Sampler: klms, Defaulting to plms --- ldm/simplet2i.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/simplet2i.py b/ldm/simplet2i.py index 645f84af53..b83280471d 100644 --- a/ldm/simplet2i.py +++ b/ldm/simplet2i.py @@ -124,7 +124,7 @@ class T2I: grid=False, width=512, height=512, - sampler_name='klms', + sampler_name='k_lms', latent_channels=4, downsampling_factor=8, ddim_eta=0.0, # deterministic