Fix Typo in Utils.py

Partially Solves #86
pull/87/head
Maria 2023-05-12 17:10:48 -04:00 committed by GitHub
parent 19ac530bb0
commit 85cd721e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ def get_component_names():
'v2v_file', 'v2v_width', 'v2v_height', 'v2v_prompt', 'v2v_n_prompt', 'v2v_cfg_scale', 'v2v_seed', 'v2v_processing_strength', 'v2v_fix_frame_strength',
'v2v_sampler_index', 'v2v_steps', 'v2v_override_settings',
't2v_width', 't2v_height', 't2v_prompt', 't2v_n_prompt', 't2v_cfg_scale', 't2v_seed', 't2v_processing_strength', 't2v_fix_frame_strength',
'v2v_sampler_index', 'v2v_steps', 't2v_length', 't2v_fps'
't2v_sampler_index', 't2v_steps', 't2v_length', 't2v_fps'
]
return components_list
@ -376,4 +376,4 @@ def txt2img(args_dict):
#if opts.do_not_show_images:
# processed.images = []
return processed.images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments)
return processed.images, generation_info_js, plaintext_to_html(processed.info), plaintext_to_html(processed.comments)