https://github.com/WebDev9000/WebDev9000-Nodes
A few misc ComfyUI nodes I've created for various needs.
https://github.com/WebDev9000/WebDev9000-Nodes
comfyui stable-diffusion
Last synced: 5 months ago
JSON representation
A few misc ComfyUI nodes I've created for various needs.
- Host: GitHub
- URL: https://github.com/WebDev9000/WebDev9000-Nodes
- Owner: WebDev9000
- License: mit
- Created: 2023-11-27T02:13:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T10:28:22.000Z (over 1 year ago)
- Last Synced: 2024-12-19T03:04:09.378Z (about 1 year ago)
- Topics: comfyui, stable-diffusion
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **WebDev9000-Nodes**
- awesome-comfyui - **WebDev9000-Nodes**
README
# WebDev9000 Nodes
A few misc ComfyUI nodes I've created for various needs.
## IgnoreBrace
A string input node that disables "dynamic prompts", thereby allowing unescaped braces { } in your prompts.
Created to fix an issue loading LoRA with braces in their names via [ComfyUI Prompt Control](https://github.com/asagi4/comfyui-prompt-control).
Without disabling dynamic prompts, braces in the filename are otherwise incompatible even when escaped.
Suggested to use with my [Extra Network Browser](https://github.com/WebDev9000/extra-network-browser/)
## SettingsSwitch
A node I made to switch between two sets of settings I use often in a high-res pass.
Plug it into Steps and Denoise on a KSampler node to quickly toggle between two presets.
Low denoise = steps: 5, denoise: 0.35
High denoise = steps: 10, denoise: 0.5
## Installation
Git clone this repo in the ComfyUI/custom_nodes folder.