Skip to content

Commit 6444402

Browse files
Update simplet2i.py (#228)
Typo causing bug when preinitializing the model. Unsupported Sampler: klms, Defaulting to plms
1 parent 3be1cee commit 6444402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ldm/simplet2i.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(
124124
grid=False,
125125
width=512,
126126
height=512,
127-
sampler_name='klms',
127+
sampler_name='k_lms',
128128
latent_channels=4,
129129
downsampling_factor=8,
130130
ddim_eta=0.0, # deterministic

0 commit comments

Comments
 (0)