Lerc / canvas_tab

ComfyUI canvas editor page
BSD 2-Clause "Simplified" License
156 stars 19 forks source link

EDIT node not updating from the canvas tab #4

Open jags111 opened 10 months ago

jags111 commented 10 months ago

The canvas tab was perfect last time when i did the same for a demo . Now after all the new updates. I am not getting the canvas edits updating from the new canvas window to the edit window , neither the masks nor the base is coming thru. This results in workflow getting stuck. Is there some way this can be updated as no error message .. it just loops through again and again only. There needs to be a way to ensure the canvas edit coming in to the main window. Also looking forward to a better edit tab where one can load an image as input for canvas tab as dropping it in the tab does not bring it into the canvas editor. image Also the larger workflows are failing due to unknown buffer or some other error cannot get.. can you recheck same and update. Thanks a ton.

2023-11-18_14-54-49
Lerc commented 9 months ago

Does the problem persist if you close the editor tab and reopen it using the edit button. Sometimes the messaging between browser windows does not connect. Chrome seems to forget that the canvas tab was a window opened by comfyui after about 12 hours. Reopening the window from the edit button refreshes it's memory.

jags111 commented 9 months ago

I made so many workflows and the issue is not chrome browser or cache which I checked. The issue comes from the edit tab not receiving the signal when it is supposed to keep track of from the send window. This fails and also the mask returns a 64 pixel size rather than the revised size mask. This results in a a blank view of square and let me illustrate same. Also I just updated at this point of time in reference the repo and some more issues cropped up now as some icons vanished from tab !

2023-11-23_08-37-54
jags111 commented 9 months ago

I am still having the issue as i tried now .. the edit node is not updating from the canvass paint tab to the main .. so may be there is a catch .. I amusing goggle browser and it is not anything to do with google cache. As no error also reported so cannot find the cause. It is in the Java code end something in the browser code that makes the retrieval of changes lost.

Lerc commented 9 months ago

How are we with this? Still having problems?

Yivra commented 9 months ago

I'm having the same issue still.

CybereDrum commented 8 months ago

Hi all, also having the same issue here. Tried multiple browsers, still to no avail. Updated all dependencies, main browser is Brave.

jags111 commented 8 months ago

all good as of now with all changes and may be the js keeps giving some issues nothing to do with these nodes.. it is generally the bugs in browser handling requests. May be if there is a way to catch the same in browser and share the same as a script here will help a lot of people. Thanks for your time and effort .