anime-ddpm-64-powerful / config.json
onragi's picture
Upload folder using huggingface_hub
e13b15c
raw
history blame contribute delete
967 Bytes
{
"_class_name": "UNet2DModel",
"_diffusers_version": "0.17.1",
"_name_or_path": "/root/.cache/huggingface/hub/models--onragi--anime-ddpm-64-powerful-untrained/snapshots/c1c2e6357db0283236ea7f335664be47cb399b1f",
"act_fn": "silu",
"add_attention": true,
"attention_head_dim": 8,
"block_out_channels": [
64,
128,
128,
256
],
"center_input_sample": false,
"class_embed_type": null,
"down_block_types": [
"DownBlock2D",
"DownBlock2D",
"AttnDownBlock2D",
"AttnDownBlock2D"
],
"downsample_padding": 1,
"flip_sin_to_cos": true,
"freq_shift": 0,
"in_channels": 3,
"layers_per_block": 2,
"mid_block_scale_factor": 1,
"norm_eps": 1e-05,
"norm_num_groups": 32,
"num_class_embeds": null,
"out_channels": 3,
"resnet_time_scale_shift": "default",
"sample_size": 64,
"time_embedding_type": "positional",
"up_block_types": [
"UpBlock2D",
"UpBlock2D",
"UpBlock2D",
"UpBlock2D"
]
}