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

missing tile/overlap parameters for returning users #427

Closed
ssube opened this issue Dec 3, 2023 · 0 comments · Fixed by #434
Closed

missing tile/overlap parameters for returning users #427

ssube opened this issue Dec 3, 2023 · 0 comments · Fixed by #434
Assignees
Labels
scope/gui status/fixed issues that have been fixed and released type/bug broken features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Dec 3, 2023

Returning users with some existing parameters in app state may see empty fields for the new UNet/VAE tile and overlap parameters, which causes an exception and prevents them from generating images. This is not an issue for new users because zustand provides them with the default state based on server parameters, only returning users with state from v0.10 or before.

Write a generic zustand state migration that will fill in any missing parameters using the server's defaults and bump the app's state version to match the server/release version.

@ssube ssube added this to the v0.11 milestone Dec 3, 2023
@ssube ssube added status/planned issues that have been planned but not started type/bug broken features scope/gui labels Dec 3, 2023
@ssube ssube added status/fixed issues that have been fixed and released and removed status/planned issues that have been planned but not started labels Dec 15, 2023
@ssube ssube self-assigned this Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/gui status/fixed issues that have been fixed and released type/bug broken features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant