YangLing0818 / RPG-DiffusionMaster

[ICML 2024] Mastering Text-to-Image Diffusion: Recaptioning, Planning, and Generating with Multimodal LLMs (RPG)
https://proceedings.mlr.press/v235/yang24ai.html
MIT License
1.7k stars 99 forks source link

How to change the resolution? #16

Open Subarasheese opened 10 months ago

Subarasheese commented 10 months ago

Greetings. First of all, thank you for this great project.

I see that in the repository you provided examples of images in different resolutions/dimensions.

However, in the provided documentation, there is no reference as to how to set the resolution on the CLI interface.

Can you provide an example of how to do it?

Subarasheese commented 10 months ago

Nevermind, got it working with:

--height 1024 --width 2048

I think this should be present in the readme...