None of the example workflows aren't working
I haven't been able to successfully run any of the example workflows
I get this error (both on linux and the portable windows install)
class_ = nodes.NODE_CLASS_MAPPINGS[prompt[x]['class_type']]
I tried updating using the provided batch scripts to no avail
Hi, you may want to check this issue first, And if you still can't resolve the error, then can I have your full console error log pls? This is not enough information.
@MrForExample thank you so much for your efforts and apologies for the lack luster initial post. It was really late and I was fading into the night 😅
I did checkout that issue and think this is a different issue, something to do with the worfklows missing nodes on ComfyUI for some reason (following the install steps with theportable windows install).
Attached are some logs and what I'm seeing from within the portable windows install (on windows 10, with the VS tools 2022, running a 3090)
To see the GUI go to: http://127.0.0.1:8188
got prompt
Error handling request
Traceback (most recent call last):
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 452, in _handle_request
resp = await request_handler(request)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 543, in _handle
resp = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_middlewares.py", line 114, in impl
return await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\server.py", line 47, in cache_control
response: web.Response = await handler(request)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\server.py", line 474, in post_prompt
valid = execution.validate_prompt(prompt)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hggz\Documents\ComfyUI_windows_portable_nvidia_cu121_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 626, in validate_prompt
class_ = nodes.NODE_CLASS_MAPPINGS[prompt[x]['class_type']]
~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'class_type'
WONDER_3D_to_large workflow:
TRIPLANE WORKFLOW:
USING STACKBIT WORKFLOW:
Also (on a side note) I'm working on a portable docker version of this which already builds but gives me some Floating point (expected 4 but got 2) errors in the CUDA enabled Wonder3D_to_Large_Multiview_Gaussian_Model_to_3DGS and_3DMesh example so maybe its a dependency problem?
I also encountered the same issue in these workflow(like fig 1). I think there are missing files somewhere, and I don’t know where to download the missing files(like fig 2,3).
I still encountered a issue when starting up(fig 4,5)
Hi @MrForExample, I have the exact same problem (without the missing /.ipynb_checkpoints/_init__.py). This occurs on most workflows, I could only get TripoSR pipeline to work as of now. Are there any pointers you could give and is there anything I can help with?