-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat: Unify Promp Area Styling #4033
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
Conversation
psychedelicious
left a comment
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.
The concat toggle switch is in a really crowded space, and the box around the prompts adds more visual noise to the UI hierarchy.
I'd rather add a small link icon to the style prompt boxes that acts a toggle for concat prompt - like the TI button. It should be accent colored when enabled so you can't miss it.
This make this additional feature visually minimal and keeps with our established prompt UI/UX, and is just as functional. Then there's no need for an extra box around the prompts
I'm undecided on whether or not it should be independent for positive & negative or linked
invokeai/frontend/web/src/features/controlNet/components/parameters/ParamControlNetModel.tsx
Outdated
Show resolved
Hide resolved
`ControlNetModelConfig` was split into `ControlNetModelCheckpointConfig` and `ControlNetModelDiffusersConfig`, need to update the UI types
This reverts commit f057d5c.
Might remove the lines. Just pushing to save changes for now.
- make the `SDXLConcatLink` icon match existing colors in light mode - make the link toggle button accent color when active (its not super obvious but at least there is *some* visual difference for the button)
What type of PR is this? (check all applicable)
Have you discussed this change with the InvokeAI team?
Have you updated all relevant documentation?
Description
Making the prompt area styling match across all tabs / models and move all prompt related components into a parent components for quick add.
Cherry picked stuff from the Styles PR coz we ain't gonna merge that.
Related Tickets & Documents
QA Instructions, Screenshots, Recordings
Added/updated tests?
have not been included
[optional] Are there any post deployment tasks we need to perform?