choey / Comfy-Topaz

Topaz Photo AI integration for ComfyUI
MIT License
57 stars 6 forks source link

string index out of range #13

Open karl-von-knecht opened 1 month ago

karl-von-knecht commented 1 month ago

image

image

!!! Exception during processing !!! string index out of range Traceback (most recent call last): File "C:\CUI\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\CUI\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\CUI\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\CUI\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\CUI\ComfyUI\custom_nodes\Comfy-Topaz\topaz.py", line 266, in upscale_image (upscaled_img_file, user_settings, autopilot_settings) = self.topaz_upscale(img_file, compression, format, tpai_exe=tpai_exe, upscale=upscale, sharpen=sharpen) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\CUI\ComfyUI\custom_nodes\Comfy-Topaz\topaz.py", line 246, in topaz_upscale user_settings, autopilot_settings = self.get_settings(p_tpai.stdout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\CUI\ComfyUI\custom_nodes\Comfy-Topaz\topaz.py", line 175, in get_settings if stdout[i] == '{':


IndexError: string index out of range

Prompt executed in 40.75 seconds