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

SD3 Image-to-Image and Inpainting #7295

Merged
merged 15 commits into from
Nov 14, 2024
Merged

SD3 Image-to-Image and Inpainting #7295

merged 15 commits into from
Nov 14, 2024

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    75dc961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb4ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5f8c23 View commit details
    Browse the repository at this point in the history
  4. Switch to using a custom scheduler implementation for SD3 rather than…

    … the diffusers FlowMatchEulerDiscreteScheduler. It is easier to work with and enables us to re-use the clip_timestep_schedule_fractional() utility from FLUX.
    RyanJDick committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a0fefcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e6cb91 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    04e4fb6 View commit details
    Browse the repository at this point in the history
  2. (ui) SD3 support in linear UI

    Mary Hipp authored and Mary Hipp committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    dff6570 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ryan/sd3-image-to-image' of https://github.com/invoke-a…

    …i/InvokeAI into ryan/sd3-image-to-image
    Mary Hipp authored and Mary Hipp committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a2a1934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7732b5d View commit details
    Browse the repository at this point in the history
  5. Fix import for getInfill.

    RyanJDick committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f05efd3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. (ui): update more generation settings for SD3 linear UI

    Mary Hipp authored and Mary Hipp committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7f60a4a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ryan/sd3-image-to-image' of https://github.com/invoke-a…

    …i/InvokeAI into ryan/sd3-image-to-image
    Mary Hipp authored and Mary Hipp committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7e52fc1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into ryan/sd3-image-to-image

    Mary Hipp authored and Mary Hipp committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    13cb5f0 View commit details
    Browse the repository at this point in the history
  4. actually use optimized denoising

    Mary Hipp authored and Mary Hipp committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9179619 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    1cf7600 View commit details
    Browse the repository at this point in the history