comfyanonymous / ComfyUI

The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
42.4k stars 4.48k forks source link

unable to edit / select prompt in CLIP Text Encode (Prompt) #3403

Open Mohsyn opened 2 months ago

Mohsyn commented 2 months ago

CLIP Text Encode (Propmt) text box is behaving weird. It automatically moves to cursor to end continuously (probably multiple times per second), so basically I cannot select or click anywhere in between. As a result, I have to change to other text input boxes from other node providers which work normally. But it is a pain to replace them everytime I open any workflow because majority of people use default Clip Text Encode.

ComfyUI: 2149059773 Manager: V2.24.1

liusida commented 2 months ago

Hi @Mohsyn , I just did a git pull, and my ComfyUI doesn't have this problem. Maybe try updating your ComfyUI?

Also, consider using a different browser or Incognito mode to ensure it's not a browser issue.

btw, what does the number 2149059773 stand for? I am at the latest commit 565eb6d

JorgeR81 commented 2 months ago

This can happen if you use cg-use-everywhere custom nodes and have \\ or { } in the prompt.

If so, you can disable "Anything Everywhere highlight connected nodes", in the options, and it will work correctly.

https://github.com/comfyanonymous/ComfyUI/issues/3279