comfyui-workspace-manager
comfyui-workspace-manager copied to clipboard
[Feature request]Each workflow corresponds to different coordinates
There is a workflow that I call the first workflow. There are many nodes in the first workflow, and I need to move the screen to a certain position, referring to the functions of this workflow. Then, I select another workflow in the sidebar and move the screen to another position. Finally, I return to the first workflow, and the screen coordinates follow the other workflow. It's a bit troublesome
So I think before switching to another workflow, the coordinates of the last moment before switching should be recorded. When switching back, it should still be the last position, rather than following the position of another workflow
got it, will take a look when have time
There is a workflow that I call the first workflow. There are many nodes in the first workflow, and I need to move the screen to a certain position, referring to the functions of this workflow. Then, I select another workflow in the sidebar and move the screen to another position. Finally, I return to the first workflow, and the screen coordinates follow the other workflow. It's a bit troublesome
So I think before switching to another workflow, the coordinates of the last moment before switching should be recorded. When switching back, it should still be the last position, rather than following the position of another workflow
A workaround for this would be to use the Bookmark node feature from the rgthree toolset. Just set Bookmark #1 to the starting point for each of your workflows. Open a new workflow, press "1" on your keyboard, and you're taken exactly where you want to be. 👍🏼