TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
332 stars 39 forks source link

Text Prompt Impossible to edit with urls in it #93

Open mpiquero1111 opened 3 months ago

mpiquero1111 commented 3 months ago

I copied and pasted this prompt into the text node and it immediately goes to the bottom, even if i move the cursor to delete or edit, it goes to the bottom. "https://s.mj.run/-DposGmPxJc https://s.mj.run/wd2aC9k09JY https://s.mj.run/0kk4O-jx4qE https://s.mj.run/a0oW8h36qW8 https://s.mj.run/Js341e3pBLw candid photo this woman is a new smoker black lungs bizarre clothing, laugh smile villain, Netflix series DC extreme long black and red hair whit bangs Photo taken with an aperture of 20 on a phone camera, showing a 35 year old beautiful female model wearing chic clothing , posing for an Instagram story she has a thin lips, big eyes, high cheekbones, natural skin tone, at the viewer in the style of a photo taken by an artist known for capturing natural beauty, canon EOS R5 ," you might be able to replicate it.

TinyTerra commented 3 months ago

I haven't been able to replicate this unfortunately... Do you have any more info i could work with?

cjps-br commented 2 months ago

the problem occurs because of the // character group. the solution to this is to use a "Note" node, place the text in it, remove the "//" and transfer it to the Text node.

An issue like this happened to me too. It is related to dynamic prompts in the definition of the text element in the node: "dynamicPrompts": True

I have a custom node that I created and that I would like to process wildcards, so I created it using "dynamicPrompts": True and the problem started to occur. when I put "dynamicPrompts": false, the problem stops occurring. There is an open issue on comfyui's git related to this issue: https://github.com/comfyanonymous/ComfyUI/issues/3073