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

Enable SD XL ONNX export and ONNX Runtime inference #1168

Merged
merged 40 commits into from
Jul 17, 2023
Merged

Enable SD XL ONNX export and ONNX Runtime inference #1168

merged 40 commits into from
Jul 17, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    691cee3 View commit details
    Browse the repository at this point in the history
  2. fix style

    echarlaix committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    b2b8d73 View commit details
    Browse the repository at this point in the history
  3. fix test model name

    echarlaix committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    86bd2aa View commit details
    Browse the repository at this point in the history
  4. merge main in branch

    echarlaix committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9930adb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d98e859 View commit details
    Browse the repository at this point in the history
  6. fix

    echarlaix committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8f8f595 View commit details
    Browse the repository at this point in the history
  7. fix style

    echarlaix committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ef7d65b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    4d4eded View commit details
    Browse the repository at this point in the history
  2. change model name

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d813195 View commit details
    Browse the repository at this point in the history
  3. fix style

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e3b81d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4905eab View commit details
    Browse the repository at this point in the history
  5. fix style

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a6a68d0 View commit details
    Browse the repository at this point in the history
  6. fix dummy input generation

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    10497b3 View commit details
    Browse the repository at this point in the history
  7. fix style

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    89eb71c View commit details
    Browse the repository at this point in the history
  8. fix style

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    99755f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1777870 View commit details
    Browse the repository at this point in the history
  10. fix style

    echarlaix committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4aab693 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. add SD XL pipeline

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    044a1fa View commit details
    Browse the repository at this point in the history
  2. fix style

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    99c9736 View commit details
    Browse the repository at this point in the history
  3. add test

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    45d94c1 View commit details
    Browse the repository at this point in the history
  4. add watermarker

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ffb337d View commit details
    Browse the repository at this point in the history
  5. fix style

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3ad4355 View commit details
    Browse the repository at this point in the history
  6. fix style

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b53e3c3 View commit details
    Browse the repository at this point in the history
  7. fix style

    echarlaix committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cd437ff View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. add watermark

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    77aaebf View commit details
    Browse the repository at this point in the history
  2. add test

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    40a62e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e0304 View commit details
    Browse the repository at this point in the history
  4. add img2img

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    46d9d1d View commit details
    Browse the repository at this point in the history
  5. disable img2img until added

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    080f2ba View commit details
    Browse the repository at this point in the history
  6. remove img2img

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b5c8909 View commit details
    Browse the repository at this point in the history
  7. add img2img

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e5d0bb4 View commit details
    Browse the repository at this point in the history
  8. remove redundant

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    74457ee View commit details
    Browse the repository at this point in the history
  9. fix style

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bac78eb View commit details
    Browse the repository at this point in the history
  10. fix style

    echarlaix committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    00d26ba View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    fc48e94 View commit details
    Browse the repository at this point in the history
  2. add test

    echarlaix committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6c12200 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. minor

    echarlaix committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c522840 View commit details
    Browse the repository at this point in the history
  2. fix cli export

    echarlaix committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    13bdbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0d5592 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. test for batch size > 1

    echarlaix committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0426fa4 View commit details
    Browse the repository at this point in the history