File size: 1,599 Bytes
2becfaf 9450230 2becfaf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | {
"_class_name": "NCSNpp",
"_diffusers_version": "0.0.4",
"attention_type": "ddpm",
"attn_resolutions": [
16
],
"centered": false,
"ch_mult": [
1,
1,
2,
2,
2,
2,
2
],
"conditional": true,
"continuous": true,
"conv_size": 3,
"dropout": 0.0,
"embedding_type": "fourier",
"fir": true,
"fir_kernel": [
1,
3,
3,
1
],
"fourier_scale": 16,
"image_size": 256,
"init_scale": 0.0,
"name_or_path": "./ffhq_256-ncsnpp-ve/",
"nf": 128,
"nonlinearity": "swish",
"normalization": "GroupNorm",
"num_channels": 3,
"num_res_blocks": 2,
"progressive": "output_skip",
"progressive_combine": "sum",
"progressive_input": "input_skip",
"resamp_with_conv": true,
"resblock_type": "biggan",
"scale_by_sigma": true,
"skip_rescale": true,
"block_channels": [128, 128, 256, 256, 256, 256, 256],
"in_channels": 3,
"out_channels": 3,
"time_embedding_type": "fourier",
"resnet_eps": 1e-6,
"mid_block_scale_factor": 1.41421356237,
"resnet_num_groups": null,
"down_blocks": [
"UNetResSkipDownBlock2D",
"UNetResSkipDownBlock2D",
"UNetResSkipDownBlock2D",
"UNetResSkipDownBlock2D",
"UNetResAttnSkipDownBlock2D",
"UNetResSkipDownBlock2D",
"UNetResSkipDownBlock2D"
],
"up_blocks": [
"UNetResSkipUpBlock2D",
"UNetResSkipUpBlock2D",
"UNetResAttnSkipUpBlock2D",
"UNetResSkipUpBlock2D",
"UNetResSkipUpBlock2D",
"UNetResSkipUpBlock2D",
"UNetResSkipUpBlock2D"
],
"center_input_sample": true,
"num_head_channels": null
}
|