ComfyUI Extension: ComfyUI Checkpoint Loader Config

Authored by Cyberschorsch

Created

Updated

1 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.

Provides a custom node to load config for sampler nodes from a yaml file.

Looking for a different extension?

Custom Nodes (0)

    README

    ComfyUI Checkpoint Loader Config

    Provides a custom node to load config for sampler nodes from a yaml file.

    Installation

    Add this project to your custom_nodes directory.

    Usage

    Setup

    Create a new directory called "checkpoints" in the models/configs directory.

    Create one or more yaml files which you can use later in your workflow.

    See example_config.yaml as a starting point.

    Use the custom node

    Add node from utils->Checkpoint Loader Config and choose the yaml file you want to use.

    You can connect all available connections to the nodes you want, e.g. KSampler. To convert a manual input in the KSampler Node make a right-click on the KSampler Node and select Convert Widet to Input and the property you want to connect, e.g. steps.

    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