mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update simplet2i.py (#228)
Typo causing bug when preinitializing the model. Unsupported Sampler: klms, Defaulting to plms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user