ComfyUI Extension: My_sample-scheduler_GATTO

Authored by Gattopeloso

Created

Updated

0 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Lightweight ComfyUI custom node pack to manage reusable sampler/scheduler presets with configuration and selection separated in two nodes.

Looking for a different extension?

Custom Nodes (0)

    README

    My Sampler+scheduler (GATTO)

    alt text

    A lightweight ComfyUI custom node pack to manage reusable sampler/scheduler presets.

    It provides two nodes:

    • 🪄 My Sampler+scheduler (CONFIG)
    • 🪄 My Sampler+scheduler

    The goal is simple: configure multiple sampler/scheduler/steps combinations once, then select one preset quickly in a separate node.

    Features

    • Create multiple named presets (Sampler + Scheduler + Steps)
    • Keep configuration and selection separated in two nodes
    • Selector UI uses a legacy-style simple toggle list
    • One active preset at a time
    • Clean workflow wiring via a single presets output from the config node

    Nodes

    1) 🪄 My Sampler+scheduler (CONFIG)

    Use this node to define your preset list.

    For each preset:

    • Preset name (editable)
    • sampler_name
    • scheduler
    • steps

    Buttons:

    • + Add Combo
    • - Remove Combo

    Output:

    • presets (custom packed data used by the selector node)

    2) 🪄 My Sampler+scheduler

    Use this node to pick the active preset.

    Inputs:

    • presets (from config node)

    Outputs:

    • sampler_name
    • scheduler
    • steps

    Behavior:

    • Shows preset names from the config node
    • Only one preset can be active at a time

    Installation

    1. Go to your ComfyUI custom_nodes folder.
    2. Clone this repository:
    git clone https://github.com/Gattopeloso/My_sample-scheduler_GATTO.git
    
    1. Restart ComfyUI completely.

    How to Use

    1. Add 🪄 My Sampler+scheduler (CONFIG)
    2. Define your presets and names
    3. Add 🪄 My Sampler+scheduler
    4. Connect presets output from CONFIG to presets input of Selector
    5. Connect selector outputs (sampler_name, scheduler, steps) to your sampling flow

    Compatibility

    • Designed for recent ComfyUI versions
    • Includes frontend JS extensions for widget behavior

    Contributing

    Issues and pull requests are welcome.

    If you report a bug, please include:

    • ComfyUI version
    • Steps to reproduce
    • Expected vs actual behavior
    • Console/terminal errors (if any)

    License

    Do whatever you want haha, i made this just because i'm LAZY!

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more