Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Credit By
Optimised from this demo: execution-inversion-demo-comfyui
About PR: comfyanonymous/ComfyUI#2666
What can it do | 它能弄啥嘞
Comfy-Org's update execution inversion at 15 August,it can be used to implement for loops, lazy if else (conditional judgements), and so on. Thanks to guill for working so hard on this features, Finally implemented in comfy after almost a year of hard work!
Comfy官方在8月15号更新的执行反转可用于for循环, 惰性if else(条件判断)等。感谢guill这个老表对这个功能辛勤的努力,经过近一年的努力我们才能在comfy中得以实施。
What's Updated | 更新了啥玩意
Lazy Evaluation | 利用惰性求值进行条件判断
For Loop | for循环
For detailed examples and introduction please wait for the video recording...
Video Guide
Comming soon...