https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader
This project provides a custom ComfyUI node for loading config for checkpoints and samplers.
https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader
Last synced: 4 months ago
JSON representation
This project provides a custom ComfyUI node for loading config for checkpoints and samplers.
- Host: GitHub
- URL: https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader
- Owner: Cyberschorsch
- License: gpl-3.0
- Created: 2024-07-11T14:21:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:37:43.000Z (9 months ago)
- Last Synced: 2024-07-16T13:22:12.685Z (9 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI Checkpoint Loader Config**
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.