test / modules /k-diffusion /configs /config_32x32_small_butterflies.json
bilegentile's picture
Upload folder using huggingface_hub
c19ca42 verified
{
"model": {
"type": "image_v1",
"input_channels": 3,
"input_size": [32, 32],
"patch_size": 1,
"mapping_out": 256,
"depths": [2, 4, 4],
"channels": [128, 256, 512],
"self_attn_depths": [false, true, true],
"has_variance": false,
"loss_config": "karras",
"loss_weighting": "soft-min-snr",
"dropout_rate": 0.05,
"augment_wrapper": true,
"augment_prob": 0.12,
"sigma_data": 0.5,
"sigma_min": 1e-2,
"sigma_max": 80,
"sigma_sample_density": {
"type": "cosine-interpolated"
}
},
"dataset": {
"type": "huggingface",
"location": "huggan/smithsonian_butterflies_subset",
"image_key": "image"
},
"optimizer": {
"type": "adamw",
"lr": 1e-4,
"betas": [0.95, 0.999],
"eps": 1e-6,
"weight_decay": 1e-3
},
"lr_sched": {
"type": "constant",
"warmup": 0.0
},
"ema_sched": {
"type": "inverse",
"power": 0.6667,
"max_value": 0.9999
}
}