lcm_dream7 / vae /config.json
TobDeBer's picture
Upload model
6f5e54b verified
raw
history blame contribute delete
No virus
743 Bytes
{
"_class_name": "AutoencoderTiny",
"_diffusers_version": "0.25.0",
"_name_or_path": "/root/.cache/huggingface/hub/models--TobDeBer--lcm_dream7/snapshots/e90cc390fab98e152c2277454a1e9656285070f5/vae",
"act_fn": "relu",
"block_out_channels": [
64,
64,
64,
64
],
"decoder_block_out_channels": [
64,
64,
64,
64
],
"encoder_block_out_channels": [
64,
64,
64,
64
],
"force_upcast": false,
"in_channels": 3,
"latent_channels": 4,
"latent_magnitude": 3,
"latent_shift": 0.5,
"num_decoder_blocks": [
3,
3,
3,
1
],
"num_encoder_blocks": [
1,
3,
3,
3
],
"out_channels": 3,
"scaling_factor": 1.0,
"upsampling_scaling_factor": 2
}