WebDev9000-Nodes

WebDev9000-Nodes
★ 1

文本处理配置切换ComfyUI扩展开发者工具
提供两个 ComfyUI 节点:Ignore Braces(忽略大括号)用于模板/文本处理,Settings Switch 用于在流程中切换配置,简化参数管理并提升流程灵活性。
💡 在ComfyUI流程中切换配置或忽略模板大括号以便处理文本。
🍴 3 Forks💻 Python🔄 2024-06-14
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e00a65475347
📄 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.

Without disabling dynamic prompts, braces in the filename are otherwise incompatible even when escaped.

Suggested to use with my 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.