Files
candle/candle-transformers/src/models/mmdit/mod.rs
Czxck001 dfdce2b602 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
2024-08-05 19:26:15 +02:00

5 lines
71 B
Rust

pub mod blocks;
pub mod embedding;
pub mod model;
pub mod projections;