kuprel / min-dalle

min(DALL·E) is a fast, minimal port of DALL·E Mini to PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bigger size images

alinakhay opened this issue · comments

Hi!

Thanks for your model.
I have a question regarding adjustment of the output picture.
Currently for the 4x4 (16 mini images) I have an output picture of size 1024 × 1024.
Is it somehow possible to control this parameter and output a bigger size picture?

Thank you!

Each mini image is 256x256 and can't be changed. You can make the grid size bigger though or use an upscaling model like https://replicate.com/jingyunliang/swinir

@kuprel how do i access each image individually if I use the command line?