-
Notifications
You must be signed in to change notification settings - Fork 49
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
Event loop error in asyncio Lock #7
Comments
@dcondic ok, I will check, but for now, can you try to disable the monitors on settings? I like to know if it is working |
btw, which version of python do you have? |
Adding to this:
Python 3.11 I hope we can get this fixed because this immediately became an essential tool for me. I use ComfyUI remotely from the install and being able to see the resource usage is super helpful. |
Remotely? Can you explain it to me, please? Because I think the reason can come from there |
I didn't test with colab or others ¯_(ツ)_/¯ |
It's running on my pc on my local network. Happens when I sit at the computer and use the same workflow, lol. It's not running in a cloud environment or anything. |
@ada-lovecraft Oh, ok hehe, I'll check right now, meantime you can deactivate the monitors from the settings |
btw, I tried it on colab and works! :) |
Could you test it? @ada-lovecraft @dcondic on dev |
Hi @crystian |
@LuckyFan thanks! I release that and still working on it |
I tried different scenarios, and I can't reproduce it :( May you reinstall all dependencies again (removing venv folder) You can use something like my gist to install ComfyUI with some extensions in less than 10 minutes |
the same for you @dcondic and @ada-lovecraft , thanks |
i got the same error, comfyui dies in the background edit to add: whole SD installation is a few days old, so no ancient python etc |
I need more info @snottyone please, copy, paste and refill: Describe the bug To Reproduce Expected behavior Screenshots Error in console: Versions:
Additional context |
I made a change, it (may) will fix this issue, it is on dev; if you want to try it, you need to do:
|
for me, fixed it, thank you very much :) |
just for the check, on dev? @snottyone |
@crystian I'll install the latest dev version and give it a try. |
yes, followed your instructions, dev works like charm |
Merge! You can install it normally; thanks for your help! @snottyone |
Describe the bug
After update 1/8/2024 3:44AM it worked for a while but now gives error every time
asyncio.locks.lock object at 0x00000217c74b1360 [unlocked, waiters:1]> is bound to a different event loop
To Reproduce
occurs in all workflow
Expected behavior
when disabled "ComfyUI-Crystools.disable" everything works again
Screenshots
Version:
Loading: ComfyUI-Manager (V1.25.2)
ComfyUI Revision: 1886 [6a10640f] | Released on '2024-01-08'
Additional context
Total VRAM 8191 MB, total RAM 16302 MB
xformers version: 0.0.23.post1+cu118
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3070 : cudaMallocAsync
VAE dtype: torch.bfloat16
Torch version: 2.1.2+cu118
The text was updated successfully, but these errors were encountered: