rgthree / rgthree-comfy

Making ComfyUI more comfortable!
MIT License
1.16k stars 81 forks source link

Is seed widget exists, no queue processing #67

Closed tholonia closed 11 months ago

tholonia commented 11 months ago

I just installed the node "Seed (rgthree)", and I see that if the node exists in the map, even if unconnected, then "Queue Prompts" does nothing. There are no errors in the console, nothing gets written to the log. When I delete the node from the map, everything works. Any clues as to why this is happening?

Davikar commented 11 months ago

I have the same issue but with the Fast muter node. The seed node seems to work for me.

mordbane commented 11 months ago

Same issue here. Updated to the latest 12-4 ComfyUI. No matter what workflow I put it on, "Queue Prompt" does nothing. Remove it and prompts queue.

rgthree commented 11 months ago

Odd. I'm not seeing it, I wonder if there's a conflict with another custom node. Seed I could see, but Fast Muter would seem odd.

Can any of you open the browser dev tools (usually F12) and:

mordbane commented 11 months ago

image

Not seeing anything in Network. No errors in terminal.

Even if I have the node in the workflow muted, it doesn't allow me to queue prompt.

rgthree commented 11 months ago

Looks like ComfyUI broke a lot of custom nodes again. https://github.com/comfyanonymous/ComfyUI/commit/7f469203b7b4547f1d0f7113d18095334fa06a4d specifically.

If you go back to the previous commit, I believe it will work:

git reset --hard d19de27
rgthree commented 11 months ago

Merging into another #69 as a duplicate.

mordbane commented 11 months ago

Makes sense, I've been seeing some strange seed stuff with other nodes.