-
Notifications
You must be signed in to change notification settings - Fork 33
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
The workflow screen does not display properly #247
Comments
Thanks. I haven't been able to reproduce this - could you press f12 on your browser and see if there are any errors being reported in the JavaScript (front end) console? |
I have the same issue. My console show this error messages: api.ts:56 Running on 127.0.0.1:8188
app.ts:1700 Error loading extension /extensions/dzNodes/dz_debug.js TypeError: Failed to fetch dynamically imported module: http://127.0.0.1:8188/extensions/dzNodes/dz_debug.js
app.ts:436 Error calling extension 'DZ.widgets' method 'init' Object Object Object
:8188/extensions/ComfyUI-Custom-Scripts/js/assets/favicon-active.user.ico:1
:8188/api/DZ/debug:1
:8188/extensions/ComfyUI-Custom-Scripts/js/assets/favicon.user.ico:1
litegraph.es.js:1583 Uncaught TypeError: Cannot read private member #boundingRect from an object whose class did not declare it |
Thanks. I’ll investigate.
…On Fri, 22 Nov 2024 at 8:42 PM, 0xBeFa ***@***.***> wrote:
I have the same issue. My console show this error messages:
`api.ts:56 Running on 127.0.0.1:8188
logging.ts:333 ComfyUI Front-end version: 1.3.44
extensionStore.ts:45 Extension pysssss.SnapToGrid is disabled.
extensionStore.ts:45 Extension pysssss.Locking is disabled.
:8188/extensions/dzNodes/dz_DZ_widgets.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app.ts:1700 Error loading extension /extensions/dzNodes/dz_debug.js
TypeError: Failed to fetch dynamically imported module:
http://127.0.0.1:8188/extensions/dzNodes/dz_debug.js
(anonymous) @ app.ts:1700
imageFeed.js:87 [mtb] - Aborting the loading of mtb's imageFeed in favor
of pysssss.ImageFeed
init @ imageFeed.js:87
:8188/api/DZ/debug:1
Failed to load resource: the server responded with a status of 404 (Not Found)
app.ts:436 Error calling extension 'DZ.widgets' method 'init' Object
Object Object
(anonymous) @ app.ts:436
components-manager.js:769 Empty components: policy ignored
:8188/api/pysssss/autocomplete:1
Failed to load resource: the server responded with a status of 404 (Not Found)
:8188/extensions/ComfyUI-Custom-Scripts/js/assets/favicon-active.user.ico:1
Failed to load resource: the server responded with a status of 404 (Not Found)
:8188/api/DZ/debug:1
Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
:8188/extensions/ComfyUI-Custom-Scripts/js/assets/favicon.user.ico:1
Failed to load resource: the server responded with a status of 404 (Not Found)
litegraph.es.js:1583 Uncaught TypeError: Cannot read private member
#boundingRect from an object whose class did not declare it
at Proxy.updateArea (litegraph.es.js:1583:25)
at LGraphCanvas.computeVisibleNodes (litegraph.es.js:5606:13)
at LGraphCanvas.computeVisibleNodes (domWidget.ts:258:44)
at LGraphCanvas.computeVisibleNodes (jsnodes.js:346:64)
at LGraphCanvas.draw (litegraph.es.js:5622:12)
at LGraphCanvas.draw (extensions-Cii5QAc-.js:1:124690)
at LGraphCanvas.renderFrame (litegraph.es.js:4147:14)
litegraph.es.js:1583 Uncaught TypeError: Cannot read private member
#boundingRect from an object whose class did not declare it
at Proxy.updateArea (litegraph.es.js:1583:25)
at LGraphCanvas.computeVisibleNodes (litegraph.es.js:5606:13)
at LGraphCanvas.computeVisibleNodes (domWidget.ts:258:44)
at LGraphCanvas.computeVisibleNodes (jsnodes.js:346:64)
at LGraphCanvas.draw (litegraph.es.js:5622:12)
at LGraphCanvas.draw (extensions-Cii5QAc-.js:1:124690)
at ComfyApp.resizeCanvas (app.ts:1899:18)
at app.ts:1832:50
litegraph.es.js:1583 Uncaught TypeError: Cannot read private member
#boundingRect from an object whose class did not declare it
at Proxy.updateArea (litegraph.es.js:1583:25)
at LGraphCanvas.computeVisibleNodes (litegraph.es.js:5606:13)
at LGraphCanvas.computeVisibleNodes (domWidget.ts:258:44)
at LGraphCanvas.computeVisibleNodes (jsnodes.js:346:64)
at LGraphCanvas.draw (litegraph.es.js:5622:12)
at LGraphCanvas.draw (extensions-Cii5QAc-.js:1:124690)
at ComfyApp.resizeCanvas (app.ts:1899:18)
at ResizeObserver. (app.ts:1833:46)
`
—
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBLMAYBV2POH74WXVQ7KGT2B34B5AVCNFSM6AAAAABSIZ4WHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJTGM2DANZYGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I also have this problem. The behavior is exactly the one described here. It took me a while to identify the problem (that's actually comfyui fault, for not giving us much indication on what went wrong in loading the workflow). |
@lucabaronti @0xBeFa @ai-meat - Can you check that you have the latest version of UE? There's a version number in the |
I relied to ComfyUI manager to keep all my nodes updated, but you are right for some reason it didn't updated the node (the branch was detached too). |
I'm sad to report that version 5.0.6 does not solve the issue for me. I know this is the only problematic node because disabling it alone fixes the issue completely. In my case, the Manager did update UE by itself. Just to be sure I also tried reinstalling the node from scratch and manually forcing an update with |
Thanks. There must be a conflict with another node, since not everyone has
the problem. Are you able to post a list of custom nodes you have installed?
…On Mon, 25 Nov 2024 at 7:52 PM, isketch93 ***@***.***> wrote:
I'm sad to report that version 5.0.6 does not solve the issue for me. I
know this is the only problematic node because disabling it alone fixes the
issue completely.
In my case, the Manager *did* update UE by itself. Just to be sure I also
tried reinstalling the node from scratch and manually forcing an update
with git pull.
Sadly, the former changed nothing, and the latter returned Already up to
date., also solving nothing.
—
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBLMA4QQUJ4HKOKS7A2Q7T2CLQLPAVCNFSM6AAAAABSIZ4WHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJXGMYDCMZZG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Your response prompted me to try leaving UE enabled and disabling/re-enabling every other node, to try and identify a specific conflict. I was not able to pinpoint any node that, once disabled, let UE work properly. In a last ditch attempt, i disabled every custom node, including the Manager, except UE, still no dice. Anyway, this is the custom nodes loading part of the log:
Should it be useful, I could provide the full log too. |
There is a conflict between the “Anything Everywhere” node and the new version of comfyui, which causes the workflow not to be loaded properly, the interface not to be displayed properly, and the new workflow not to be loaded properly. However, the backend with the node does not report errors and executes normally.
The text was updated successfully, but these errors were encountered: