Open siriux opened 2 years ago
As we can see here https://github.com/huggingface/diffusers/issues/556, adding support for padding_mode allows to generate images that can be seamlessly tiled.
Ideally, we would like to be able to reconfigure the padding_mode of all the conv networks without needed to recreate the pipeline.
As we can see here https://github.com/huggingface/diffusers/issues/556, adding support for padding_mode allows to generate images that can be seamlessly tiled.
Ideally, we would like to be able to reconfigure the padding_mode of all the conv networks without needed to recreate the pipeline.