-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
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
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 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 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>`
