anton-l's picture
anton-l HF staff
Update unet/config.json
65bb64e
raw
history blame
438 Bytes
{
"_class_name": "FlaxUNet2DConditionModel",
"_diffusers_version": "0.10.0.dev0",
"attention_head_dim": 8,
"block_out_channels": [
32,
64
],
"cross_attention_dim": 32,
"down_block_types": [
"DownBlock2D",
"CrossAttnDownBlock2D"
],
"dropout": 0.0,
"in_channels": 4,
"layers_per_block": 2,
"out_channels": 4,
"sample_size": 32,
"up_block_types": [
"CrossAttnUpBlock2D",
"UpBlock2D"
]
}