ITADN

Colab installing Manager Error

#44Opentheduodecim 创建于 2025-07-23
T
theduodecimcommented
> Here's the notebook! > > https://colab.research.google.com/drive/1Gd9F8iYRJW-LG8JLiwGTKLAcXLJ5eH78?usp=sharing > > I am modifying the readme now. _Originally posted by @doctorpangloss in [#43](https://github.com/hiddenswitch/ComfyUI/issues/43#issuecomment-3085760927)_ Thanks For the Colab i was able to test the hiddenswitch/ComfyUI without problems ! 😀 Now I'm trying to add an environment that includes some custom nodes. I've attempted to install the manager multiple times as suggested in the README, but I keep encountering an error after the installation. This errors occurs after the manager is installed `LookupError Traceback (most recent call last) [/tmp/ipython-input-31-183702736.py](https://localhost:8080/#) in <cell line: 1>() ----> 1 abs_uri_to_img = await run_example() 2 abs_uri_to_img 5 frames [/usr/local/lib/python3.11/dist-packages/comfy/execution_context.py](https://localhost:8080/#) in current_execution_context() 43 44 def current_execution_context() -> ExecutionContext: ---> 45 return comfyui_execution_context.get() 46 47 LookupError: <ContextVar name='comfyui_execution_context' at 0x7fbe90fd3330>` <img width="1037" height="167" alt="Image" src="https://github.com/user-attachments/assets/07f47342-43d0-41d8-b56d-e0010cf4d642" /> <img width="1137" height="417" alt="Image" src="https://github.com/user-attachments/assets/9840d59c-d745-4fd2-864a-ce26ec735101" />
2 条评论