Best practices for non-square aspect ratios #1337
Replies: 2 comments 1 reply
-
|
please be considerate when pinging project maintainers.. see the dataloader documentation. |
Beta Was this translation helpful? Give feedback.
-
|
This has to be the first time ever I see a maintainer complain about being tagged in a question directly addressed to them. Also: if this is what you mean by "go read the docs", you would still have to explain to me how this paragraph could possibly answer my question, since all it does is listing all valid options for each parameter, without giving any indication whatsoever regarding which combinations are valid, nor any clue as to which ones should be favoured. Sorry mate. I'm all for the "figure it out yourself" approach as a first answer to questions on open source projects, but this approach assumes the person hasn't already been digging through your docs (and code), and that those are informative. I did, and they're really not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @bghira
Quick usage question: I need to train Flux adapters on non-square images (e.g., 1200 x 1600, 3:4 aspect ratio).
What changes should be made to a default training config to take this into account?
So far, I couldn't find the way to specify non-square resolutions through the
resolutionargument in the trainer config, as both(1200, 1600)and"1200,1600"fail.Also: are there other parameters that should be set to fully propagate this change?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions