db0 / nataili

GNU Affero General Public License v3.0
13 stars 35 forks source link

0.2.9015 - ControlNet 2 + DDIM update #17

Closed ResidentChief closed 1 year ago

ResidentChief commented 1 year ago

This update allows the use of the available ControlNet models for SD2.x based models. It also allows passes the denoising_strength parameter through to the ControlNet, allowing customisation of how strong the map is applied, and also allows the DDIM sampler to be used for everything except for img2img with a mask, and pix2pix (which will need to be covered for in AI-Horde-Worker/AI-Horde updates)

ResidentChief commented 1 year ago

This PR now adds tiling to the realESRGAN upscalers, which will stop CUDA OOM errors for large upscales as it splits the base image into 512x512 tiles, upscales em, then smooths it out and puts em back together