yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
1.09k stars 77 forks source link

whileloop bug #429

Open muyangwang opened 1 month ago

muyangwang commented 1 month ago

Screenshot 2024-10-13 090533

得到错误: Return type mismatch between linked nodes: initial_value0, INT != *

把 py/logic.py 652行和655行的 “*” 改成 any_type 即可修正,麻烦大佬更新一下。

muyangwang commented 1 month ago

再问佬一下能实现实时判断是否继续循环嘛?即每次运行到condition判断的时候可以让用户输入是否继续?