gabehubner commited on
Commit
081d762
verified
1 Parent(s): 45f29bb

Push model files to hub

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_size": 256,
3
+ "in_channels": 3,
4
+ "out_channels": 3,
5
+ "hidden_channels": 128,
6
+ "num_res_blocks": 3,
7
+ "channel_multipliers": [
8
+ 1,
9
+ 2,
10
+ 2,
11
+ 4,
12
+ 4
13
+ ],
14
+ "attention_resolutions": [
15
+ 32
16
+ ],
17
+ "dropout": 0.0,
18
+ "use_checkpoint": false,
19
+ "use_fp16": false,
20
+ "resblock_updown": true,
21
+ "z_channels": 32,
22
+ "double_z": true,
23
+ "位_recon": 1.0,
24
+ "位_kl": 1e-6,
25
+ "位_lpips": 1.0,
26
+ "位_id": 0.1,
27
+ "位_gan": 0.5,
28
+ "gan_start_step": 50000
29
+ }