This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 305
Aspect ratio bucketing in SDXL lora training #343
Comments
My attempt to solve it look like
but it upscale 1024x1024 to 1536 |
I made simple code to resize pictures, but doesn't know how implement it to latents buckets
|
I just set the bucket_no_upscale flag, that fixed it, and just in case changed the max reso: But weird thing was that if my training resolution was set to 1472 for an example, I was starting to get really bad results after just a few hundred steps. So for now I'm keeping the training resolution at 1024px and output is fine. But I'm not sure what the code internally is doing now with images which are larger.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I have a question/problem: how can I make sure that resizing (presumably referring to image resizing) does not reduce the longer side of the image to 1024 pixels, but instead maintains specific ratios such as 768x1344? I tried make bucket_resolution higher (up to 2048) but it doesn't help
The text was updated successfully, but these errors were encountered: