ComfyUI Extension: comfyui-note

Authored by wrt122311

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.

Simple custom node for ComfyUI that escapes parentheses in strings to treat them as literal characters instead of syntax.

Looking for a different extension?

Custom Nodes (1)

README

ComfyUI Escape Brackets Node

A simple custom node for ComfyUI that escapes parentheses in strings.

Functionality

This node takes a string as input, replaces all occurrences of ( with \( and ) with \), and outputs the modified string. This is particularly useful when you need to pass text containing brackets to specific prompts or processes that interpret brackets as syntax (e.g., prompt weighting) and you want them to be treated as literal characters.

Installation

  1. Navigate to your ComfyUI custom_nodes directory.
  2. Clone this repository into it:
    git clone <your_github_repo_url>
    
  3. Restart ComfyUI.

Usage

  • You can find the node under the text category, named Escape Brackets Node.
  • Connect a string to the text input.
  • Connect the STRING output to whatever node requires the escaped text.

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