API OOM!!! but the workflow in the ComfyUI is working. #5924
Unanswered
monster-echo
asked this question in
Q&A
Replies: 2 comments
-
I reproduced this code in a react project. At first it's OOM too. But when I add proxy to the http://127.0.0.1:8188/ with the Vite server configuration, It's worked. Can't figure out this mechanism , could you please help me out, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a workflow running in the ComfyUI.
But When I export it as API json, and invoke it in a python console, it will OOM at the second invoke.
It seems like the comfyUI reuse the VRAM when running a same workflow or other mechanism, the VRAM is not cleaned waiting the next invoked.
But with the API, the reserved VRAM is always not reused.
Here is the python console code
Beta Was this translation helpful? Give feedback.
All reactions