WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.21k stars 177 forks source link

ComfyUI frontend never stops "loading" #494

Open theredwillow opened 3 weeks ago

theredwillow commented 3 weeks ago

A few days ago, I tried my first Flux workflow with a tutorial (I believe it was this one). I don't know if that's relevant or not.

After restarting, the frontend started loading and never stopped. The wheel / circle / loading icon never went away. image

I can manually delete the loading element from dev tools and get it to load workflows and such, but I haven't tested it extensively.

I get this error in my console.

hook.js:608 TypeError: (output ?? []).map is not a function
    at ComfyNodeDefImpl.transformOutputSpec (nodeDefStore.ts:180:35)
    at new ComfyNodeDefImpl (nodeDefStore.ts:174:36)
    at Proxy.updateNodeDefs (nodeDefStore.ts:306:29)
    at Proxy.wrappedAction (pinia.mjs:1405:26)
    at ComfyApp.updateVueAppNodeDefs (app.ts:1963:18)
    at ComfyApp.registerNodes (app.ts:1978:12)
    at async ComfyApp.registerNodes (workflow-component.js:328:2)
    at async ComfyApp.setup (app.ts:1871:5)
    at async GraphCanvas.vue:189:9

There are other errors, but I don't think they're related.

ComfyUI's Frontend repo says to try with the no custom nodes flag before submitting a bug ticket. So I did that and it worked. So I went through a process of manually removing nodes until it worked again without the flag.

This was-node-suite-comfyui folder was the one that seemed to break it. I may not have tested enough, perhaps it's related to custom nodes competing for something, but I wanted to submit a ticket somewhere.

WASasquatch commented 3 weeks ago

WAS-NS has no front-end modifications of any sort. So it wouldn't be an issue with this custom node.

On Sat, Oct 19, 2024, 7:16 PM theredwillow @.***> wrote:

A few days ago, I tried my first Flux workflow with a tutorial (I believe it was this one https://www.youtube.com/watch?v=DdSe5knj4k8). I don't know if that's relevant or not.

After restarting, the frontend started loading and never stopped. The wheel / circle / loading icon never went away. image.png (view on web) https://github.com/user-attachments/assets/2037f166-ee4d-4672-92c7-d7f6f5d967ed

I can manually delete the loading element from dev tools and get it to load workflows and such, but I haven't tested it extensively.

I get this error in my console.

hook.js:608 TypeError: (output ?? []).map is not a function at ComfyNodeDefImpl.transformOutputSpec (nodeDefStore.ts:180:35) at new ComfyNodeDefImpl (nodeDefStore.ts:174:36) at Proxy.updateNodeDefs (nodeDefStore.ts:306:29) at Proxy.wrappedAction (pinia.mjs:1405:26) at ComfyApp.updateVueAppNodeDefs (app.ts:1963:18) at ComfyApp.registerNodes (app.ts:1978:12) at async ComfyApp.registerNodes (workflow-component.js:328:2) at async ComfyApp.setup (app.ts:1871:5) at async GraphCanvas.vue:189:9

There are other errors, but I don't think they're related.

ComfyUI's Frontend repo says to try with the no custom nodes flag before submitting a bug ticket. So I did that and it worked. So I went through a process of manually removing nodes until it worked again without the flag.

This was-node-suite-comfyui folder was the one that seemed to break it. I may not have tested enough, perhaps it's related to custom nodes competing for something, but I wanted to submit a ticket somewhere.

— Reply to this email directly, view it on GitHub https://github.com/WASasquatch/was-node-suite-comfyui/issues/494, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIZEZLZUAKUWQREMZOIMTDZ4MG6HAVCNFSM6AAAAABQIBC2SGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TSOBUGUYTENA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gothxx commented 2 weeks ago

encount the same problem,

gothxx commented 2 weeks ago

clean an reinstall from git, it's work now!