Start adding the Wuerstchen diffusion pipeline (#843)

* Wuerstchen common bits.

* Add the prior layer.

* Start adding diffnext.
This commit is contained in:
Laurent Mazare
2023-09-14 11:56:07 +02:00
committed by GitHub
parent d6447ad635
commit 286f01db14
5 changed files with 279 additions and 0 deletions

View File

@ -9,3 +9,4 @@ pub mod segment_anything;
pub mod stable_diffusion;
pub mod t5;
pub mod whisper;
pub mod wuerstchen;