| { | |
| "_class_name": "Decoder", | |
| "_diffusers_version": "0.36.0", | |
| "causal": false, | |
| "convolution_dimensions": 3, | |
| "decode_noise_scale": 0.025, | |
| "decode_timestep": 0.05, | |
| "decoder_blocks": [ | |
| [ | |
| "res_x", | |
| { | |
| "inject_noise": false, | |
| "num_layers": 5 | |
| } | |
| ], | |
| [ | |
| "compress_all", | |
| { | |
| "multiplier": 2, | |
| "residual": true | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "inject_noise": false, | |
| "num_layers": 5 | |
| } | |
| ], | |
| [ | |
| "compress_all", | |
| { | |
| "multiplier": 2, | |
| "residual": true | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "inject_noise": false, | |
| "num_layers": 5 | |
| } | |
| ], | |
| [ | |
| "compress_all", | |
| { | |
| "multiplier": 2, | |
| "residual": true | |
| } | |
| ], | |
| [ | |
| "res_x", | |
| { | |
| "inject_noise": false, | |
| "num_layers": 5 | |
| } | |
| ] | |
| ], | |
| "decoder_spatial_padding_mode": "reflect", | |
| "in_channels": 128, | |
| "norm_layer": "pixel_norm", | |
| "out_channels": 3, | |
| "patch_size": 4, | |
| "timestep_conditioning": false | |
| } | |