carson-katri / dream-textures

Stable Diffusion built-in to Blender
GNU General Public License v3.0
7.78k stars 418 forks source link

Support seamless for latest diffusers #725

Closed carson-katri closed 10 months ago

carson-katri commented 10 months ago

Some changes to LoRACompatibleConv in diffusers broke seamless generation. This patches LoRACompatibleConv.forward to avoid using the functional conv2d (which will ignore the padding mode) and instead use our custom _conv_forward_asymmetric.