ltdrdata / ComfyUI-Workflow-Component

This is a side project to experiment with using workflows as components.
GNU General Public License v3.0
214 stars 9 forks source link

feature request - Multiple inputs of the same type #33

Closed whmc76 closed 8 months ago

whmc76 commented 8 months ago

I want to input three different images for processing, but it seems that even if I add three image input nodes, it is still regarded as the same input and will cause an error

got prompt '🔥 - Failed to save json data.' '🔥 - Got prompt' len(prompt): 5 '🔥 - 5 Nodes not included in prompt but is activated' ERROR:root:Failed to validate prompt for output 6: ERROR:root: ## 后处理-合成对比照 [f679bb] 3: ERROR:root: - Return type mismatch between linked nodes: image, IMAGE != ERROR:root:Output will be ignored [rgthree] Using rgthree's optimized recursive execution. [profiler] #5 PreviewImage: 0.0 seconds, total 0.0 seconds(#2) Prompt executed in 0.02 seconds

ltdrdata commented 8 months ago

The workflow component is soon to undergo an overhaul based on the group node and https://github.com/comfyanonymous/ComfyUI/pull/931.