ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

When switching tabs, the front-end node will be repeatedly initialized, causing loading failure

Open LAOGOU-666 opened this issue 5 months ago • 2 comments

Expected Behavior

Switching tabs should not cause repeated initialization of the front end

Actual Behavior

This is not an isolated case. Many front-end nodes have this problem. A typical example is the painter node, which has a problem of repeated initialization after switching pages. Each switch will accumulate repeated initialization, resulting in failure to update the status normally.

Steps to Reproduce

I tried to modify the node to prevent duplicate initialization, but it didn't work.

Debug Logs

Image

LAOGOU-666 avatar May 20 '25 12:05 LAOGOU-666