Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Prompt Impossible to edit with urls in it #93

Open
mpiquero1111 opened this issue Mar 31, 2024 · 2 comments
Open

Text Prompt Impossible to edit with urls in it #93

mpiquero1111 opened this issue Mar 31, 2024 · 2 comments

Comments

@mpiquero1111
Copy link

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
Copy link
Owner

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

@cjps-br
Copy link

cjps-br commented Apr 29, 2024

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: comfyanonymous/ComfyUI#3073

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants