You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the example workflow1006.json,but there is a error on sampler node, what's wrong with it :
[2024-12-16 08:34] !!! Exception during processing!!! exceptions must derive from BaseException
[2024-12-16 08:34] Traceback (most recent call last):
File "/comfyui/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/comfyui/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/comfyui/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/comfyui/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 1819, in story_sampler
raise "if using story-maker controlnet,The number of input control-images and scene prompts should be consistent!! "
TypeError: exceptions must derive from BaseException
The text was updated successfully, but these errors were encountered:
I run the example workflow1006.json,but there is a error on sampler node, what's wrong with it :
[2024-12-16 08:34] !!! Exception during processing!!! exceptions must derive from BaseException
[2024-12-16 08:34] Traceback (most recent call last):
File "/comfyui/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/comfyui/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/comfyui/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/comfyui/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 1819, in story_sampler
raise "if using story-maker controlnet,The number of input control-images and scene prompts should be consistent!! "
TypeError: exceptions must derive from BaseException
The text was updated successfully, but these errors were encountered: