Comfy-Org / Comfy-Org/ComfyUI

Multiline Input automatically parse {}

Open
#3,206 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 6h
Merged PRs (30d)
155

Description

Hi, I'm testing some custom nodes that require formatting multiline string parsing over stacking.

When I input on a single line line input widget something like: `Hello {} !`
The output remains `Hello {} !`

But if I input `Hello {} !` on a multiline widget the output will be always: `Hello !`

Is there a why and a way to prevent this programmatically on my custom node, on the input class?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.