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

feat(ui): protect against t2i adapters with incompatible image dimensions #6342

Merged
merged 5 commits into from
May 12, 2024

Commits on May 12, 2024

  1. feat(ui): disable invoke button when t2i adapter used w/ image dims t…

    …hat are not multiples of 64
    psychedelicious committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d58b398 View commit details
    Browse the repository at this point in the history
  2. feat(ui): better invoke button checks

    - Improved/more thorough checking before invoking for control layers
    - Improved styling for the tooltip
    psychedelicious committed May 12, 2024
    Configuration menu
    Copy the full SHA
    aad6036 View commit details
    Browse the repository at this point in the history
  3. feat(ui): add group by base & type to useGroupedModelCombobox hook

    This allows comboboxes for models to have more granular groupings. For example, Control Adapter models can be grouped by base model & model type.
    
    Before:
    - `SD-1`
    - `SDXL`
    
    After:
    - `SD-1 / ControlNet`
    - `SD-1 / T2I Adapter`
    - `SDXL / ControlNet`
    - `SDXL / T2I Adapter`
    psychedelicious committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3b988ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2edecc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7781b3 View commit details
    Browse the repository at this point in the history