Open gexahedron opened 2 years ago
That's super interesting, but unfortunately circular padding is not supported in v0.1 release.
@terrychenism maybe we can prioritize it and make a v0.11/v0.12 release.
@terrychenism maybe we can prioritize it and make a v0.11/v0.12 release.
Yes add it into wishlist.
Hi is this issue solved by the commit? Will the compiled AIT model now use customized padding mode?
Hi! There's a neat hack to create seamless images in stable diffusion - by replacing padding_mode in all conv2d to "circular", for vae and for unet: https://github.com/sd-webui/stable-diffusion-webui/discussions/224#discussioncomment-3602679 Is it possible to do the same with AITemplate?