glide-base / text_unet /config.json
anton-l's picture
anton-l HF staff
ddim scheduler for the upscaler
f1153f7
raw
history blame contribute delete
558 Bytes
{
"_class_name": "GLIDETextToImageUNetModel",
"_diffusers_version": "0.0.3",
"attention_resolutions": [
2,
4,
8
],
"channel_mult": [
1,
2,
3,
4
],
"conv_resample": true,
"dims": 2,
"dropout": 0.1,
"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,
"resolution": 64,
"transformer_dim": 512,
"use_checkpoint": false,
"use_fp16": false,
"use_scale_shift_norm": true
}