AUTOMATIC1111 / stable-diffusion-webui-tensorrt

MIT License
310 stars 20 forks source link

Going above 2048x2048 with tensorrt using hires_fix possible? #80

Open PmNz8 opened 7 months ago

PmNz8 commented 7 months ago

Hi all, I have model that can quite good generate output of 2560x1440 using 2x upscale from 1280x720 using lower denoise.

My question is - is there any way to generate tensor runtime for resolutions above 2048x2048 pixels?

Thanks.