Add BIM-VFI Segment Interpolate node for bounded peak RAM
Processes numbered segments of the input batch so users can chain multiple instances with Save nodes between them, freeing each segment's output before the next starts. Model pass-through output forces sequential execution via ComfyUI's dependency graph. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,14 +30,16 @@ def _auto_install_deps():
|
||||
|
||||
_auto_install_deps()
|
||||
|
||||
from .nodes import LoadBIMVFIModel, BIMVFIInterpolate
|
||||
from .nodes import LoadBIMVFIModel, BIMVFIInterpolate, BIMVFISegmentInterpolate
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"LoadBIMVFIModel": LoadBIMVFIModel,
|
||||
"BIMVFIInterpolate": BIMVFIInterpolate,
|
||||
"BIMVFISegmentInterpolate": BIMVFISegmentInterpolate,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"LoadBIMVFIModel": "Load BIM-VFI Model",
|
||||
"BIMVFIInterpolate": "BIM-VFI Interpolate",
|
||||
"BIMVFISegmentInterpolate": "BIM-VFI Segment Interpolate",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user