pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.37k stars 104 forks source link

Missing preset text message locking comfyUI indefinitely #253

Closed tarkansarim closed 1 month ago

tarkansarim commented 1 month ago

When I load a workflow through a different comfyui that runs through a different port and open a workflow that has a "preset text" node, I get an error message that says that the preset it's trying to load is missing and when I confirm the message a new one pops right after and stays in an infinite loop locking down my ComfyUI for this port indefinitely.

jamesdouma commented 1 month ago

I have the same issue

pythongosssss commented 1 month ago

I think you have another custom script doing something odd, possibly calling the graph to prompt function continually? I've updated this to not show an alert but instead highlight the node as a quick workaround.