File size: 467 Bytes
0930dc1 |
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 |
{
"image_size": 256,
"in_channels": 3,
"out_channels": 3,
"hidden_channels": 128,
"num_res_blocks": 3,
"channel_multipliers": [
1,
2,
2,
4,
4
],
"attention_resolutions": [
32
],
"dropout": 0.0,
"use_checkpoint": false,
"use_fp16": false,
"resblock_updown": true,
"z_channels": 8,
"double_z": true,
"位_recon": 1.0,
"位_kl": 1e-6,
"位_lpips": 1.0,
"位_id": 0.1,
"位_gan": 0.5,
"gan_start_step": 50000
} |