valhalla's picture
add bf16 weights for flax, remove pt weights
295cccd
raw history blame
No virus
587 Bytes
{
"_class_name": "FlaxUNet2DConditionModel",
"_diffusers_version": "0.5.0.dev0",
"attention_head_dim": 8,
"block_out_channels": [
320,
640,
1280,
1280
],
"cross_attention_dim": 768,
"down_block_types": [
"CrossAttnDownBlock2D",
"CrossAttnDownBlock2D",
"CrossAttnDownBlock2D",
"DownBlock2D"
],
"dropout": 0.0,
"freq_shift": 0,
"in_channels": 4,
"layers_per_block": 2,
"out_channels": 4,
"sample_size": 64,
"up_block_types": [
"UpBlock2D",
"CrossAttnUpBlock2D",
"CrossAttnUpBlock2D",
"CrossAttnUpBlock2D"
]
}