Set Value For Dancing None Mask
Set Value For Dancing None Mask
- Tên file cần lưu
- Thư mục lưu video kết quả
- Đường dẫn thư mục videos
- Đường dẫn thư mục hình ảnh
The leaner sibling of Set Value For Dancing Mask - same dance-video pipeline, same "constants panel" pattern, but stripped down to four fields, and going by the name, meant for a branch of the workflow that skips masking entirely.
Fields, translated (all straight passthrough - output mirrors input):
- Tên file cần lưu - "filename to save."
- Thư mục lưu video kết quả - "folder to save the result video."
- Đường dẫn thư mục videos - "videos folder path."
- Đường dẫn thư mục hình ảnh - "images folder path."
Why a separate node instead of the mask version with some fields left blank? This reads as a deliberate second template for a simpler variant of the same pipeline, not a stripped-down copy of the first one - there's no Enable Mask/Enable Background/Enable Upscale toggles here, no split-mask prompt, just the file plumbing needed once masking isn't part of the picture. That's consistent with the "None Mask" in the name: this is the config panel for the no-mask branch specifically.
Same caveat as its sibling. These field labels are specific to this author's own workflow template. Outside of that template, treat this as a labeled bundle of string constants - a folder path here, a filename there - rather than something self-explanatory on its own.
How to tell the two "Dancing" nodes apart at a glance. If you're staring at a workflow with both Set Value For Dancing Mask and Set Value For Dancing None Mask present and trying to work out which one actually drives the active pipeline, the toggles are the tell - the Mask version carries Enable Mask/Enable Background/Enable Upscale booleans and a masking prompt field, this one carries none of that. A workflow that's actually running a masked dance pipeline will have its real folder paths set on the Mask node; if they're set here instead, you're looking at the no-mask branch.
Installing it. Search comfyui-huyl2-nodes in ComfyUI Manager, or clone directly:
cd ComfyUI/custom_nodes
git clone https://github.com/huyl3-cpu/comfyui-sortlist
Restart ComfyUI.
Troubleshooting. Same as its mask-enabled sibling: if something downstream isn't finding the files it expects, check that the actual paths you've typed into these fields exist on your machine - especially if this workflow started life on Colab (where paths would point into a mounted Google Drive) and you're now running it somewhere that doesn't have that same mount.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| Tên file cần lưu | STRING | — | |
| Thư mục lưu video kết quả | STRING | — | |
| Đường dẫn thư mục videos | STRING | — | |
| Đường dẫn thư mục hình ảnh | STRING | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| Tên file cần lưu | STRING | — |
| Thư mục lưu video kết quả | STRING | — |
| Đường dẫn thư mục videos | STRING | — |
| Đường dẫn thư mục hình ảnh | STRING | — |