rt1-frame-tokenizer / config.json
manchery's picture
Upload folder using huggingface_hub
9ad23fa verified
raw
history blame contribute delete
657 Bytes
{
"_class_name": "CNNFSQModel256",
"_diffusers_version": "0.27.0.dev0",
"act_fn": "silu",
"block_out_channels": [
128,
256,
256,
512,
768
],
"down_block_types": [
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D",
"DownEncoderBlock2D"
],
"fsq_levels": 12,
"in_channels": 3,
"latent_channels": 64,
"layers_per_block": 2,
"norm_num_groups": 32,
"norm_type": "group",
"out_channels": 3,
"resolution": 256,
"up_block_types": [
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D",
"UpDecoderBlock2D"
]
}