-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: Port Schedulers to Mantine #3552
Merged
blessedcoolant
merged 12 commits into
invoke-ai:main
from
blessedcoolant:scheduler-select
Jun 18, 2023
Merged
feat: Port Schedulers to Mantine #3552
blessedcoolant
merged 12 commits into
invoke-ai:main
from
blessedcoolant:scheduler-select
Jun 18, 2023
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 59b5dfc - Browse repository at this point
Copy the full SHA 59b5dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06428fa - Browse repository at this point
Copy the full SHA 06428faView commit details -
Configuration menu - View commit details
-
Copy full SHA for dae5b9b - Browse repository at this point
Copy the full SHA dae5b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for be8c0bb - Browse repository at this point
Copy the full SHA be8c0bbView commit details -
fix(ui): clarify scheduler logic
- use full conditional syntax with `{}` - do not mutate `action.payload` in a reducer
Configuration menu - View commit details
-
Copy full SHA for f1a8b9d - Browse repository at this point
Copy the full SHA f1a8b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 150059f - Browse repository at this point
Copy the full SHA 150059fView commit details -
feat(ui): improve scheduler selection logic
- remove UI-specific state (the enabled schedulers) from redux, instead derive it in a selector - simplify logic by putting schedulers in an object instead of an array - rename `activeSchedulers` to `enabledSchedulers` - remove need for `useEffect()` when `enabledSchedulers` changes by adding a listener for the `enabledSchedulersChanged` action/event to `generationSlice` - increase type safety by making `enabledSchedulers` an array of `SchedulerParam`, which is created by the zod schema for scheduler
Configuration menu - View commit details
-
Copy full SHA for 94cfcdc - Browse repository at this point
Copy the full SHA 94cfcdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 450641c - Browse repository at this point
Copy the full SHA 450641cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96b95b - Browse repository at this point
Copy the full SHA b96b95bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a960fa0 - Browse repository at this point
Copy the full SHA a960fa0View commit details -
Merge branch 'scheduler-select' of https://github.com/blessedcoolant/…
…InvokeAI into scheduler-select
Configuration menu - View commit details
-
Copy full SHA for f4ca9d0 - Browse repository at this point
Copy the full SHA f4ca9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a8d3e - Browse repository at this point
Copy the full SHA 80a8d3eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.