ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
GNU General Public License v3.0
7.16k
stars
943
forks
source link
Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH #448
Hi,
I am trying to run ComfyUI on a fresh runpod GPU instance, ComfyUI-Manager used to work on this setup just a week ago but, not the button is not showing up.
I have no other custom noders installed just the manager.
No error in run log:
(venv) root@c4e1ae9c6fe0:/workspace/ComfyUI# python3.10 main.py --listen 0.0.0.0 --port 3000
** ComfyUI startup time: 2024-02-29 03:39:47.449461
** Platform: Linux
** Python version: 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
** Python executable: /workspace/ComfyUI/venv/bin/python3.10
** Log path: /workspace/ComfyUI/comfyui.log
Prestartup times for custom nodes:
0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
Total VRAM 20178 MB, total RAM 63426 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA RTX A4500 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using pytorch cross attention
### Loading: ComfyUI-Manager (V2.8.3)
### ComfyUI Revision: 2029 [b3e97fc7] | Released on '2024-02-28'
Import times for custom nodes:
0.0 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
Starting server
To see the GUI go to: http://0.0.0.0:3000
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
I also tried to run this in incognito mode but same issue. I am on Mac m1 and there is no antivirus or ad blocker installed. Also tried it on different ports, but no help.
Also, when i try to load any workflow, i get this:
Loading aborted due to error reloading workflow data
TypeError: Cannot read properties of undefined (reading 'configure')
TypeError: Cannot read properties of undefined (reading 'configure')
at ComfyApp.loadGraphData (http://localhost:3000/scripts/app.js:1767:15)
at async app.loadGraphData (http://localhost:3000/extensions/core/undoRedo.js:25:12)
at async reader.onload (http://localhost:3000/scripts/app.js:2123:6)
This may be due to the following script:
/extensions/core/undoRedo.js
As you can see ComfyManager button is not showing up:
Hi, I am trying to run ComfyUI on a fresh runpod GPU instance, ComfyUI-Manager used to work on this setup just a week ago but, not the button is not showing up.
I have no other custom noders installed just the manager.
No error in run log:
But console log from inspect gives this:
I also tried to run this in incognito mode but same issue. I am on Mac m1 and there is no antivirus or ad blocker installed. Also tried it on different ports, but no help.
Also, when i try to load any workflow, i get this:
Loading aborted due to error reloading workflow data
As you can see ComfyManager button is not showing up: