pub struct NextDit {
pub hidden: usize,
pub in_channels: usize,
pub patch: usize,
/* private fields */
}Expand description
Next-DiT: exact f32 from a diffusers directory, or CMF-quantized (mmap-resident) from a packaged file.
Fields§
§in_channels: usize§patch: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NextDit
impl !UnwindSafe for NextDit
impl Freeze for NextDit
impl Send for NextDit
impl Sync for NextDit
impl Unpin for NextDit
impl UnsafeUnpin for NextDit
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