MCPcopy Create free account
hub / github.com/LaurentMazare/diffusers-rs / UpDecoderBlock2DConfig

Class UpDecoderBlock2DConfig

src/models/unet_2d_blocks.rs:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162#[derive(Debug, Clone, Copy)]
163pub struct UpDecoderBlock2DConfig {
164 pub num_layers: i64,
165 pub resnet_eps: f64,
166 pub resnet_groups: i64,
167 pub output_scale_factor: f64,
168 pub add_upsample: bool,
169}
170
171impl Default for UpDecoderBlock2DConfig {
172 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected