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
Exception Message: Provide input_id_images. Cannot leave input_id_images undefined for PhotoMaker pipeline.
Stack Trace
File "/Users/gaoyuan/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 "/Users/gaoyuan/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 "/Users/gaoyuan/ComfyUI/execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "/Users/gaoyuan/ComfyUI/execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "/Users/gaoyuan/ComfyUI/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 1823, in story_sampler
for value in gen:
File "/Users/gaoyuan/ComfyUI/custom_nodes/ComfyUI_StoryDiffusion/Storydiffusion_node.py", line 870, in process_generation
id_images = pipe(
File "/Users/gaoyuan/miniconda3/envs/comflowy/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "/Users/gaoyuan/ComfyUI/custom_nodes/ComfyUI_StoryDiffusion/utils/pipeline_v2.py", line 691, in __call__
raise ValueError(
![WechatIMG760](https://github.com/user-attachments/assets/e360430e-e0dc-4041-8b9e-cb86521ab736)
The text was updated successfully, but these errors were encountered:
ComfyUI Error Report
Error Details
input_id_images
. Cannot leaveinput_id_images
undefined for PhotoMaker pipeline.Stack Trace
The text was updated successfully, but these errors were encountered: