glide-base / unet /config.json
anton-l's picture
anton-l HF Staff
Format as pipeline
b08de1e
raw
history blame
496 Bytes
{
"_class_name": "UNetGLIDEModel",
"attention_resolutions": [
2,
4,
8
],
"channel_mult": [
1,
2,
3,
4
],
"conv_resample": true,
"dims": 2,
"dropout": 0.1,
"encoder_channels": null,
"in_channels": 3,
"model_channels": 192,
"num_head_channels": 64,
"num_heads": 1,
"num_heads_upsample": 1,
"num_res_blocks": 3,
"out_channels": 6,
"resblock_updown": true,
"use_checkpoint": false,
"use_fp16": false,
"use_scale_shift_norm": true
}