-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(ui):Manage model switching and error states #8177
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(ui):Manage model switching and error states #8177
Conversation
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
invokeai/frontend/web/src/app/store/middleware/listenerMiddleware/listeners/modelSelected.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed some small fixes. It occurred to me that if we are gonna do this for ref images, we should probably also do it for control layers, right?
I can go either way - Ref Images controls are just collapsed/hidden by default. the challenge is that there are diff control layer modes and you might have a pre-processed image |
186687e
to
f2cc3a1
Compare
Co-authored-by: kent <[email protected]>
Co-authored-by: kent <[email protected]>
Co-authored-by: kent <[email protected]>
* initializing prompt expansion and putting response in prompt box working for all methods * properly disable UI and show loading state on prompt box when there is a pending prompt expansion item * misc wrapup: disable apploying prompt templates, dont block textarea resize handle * update progress to differentiate between prompt expansion and non * cleanup * lint * more cleanup * add image to background of loading state * add allowPromptExpansion for front-end gating * updated readiness text for needing to accept or discard * fix tsc * lint * lint * refactor(ui): prompt expansion logic * tidy(ui): remove unnecessary changes * revert(ui): unused arg on useImageUploadButton * feat(ui): simplify prompt expansion state * set pending for dragndrop and context menu * add readiness logic for generate tab * missing translation * update error handling for prompt expansion --------- Co-authored-by: Mary Hipp <[email protected]> Co-authored-by: Mary Hipp <[email protected]> Co-authored-by: psychedelicious <[email protected]>
Co-authored-by: kent <[email protected]>
…logic Co-authored-by: kent <[email protected]>
Co-authored-by: kent <[email protected]>
Co-authored-by: kent <[email protected]>
Still need tests for panel storage.
Co-authored-by: kent <[email protected]>
Think im going to burn this PR down and restart. Didn't like the rebase |
Summary
Switches IP adapter models to the first matching model for the architecture.
Related Issues / Discussions
Discussions
QA Instructions
Switch between different models and confirm it works
Merge Plan
Merge at will.
Checklist
What's New
copy (if doing a release after this PR)