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

fix: "Use All" for linear image to image doesn't recall source image #6141

Merged
merged 7 commits into from
Apr 6, 2024

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    88b6f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a224c6a View commit details
    Browse the repository at this point in the history
  3. fix typo Params set set

    chainchompa authored and psychedelicious committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    d31f0f8 View commit details
    Browse the repository at this point in the history
  4. actually use the schema

    chainchompa authored and psychedelicious committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    8b7c74f View commit details
    Browse the repository at this point in the history
  5. addressed pr feedback

    chainchompa authored and psychedelicious committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    c3c6ff6 View commit details
    Browse the repository at this point in the history
  6. feat(ui): shift around init image recall logic

    Retrieving the DTO happens as part of the metadata parsing, not recall. This way, we don't show the option to recall a nonexistent image.
    
    This matches the flow for other metadata entities like models - we don't show the model recall button if the model isn't available.
    psychedelicious committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    3616470 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eecb088 View commit details
    Browse the repository at this point in the history