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

Add the Stable diffusion inpaint support #869

Open
wants to merge 40 commits into
base: main
Choose a base branch
from

Commits on Apr 26, 2024

  1. Enable the GaudiStableDiffusionInpaintPipeline

    Add an inpainting example. Will add the other inpainting pipeline later.
    
    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    be44249 View commit details
    Browse the repository at this point in the history
  2. Add the auto_pipeline for stable diffusion

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a7ab79f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f5d435 View commit details
    Browse the repository at this point in the history
  4. Reformat and refine the patch

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    07b7091 View commit details
    Browse the repository at this point in the history
  5. Refine patch and remove the useless code

    1. Add the source of the file
    2. refine the example code
    3. remove the useless code
    
    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1ae9df7 View commit details
    Browse the repository at this point in the history
  6. Add the test_stable_diffusion_xl_inpaint.py

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    18a096a View commit details
    Browse the repository at this point in the history
  7. Add test_stable_diffusion_inpaint.py testcases

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f274cca View commit details
    Browse the repository at this point in the history
  8. Clean useless code

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fdd6eb1 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 13, 2024

  1. Add stable_diffusion_inpaint batch performance

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    145d84c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    4e14c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b14264 View commit details
    Browse the repository at this point in the history
  3. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    49c23f2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Refine the patch

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    d545ccd View commit details
    Browse the repository at this point in the history
  2. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6b006ff View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    c72aa2d View commit details
    Browse the repository at this point in the history
  2. Update the performance data on Gaudi2

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1092ffc View commit details
    Browse the repository at this point in the history
  3. Update the Gaudi1 pytest data

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4e37778 View commit details
    Browse the repository at this point in the history
  4. Change some default values

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    aaad62e View commit details
    Browse the repository at this point in the history
  5. Refine the peformance metric

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    657f401 View commit details
    Browse the repository at this point in the history
  6. Update README

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    eb47303 View commit details
    Browse the repository at this point in the history
  7. Fix errors of make style and update README

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ae6ed52 View commit details
    Browse the repository at this point in the history
  8. add slow tag for regression test

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8c68352 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Update Gaudi1 performance data

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6cedabf View commit details
    Browse the repository at this point in the history
  2. Fix the errof of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fce73e8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9a65a8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8893d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    9ab3445 View commit details
    Browse the repository at this point in the history
  2. merge inpaint testcases into test_diffusers.py

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7babc14 View commit details
    Browse the repository at this point in the history
  3. Use updated logic for warmup

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    8acebde View commit details
    Browse the repository at this point in the history
  4. Add the miss package

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    4fb613f View commit details
    Browse the repository at this point in the history
  5. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    db61f83 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    a0f2661 View commit details
    Browse the repository at this point in the history
  2. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6a5afb1 View commit details
    Browse the repository at this point in the history
  3. Remove the __init__.py

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    249fed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    472c916 View commit details
    Browse the repository at this point in the history
  5. Fix errors of make style

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a124d98 View commit details
    Browse the repository at this point in the history
  6. Remove useless debug comments.

    Signed-off-by: yuanwu <[email protected]>
    yuanwu2017 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3626ce5 View commit details
    Browse the repository at this point in the history