ComfyUI Node
arkennemasis Video Save (write a clip, free the models)
Save a clip under a numbered prefix and free the models behind it. Put this straight after a video subgraph in a scene loop — the subgraph cannot release memory between shots, and the dub downstream wants the clip's path.
arkennemasis Video Save (write a clip, free the models)
- video
- video
- path
◄filename_prefixvideo/scene►
◄free_memorytrue►
Categoryarkennemasis/Video
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| video | VIDEO | The clip to write. | |
| filename_prefix | STRING | video/scene | Relative to ComfyUI's output dir. Each call appends the next counter, so clips land in scene order. |
| free_memoryopt | BOOLEAN | true | Evict every loaded model after writing. Leave ON in a scene loop — it is what lets twenty shots finish. Turn it off only for a single clip, where reloading the model next run costs more than it saves. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |
| path | STRING | — |