mirror of
https://github.com/huggingface/candle.git
synced 2025-06-20 04:00:28 +00:00
Add the MMDiT model of Stable Diffusion 3 (#2397)
* add mmdit of stable diffusion 3 lint add comments * correct a misplaced comment * fix cargo fmt * fix clippy error * use bail! instead of assert! * use get_on_dim in splitting qkv
This commit is contained in:
4
candle-transformers/src/models/mmdit/mod.rs
Normal file
4
candle-transformers/src/models/mmdit/mod.rs
Normal file
@ -0,0 +1,4 @@
|
||||
pub mod blocks;
|
||||
pub mod embedding;
|
||||
pub mod model;
|
||||
pub mod projections;
|
Reference in New Issue
Block a user