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

ComfyUI frontend never stops "loading" #494

Open
theredwillow opened this issue Oct 20, 2024 · 3 comments
Open

ComfyUI frontend never stops "loading" #494

theredwillow opened this issue Oct 20, 2024 · 3 comments

Comments

@theredwillow
Copy link

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

WASasquatch commented Oct 20, 2024 via email

@gothxx
Copy link

gothxx commented Oct 30, 2024

encount the same problem,

@gothxx
Copy link

gothxx commented Oct 30, 2024

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

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