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

Image slot labels are not loaded from json #6054

Closed
karl-von-knecht opened this issue Dec 14, 2024 · 1 comment
Closed

Image slot labels are not loaded from json #6054

karl-von-knecht opened this issue Dec 14, 2024 · 1 comment
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@karl-von-knecht
Copy link

Expected Behavior

When I do the following:

  1. Create new workflow
  2. Add a node "Upscale image"
  3. rename the input slot "image" to "test"
  4. Save Workflow
  5. Close Workflow
  6. Load Workflow

then I should see:
an "Upscale Image" node with an input slot labeled "test"

image

Actual Behavior

Actual behaviour:
I see an "Upscale Image" node with an input slot labeled "image"

image

Steps to Reproduce

  1. Create new workflow
  2. Add a node "Upscale image"
  3. rename the input slot "image" to "test"
  4. Save Workflow
  5. Close Workflow
  6. Load Workflow

Debug Logs

Additional notes: 
- this bug breaks workflows that use "Anything Everywhere" nodes because these rely on correct labeling
- the bug seems to affect only slots of type image. Slot labels of other types are preserved as expected.

Other

No response

@karl-von-knecht karl-von-knecht added the Potential Bug User is reporting a bug. This should be tested. label Dec 14, 2024
@LukeG89
Copy link

LukeG89 commented Dec 14, 2024

There was an issue about that in the frontend repo:

The problem should be solved in the next release (when this PR will be merged):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

3 participants