Wes McNamee
Wes McNamee
I used to be able to run Comfy overnight, but I woke up this morning to VSCode having crashed with an OOM error. Not entirely sure what's going on here....
ya, that makes sense. I think Jupyter probably holds on to the images generated.
Oh, another problem is that there's no way to stop this. `queue.cancel_all()` won't clear `queue.when_empty` hook.
Recall the error above when trying to set `when_empty` a second time.
Let me keep playing with it. Right now, I'm running into other issues, possibly with the Jupyter Notebook stuff in VSCode. At some point, I have to reboot my computer,...
just checking back in on this issue... I kinda put ComfyUI & ComfyScript down for a bit, new job and such. I also lost all my original code, had to...
Can you provide a full example?
I've updated, and now I'm getting this: ``` Traceback (most recent call last): File "E:\custom_nodes\ComfyScript\src\comfy_script\nodes\__init__.py", line 97, in chunks comfy_script = transpile.WorkflowToScriptTranspiler(workflow).to_script(end_nodes) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\custom_nodes\ComfyScript\src\comfy_script\transpile\__init__.py", line 344, in to_script c...
here's my complex workflow, which is the reason I'm looking to go to ComfyScript. I'm running into way too many UI limitations, and it's hard to grok what is different...
[workflow_api.json](https://github.com/user-attachments/files/15844701/workflow_api.json) as requested