ddPn08 / Radiata

Stable diffusion webui based on diffusers.
https://ddpn08.github.io/Radiata/
Apache License 2.0
983 stars 68 forks source link

Refactor Multi-diffusion to support tile batch #94

Closed Isotr0py closed 1 year ago

Isotr0py commented 1 year ago

Still in test for TensorRT.

Parameters recommendation

Isotr0py commented 1 year ago

Emmm, batch tiles can improve generation speed in diffusers.

But it seems that tile batch=1 is the fastest parameter in tensorrt since we "align" unet inputs by repeating tensors...