-
Notifications
You must be signed in to change notification settings - Fork 172
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
Commits on Sep 21, 2023
-
Optionally resize images by pixel area instead of edge length
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 031bee9 - Browse repository at this point
Copy the full SHA 031bee9View commit details -
Merge pull request #165 from bghira/feature/resize-by-area
Optionally resize images by pixel area instead of edge length
Configuration menu - View commit details
-
Copy full SHA for bef9e7d - Browse repository at this point
Copy the full SHA bef9e7dView commit details -
Ensure the altered size is divisible by 8
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 9e6a80f - Browse repository at this point
Copy the full SHA 9e6a80fView commit details -
Merge pull request #167 from bghira/feature/resize-by-area
Ensure the altered size is divisible by 8
Configuration menu - View commit details
-
Copy full SHA for 13aa1bf - Browse repository at this point
Copy the full SHA 13aa1bfView commit details -
Pass resolution_type into VAECache (SDXL)
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 2bb34e3 - Browse repository at this point
Copy the full SHA 2bb34e3View commit details -
Merge pull request #168 from bghira/feature/resize-by-area
Pass resolution_type into VAECache (SDXL)
Configuration menu - View commit details
-
Copy full SHA for 98c136d - Browse repository at this point
Copy the full SHA 98c136dView commit details -
Log the image we receive for debug
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for ef0d313 - Browse repository at this point
Copy the full SHA ef0d313View commit details -
bghira committed
Sep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 887d8b4 - Browse repository at this point
Copy the full SHA 887d8b4View commit details -
Change our area-resize mechanism
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 53f1a55 - Browse repository at this point
Copy the full SHA 53f1a55View commit details -
Disable SDXL watermarker by default to ensure the most accurate valid…
…ation results
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 234393e - Browse repository at this point
Copy the full SHA 234393eView commit details -
Use a multiple of 64 for pixel area resize so that we hit 1024x1024 i…
…nstead of 1000x1000 for 1:1
bghira committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 3468fff - Browse repository at this point
Copy the full SHA 3468fffView commit details -
bghira committed
Sep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 029fffc - Browse repository at this point
Copy the full SHA 029fffcView commit details