Nodes/comfyui-huyl2-nodes/Set Value For MC V2V V2
ComfyUI Node

Set Value For MC V2V V2

Same settings panel, license_key dropped, resolution finally documented

By huyl3-cpu·Created 9 months ago·Updated 4 months ago· 1
Set Value For MC V2V V2
    • video_path
    • audio_path
    • resolution
    • output_folder
    • motion_prompt_vi
    Đường dẫn video
    Đường dẫn audio
    Độ phân giải480p
    Đường dẫn thư mục lưu
    Prompt cử động tiếng việt

    The second revision of huyl3-cpu's video-to-video settings panel, and the improvements over the original Set-Value-For-MC-V2V are small but real: the license_key field is gone, and - for once in this pack - the resolution enum actually tells you what it resolves to.

    Like its siblings, this is a pure pass-through node: five fields in, five matching outputs, no processing. It exists so a bigger Colab-based workflow can have one labeled config block instead of loose string widgets scattered everywhere. It's not something you can drop into an arbitrary workflow and expect to do anything on its own - the actual video-to-video generation this feeds happens elsewhere, in a template this pack doesn't include.

    The inputs and outputs that matter

    • Đường dẫn video / Đường dẫn audio - video and audio source paths, both blank by default this time (no hardcoded Drive path, unlike the V1 node).
    • Độ phân giải ("resolution") - enum, 480p / 600p / 720p (note: no 1080p here, unlike the I2V sibling), default 480p. This is the one field in the whole "MC" family with an actual tooltip from the author: "480p = 480, 600p = 600, 720p = 720" - a direct label-to-pixel mapping. It's a small thing, but it's the only place across three near-identical sibling nodes where you don't have to guess what the resolution INT output actually means.
    • Đường dẫn thư mục lưu - output directory.
    • Prompt cử động tiếng việt ("Vietnamese motion prompt") - note this one is explicitly Vietnamese-only in its label, unlike the bilingual field on Set-Value-For-MC-I2V-V2.

    Outputs: video_path, audio_path, resolution (INT, per the tooltip above), output_folder, motion_prompt_vi. The renamed final output (motion_prompt_vi instead of a generic prompt) matches the field's Vietnamese-only framing.

    Installing it

    ComfyUI Manager: search comfyui-huyl2-nodes. By hand:

    cd ComfyUI/custom_nodes
    git clone https://github.com/huyl3-cpu/comfyui-sortlist
    

    and restart. The pack's README doesn't cover this node - it documents exactly one node, and it isn't this one - so everything above comes from the node's own schema and tooltip, not the author's docs. No dependencies to worry about; it's five widgets with no logic behind them.

    Common issues & troubleshooting

    Because this is a pass-through with no validation, an empty field just becomes an empty output - ComfyUI won't complain, and whatever's downstream will have to handle it (or not) on its own. If you're getting an error several nodes later about a missing video or audio path, trace it back here first; there's a decent chance a field was simply left at its blank default.

    If you're deciding between this and the original Set-Value-For-MC-V2V: use this one. It's strictly the same idea with a documented resolution mapping and one fewer field to worry about (no license key), and there's no sign in the schema that anything was lost in the upgrade.

    Categorycomfyui-sortlist

    Inputs (5)

    NameTypeDefaultDescription
    Đường dẫn videoSTRING
    Đường dẫn audioSTRING
    Độ phân giảiCOMBO480p480p = 480, 600p = 600, 720p = 720
    Đường dẫn thư mục lưuSTRING
    Prompt cử động tiếng việtSTRING

    Outputs (5)

    NameTypeDescription
    video_pathSTRING
    audio_pathSTRING
    resolutionINT
    output_folderSTRING
    motion_prompt_viSTRING