-
Notifications
You must be signed in to change notification settings - Fork 184
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
Comments
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
<#494>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIZEZLZUAKUWQREMZOIMTDZ4MG6HAVCNFSM6AAAAABQIBC2SGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4TSOBUGUYTENA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
encount the same problem, |
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
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.
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.
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.
The text was updated successfully, but these errors were encountered: