tiny-flux-sharded / vae /config.json
a-r-r-o-w's picture
a-r-r-o-w HF staff
Upload folder using huggingface_hub
721fa37 verified
raw
history blame contribute delete
737 Bytes
{
"_class_name": "AutoencoderKL",
"_diffusers_version": "0.32.0.dev0",
"_name_or_path": "/raid/.cache/huggingface/models--hf-internal-testing--tiny-flux-pipe/snapshots/a98bc4ec6a80c47c477ed22d7e81c79872d9c723/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
}