fictions-ai / sharing-is-caring

287 stars 22 forks source link

"upscale_v4" workflow: Error occurred when executing Int to float #6

Open bissigb opened 8 months ago

bissigb commented 8 months ago

Hi,

i have an error with the "upscale_v4" workflow:

Screenshot

Error occurred when executing Int to float:

float() argument must be a string or a real number, not 'tuple'

File "/content/drive/MyDrive/ComfyUI/execution.py", line 153, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/content/drive/MyDrive/ComfyUI/execution.py", line 83, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "/content/drive/MyDrive/ComfyUI/execution.py", line 76, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/content/drive/MyDrive/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes/Nodes/Functions/Converters.py", line 24, in get_value return (float(Value),)

How can i solve that?

Thanks Bruno