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

Parameter --resolution_type=area to resize by pixel area rather than smaller edge length | Parameter --enable_watermark to enable SDXL watermarker, disable by default #169

Merged
merged 12 commits into from
Sep 21, 2023

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    031bee9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from bghira/feature/resize-by-area

    Optionally resize images by pixel area instead of edge length
    bghira authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bef9e7d View commit details
    Browse the repository at this point in the history
  3. Ensure the altered size is divisible by 8

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    9e6a80f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #167 from bghira/feature/resize-by-area

    Ensure the altered size is divisible by 8
    bghira authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    13aa1bf View commit details
    Browse the repository at this point in the history
  5. Pass resolution_type into VAECache (SDXL)

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2bb34e3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #168 from bghira/feature/resize-by-area

    Pass resolution_type into VAECache (SDXL)
    bghira authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    98c136d View commit details
    Browse the repository at this point in the history
  7. Log the image we receive for debug

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ef0d313 View commit details
    Browse the repository at this point in the history
  8. Change our rounding mechanism

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    887d8b4 View commit details
    Browse the repository at this point in the history
  9. Change our area-resize mechanism

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    53f1a55 View commit details
    Browse the repository at this point in the history
  10. Disable SDXL watermarker by default to ensure the most accurate valid…

    …ation results
    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    234393e View commit details
    Browse the repository at this point in the history
  11. Use a multiple of 64 for pixel area resize so that we hit 1024x1024 i…

    …nstead of 1000x1000 for 1:1
    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3468fff View commit details
    Browse the repository at this point in the history
  12. Fix argument

    bghira committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    029fffc View commit details
    Browse the repository at this point in the history