Nodes/comfyui-huyl2-nodes/Set Values From Panel
ComfyUI Node

Set Values From Panel

A labeled config block for a batch anime-conversion job

By huyl3-cpu·Created 9 months ago·Updated 4 months ago· 1
Set Values From Panel
    • stt
    • fps
    • resolution
    • convert_folder
    • save_path
    stt1
    fps16.00
    resolution720p
    convert_folder/content/drive/MyDrive/anime
    save_path/content/drive/MyDrive/anime

    Another pure settings hub from huyl3-cpu - five fields in, the same five values back out as separate wires - but it's worth noting this one sits under a different corner of the pack: HuyL3/Utilities, rather than the generic comfyui-sortlist category most of the author's other nodes use. That's a small tell that it comes from a different part of the source tree, and the field set backs that up - it's shaped for batch anime frame conversion, not the video-to-video "MC" pipeline the Set-Value-For-MC-* nodes serve.

    Like those, it does nothing on its own. It exists so a bigger workflow can have one labeled block to configure instead of five loose widgets, and the actual conversion logic it feeds lives outside this pack.

    The inputs and outputs that matter

    • stt - an INT, default 1. Almost certainly Vietnamese shorthand for "số thứ tự" (sequence number / index) - likely used to tag or number items in a batch run.
    • fps - a FLOAT, default 16. The target frame rate for whatever conversion this feeds.
    • resolution - enum, 720p / 1080p, default 720p. Like the resolution fields in this pack's other settings nodes, the output is typed INT with no documented label-to-pixel mapping here - check it once before trusting it.
    • convert_folder / save_path - both default to /content/drive/MyDrive/anime, which is the strongest clue about what this node is for: batch-converting a folder of anime frames or clips, running inside a Google Colab session with Drive mounted.

    Outputs mirror the inputs exactly: stt, fps, resolution, convert_folder, save_path.

    Installing it

    ComfyUI Manager: search comfyui-huyl2-nodes, install, restart. By hand:

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

    restart ComfyUI. The pack's README doesn't mention this node specifically - it documents one unrelated node and assumes a Colab install throughout - so there's no author guidance beyond what the schema itself tells you. As a pass-through with no processing logic, it shouldn't need anything extra to run once the pack is installed.

    Common issues & troubleshooting

    Since this node doesn't validate or transform anything, a workflow failing several steps later is almost never this node's fault - trace the actual error back to whatever's consuming convert_folder, save_path, or resolution.

    The Drive-mounted defaults are the biggest practical trap: if you're not running this inside the author's own Colab setup, /content/drive/MyDrive/anime won't resolve to anything on your machine, and the downstream node reading it will fail with a path-not-found error that has nothing to do with SetValuesFromPanel itself. Overwrite both path fields with something real for your environment before running.

    More broadly, this pack's README documents a grand total of one node (a video-segment cutter, not this one), and I found no discussion of SetValuesFromPanel or the HuyL3 namespace anywhere in community threads. If it breaks, reading the node's own Python source in custom_nodes/comfyui-sortlist is genuinely your fastest path to an answer - there's no tutorial or forum thread to lean on here.

    CategoryHuyL3/Utilities

    Inputs (5)

    NameTypeDefaultDescription
    sttINT1
    fpsFLOAT16.00
    resolutionCOMBO720p2 options: 720p, 1080p
    convert_folderSTRING/content/drive/MyDrive/anime
    save_pathSTRING/content/drive/MyDrive/anime

    Outputs (5)

    NameTypeDescription
    sttINT
    fpsFLOAT
    resolutionINT
    convert_folderSTRING
    save_pathSTRING