ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

How to dynamic set text in a multiline textbox in INPUT_TYPES by python code ?

Open gamert opened this issue 2 years ago • 1 comments

I make a custom node ( Repo:https://github.com/gamert/ComfyUI_tagger.git ). Use deepbooru to fetch tagger for image ,then link to ClipText Node ,I prefer to show in multiline for editing But Failed to find a way .

{"text": ("STRING", {"default": "", "multiline": True}), sample

gamert avatar Mar 24 '23 15:03 gamert

Comfy can't output anything to the UI except a image, from hardcoded location. Some of it's most crippling issues right now.

WASasquatch avatar Mar 24 '23 18:03 WASasquatch