Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I run the example workflow1006.json,but there is a error on sampler node #123

Open
sorrylala opened this issue Dec 16, 2024 · 4 comments
Open

Comments

@sorrylala
Copy link

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

ADB9AEC7-4286-4059-8058-019F82C82B19

3510782F-5581-452C-B90D-8D1E65851D7A

@smthemex
Copy link
Owner

image
control img number = scene prompt lines number

@sorrylala
Copy link
Author

I made control img number = scene prompt lines number, but it generate two empty image
08CB93D2-2C0A-43FF-8114-2A85F128C522

@smthemex
Copy link
Owner

image
your canny img is invalid, don't have such a big avatar

@sorrylala
Copy link
Author

which kind imag I shoud use,can you give me a example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants