Chaoses-Ib

Results 281 comments of Chaoses-Ib

I tried to work around this problem by displaying a weakref proxy instead of the real object. But then I found IPython will still get the ref to the original...

It's `when_empty(None)`.

Do you mean error when set `when_empty(None)`? It works on my side. ![image](https://github.com/Chaoses-Ib/ComfyScript/assets/50246090/e0aa8abd-93df-4da5-90a7-f8c659542ef7)

The `RuntimeError: Output hook already set` bug is fixed. I've also changed the way `when_empty` handles the callback: ```markdown - `callback` - `None` to remove the callback. - If the...

> At some point, I have to reboot my computer, because everything, including mouse movement slows to a halt. Maybe restarting the kernel can fix it? ![image](https://github.com/Chaoses-Ib/ComfyScript/assets/50246090/fe0910e8-0a18-43b5-a160-e00a92b612b0) It it works,...

😄I kinda have the same experience. After graduating I got some jobs completely unrelated to the diffusion/VLM field. And one day my old laptop suddenly broke and I don't have/can...

It's now fixed. Thanks for your report. If you encounter other UI-only nodes in the future, you can workaround this problem by exporting the API format workflow and transpiling it....

Can you share the workflow? I've tested workflow with `Reroute (rgthree)` and saw no errors. ![image](https://github.com/Chaoses-Ib/ComfyScript/assets/50246090/fd7cd5ee-fedf-44d0-93f1-735ab61ec729)

I've added a fallback mechanism to workaround this sort of issues. In case a node cannot be found, the transpiler hook will try to transpile the API format workflow again....

It's indeed a complex workflow... Can you share the workflow in API format too? There are too many missing nodes on my side and I can't export it in API...