ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 505 forks source link

Support training Dreambooth with different aspect ratios #193

Open ProGamerGov opened 1 year ago

ProGamerGov commented 1 year ago

Currently it seems like you can only specific the size of the height and width dimensions together via the resolution parameter. I would like to be able to independently specify different height and width values.