Set Value For Dancing Mask
Set Value For Dancing Mask
- Enable Mask
- Enable Background
- Enable Upscale
- Prompt Tách Mask
- THƯ MỤC hình ảnh nhảy
- THƯ MỤC videos nhảy
- THƯ MỤC lưu
Another one of this pack's "constants panel" nodes - same idea as Set Value With Path elsewhere in the collection, just a different bundle of fields. This particular bundle is clearly built for a dance-video pipeline: the folder fields are literally labeled "dance images" and "dance videos" in Vietnamese.
What it actually is. Seven inputs, seven outputs, matched 1:1 as a pure passthrough - whatever you set on an input comes straight back out the equivalent output, unchanged. Here's each field translated, since the labels are Vietnamese and won't mean much otherwise:
- Enable Mask, Enable Background, Enable Upscale - three booleans (mask and background default
true, upscale defaultsfalse) that most likely toggle whole stages of the downstream pipeline on or off from a single control point. - Prompt Tách Mask - "split-mask prompt," a text field almost certainly meant to feed whatever segmentation or mask-extraction step this pipeline runs.
- THƯ MỤC hình ảnh nhảy - "dance images folder."
- THƯ MỤC videos nhảy - "dance videos folder."
- THƯ MỤC lưu - "save folder."
Why bundle seven unrelated-looking fields into one node. Instead of scattering seven separate text/boolean constant nodes across a big graph - and inevitably typing the same folder path into three of them slightly differently - you set everything once, up near the top of the workflow, and every downstream node that needs one of these values pulls it from here. It's a real, sensible pattern; this instance of it is just scoped tightly to one specific dance-video workflow template this author built, rather than being general-purpose.
Be honest with yourself about scope. Like every Set Value For * node in this pack, the field names only make full sense in the context of the specific workflow template they were built for. If you picked this node up from a shared graph without that template, the labels will tell you roughly what category of thing each field wants (a folder, a prompt, a toggle) but not the actual values that make the pipeline work.
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. Since these are pure passthrough constants with no validation visible anywhere in the schema, almost every "this isn't working" case traces to a downstream node rather than this one. Check first that the folder paths you've typed in here actually exist on the machine ComfyUI is running on - a very common source of confusion if this specific pipeline was originally built for a Colab session with a mounted Google Drive, and you're now trying to run the same workflow locally without updating those paths.
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| Enable Mask | BOOLEAN | true | — |
| Enable Background | BOOLEAN | true | — |
| Enable Upscale | BOOLEAN | false | — |
| Prompt Tách Mask | STRING | — | |
| THƯ MỤC hình ảnh nhảy | STRING | — | |
| THƯ MỤC videos nhảy | STRING | — | |
| THƯ MỤC lưu | STRING | — |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| Enable Mask | BOOLEAN | — |
| Enable Background | BOOLEAN | — |
| Enable Upscale | BOOLEAN | — |
| Prompt Tách Mask | STRING | — |
| THƯ MỤC hình ảnh nhảy | STRING | — |
| THƯ MỤC videos nhảy | STRING | — |
| THƯ MỤC lưu | STRING | — |