andreae293 / Stable-Diffusion.NET-NCNN

16 stars 3 forks source link

How to genereate different size image? For example, 2K? #2

Open jarodxiangliu opened 1 year ago

jarodxiangliu commented 1 year ago

As title, seems by default generated image is 512*512, if I need to genereate 2K quality images, where could make this happen?

andreae293 commented 1 year ago

it is not possible with the current repo slight and easy changes need to be made to the source code and to the .param file i will probably make them when im free meanwhile you can use the original c++ repo that support different size: https://github.com/EdVince/Stable-Diffusion-NCNN

andreae293 commented 1 year ago

In the last update i added the support for generating image with different sizes Beware for ram usage, it gets huge really fast