tiny-random-flux / vae /config.json
IlyasMoutawwakil's picture
Upload FluxPipeline
ebaf8d4 verified
raw
history blame
733 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.31.0",
"_name_or_path": "/home/user/.cache/huggingface/hub/models--katuni4ka--tiny-random-flux/snapshots/36abdcc25faf1a91425f0e38ffa8b5d427534cef/vae",
"act_fn": "silu",
"block_out_channels": [
4
],
"down_block_types": [
"DownEncoderBlock2D"
],
"force_upcast": true,
"in_channels": 3,
"latent_channels": 1,
"latents_mean": null,
"latents_std": null,
"layers_per_block": 1,
"mid_block_add_attention": true,
"norm_num_groups": 1,
"out_channels": 3,
"sample_size": 32,
"scaling_factor": 1.5035,
"shift_factor": 0.0609,
"up_block_types": [
"UpDecoderBlock2D"
],
"use_post_quant_conv": false,
"use_quant_conv": false
}