Set Value For MC I2V
Set Value For MC I2V
- path_folder
- save_videos
- prompt
- license_key
The image-to-video variant of Set Value For MC from the same pack - same "MC" presenter-pipeline idea, minus the source-video path (an I2V pipeline starts from a still image, not an existing clip, so there's nothing to point at), plus a license_key field the plain MC version doesn't have.
Fields, translated and mapped to their outputs. Four inputs, four outputs, matched by position:
- Thư mục audio ("audio folder," default
/content/drive/MyDrive/audio) → path_folder - Thư mục kết quả ("result folder," default
/content/drive/MyDrive/output/videos) → save_videos - Prompt (multiline text) → prompt
- license_key → license_key
Same Colab-Drive tell as its sibling. Every default path here assumes a Google Drive mount (/content/drive/MyDrive/...), so if you're running this outside Colab, replace both folder defaults before expecting the node to point anywhere real.
The license_key field is worth flagging the same way it's worth flagging elsewhere in this pack. It's required, and it's specifically present on the I2V variant of this node and not on the plain Set Value For MC node - which suggests the image-to-video path is the one gated behind whatever licensing system the author has built around this pack. What a valid key looks like, and what happens without one, isn't something the node's inputs or outputs can tell you; that logic lives in Python this pack doesn't expose through its schema.
How it relates to the plain Set Value For MC node. That's the non-I2V version - same audio/result folder fields, same prompt field, no license_key, and it adds a source-video path this node doesn't have (since I2V starts from a still image, there's no existing video to point at). If a workflow is using this I2V node instead of the plain MC one, that's a reasonable signal the pipeline downstream is generating video from a static image rather than editing an existing clip.
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 positional-output note as Set Value For MC: the four outputs match the four inputs by order in the node, not by label text, so trace wires by position when something downstream looks like it's getting the wrong value. Beyond that, if you're specifically stuck on the license_key requirement, that's not something this node's schema or the pack's public README can resolve for you - it points toward needing whatever course, template, or licensing channel this author distributes valid keys through.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| Thư mục audio | STRING | /content/drive/MyDrive/audio | — |
| Thư mục kết quả | STRING | /content/drive/MyDrive/output/videos | — |
| Prompt | STRING | — | |
| license_key | STRING | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| path_folder | STRING | — |
| save_videos | STRING | — |
| prompt | STRING | — |
| license_key | STRING | — |