LaurentMazare / diffusers-rs

An implementation of the diffusers api in Rust
Apache License 2.0
539 stars 55 forks source link

Add support for padding_mode config option in the models #7

Open siriux opened 2 years ago

siriux commented 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.