pub struct ConvVaeDecoder { /* private fields */ }Expand description
The whole decoder, read from a packed ltx-2.5-av container.
Implementations§
Source§impl ConvVaeDecoder
impl ConvVaeDecoder
Sourcepub fn from_cmf(
model: &Arc<CmfModel>,
pool: Option<&Pool>,
) -> Result<ConvVaeDecoder, String>
pub fn from_cmf( model: &Arc<CmfModel>, pool: Option<&Pool>, ) -> Result<ConvVaeDecoder, String>
Build from vvae.* tensors. The block schedule comes from
ltx.config_json’s vae.decoder_blocks, walked in reverse.
Auto Trait Implementations§
impl Freeze for ConvVaeDecoder
impl RefUnwindSafe for ConvVaeDecoder
impl Send for ConvVaeDecoder
impl Sync for ConvVaeDecoder
impl Unpin for ConvVaeDecoder
impl UnsafeUnpin for ConvVaeDecoder
impl UnwindSafe for ConvVaeDecoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more