Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Frontend] Unable to remove workflow in Beta UI #3867

Open
huchenlei opened this issue Jun 26, 2024 · 5 comments
Open

[Frontend] Unable to remove workflow in Beta UI #3867

huchenlei opened this issue Jun 26, 2024 · 5 comments
Labels
Bug Something is confirmed to not be working properly. Frontend Issue relates to the frontend UI (litegraph).

Comments

@huchenlei
Copy link
Contributor

Related PR: #3112

Reproduction Steps:

  1. Click x on a workflow

image

  1. Click No in the popup dialog

image

  1. Click workflow tab to verify that a new workflow is created

image

@mcmonkey4eva mcmonkey4eva added Bug Something is confirmed to not be working properly. Frontend Issue relates to the frontend UI (litegraph). labels Jun 26, 2024
@JorgeR81
Copy link

JorgeR81 commented Jun 26, 2024

This probably has the same cause as the issue I mentioned in the pull request conversation.

When you delete "Unsaved Workflow (5)", it creates an "Unsaved Workflow (6)" instead of returning to "Unsaved Workflow".

If you simply select "Unsaved Workflow", it would also create an "Unsaved Workflow (6)" copy, instead.
It never returns to a previous unsaved workflow in the list.
It just keeps adding copies, if you try to switch between 2 unsaved workflows.

Here, deleting one of the workflows, is what would cause the switching between workflows, but a new copy is created instead.

@BrechtCorbeel
Copy link

Show me where the code for this is and I will look for a solution, is this installed by node or part of ComfyUI?

@JorgeR81
Copy link

It's part of Comfy UI, but it's in "Beta". You can enable it in the settings. 
It was added a couple of days ago, but it's being worked on for a few months now ( see PR conversation: #3112 )

set

@BrechtCorbeel
Copy link

Do you have any idea if this Beta thing saves and stores the queue in the workflow?

@JorgeR81
Copy link

OK, it's working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is confirmed to not be working properly. Frontend Issue relates to the frontend UI (litegraph).
Projects
None yet
Development

No branches or pull requests

4 participants