pull/27/head
dr413677671 2023-01-23 17:15:59 +08:00
parent 00dc5decb7
commit 8ef92ebf7e
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ def parse_param(param_str):
m_steps = value
elif key == "CFG scale":
m_cfg_scale = value
elif value == 'Sampler':
elif key == 'Sampler':
m_sampler_index = map_sampler_to_idx[value]
elif key == 'Size':
parse_size(m_width, m_height, value, cur_line)