MCPcopy Create free account
hub / github.com/Gadersd/stable-diffusion-burn / DecoderConfig

Class DecoderConfig

src/model/autoencoder/mod.rs:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147#[derive(Config)]
148pub struct DecoderConfig {
149 channels: Vec<(usize, usize)>,
150 n_group: usize,
151}
152
153impl DecoderConfig {
154 fn init<B: Backend>(&self, device: &B::Device) -> Decoder<B> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected