Upload unet/config.json with huggingface_hub
Browse files- unet/config.json +5 -5
unet/config.json
CHANGED
@@ -39,11 +39,11 @@
|
|
39 |
"norm_eps": 1e-06,
|
40 |
"norm_num_groups": null,
|
41 |
"num_train_timesteps": null,
|
42 |
-
"optimization_step":
|
43 |
"out_channels": 3,
|
44 |
-
"power": 0.
|
45 |
"resnet_time_scale_shift": "default",
|
46 |
-
"sample_size":
|
47 |
"set_W_to_weight": false,
|
48 |
"time_embedding_type": "fourier",
|
49 |
"up_block_types": [
|
@@ -57,5 +57,5 @@
|
|
57 |
],
|
58 |
"update_after_step": 0,
|
59 |
"upsample_type": "conv",
|
60 |
-
"use_ema_warmup":
|
61 |
-
}
|
|
|
39 |
"norm_eps": 1e-06,
|
40 |
"norm_num_groups": null,
|
41 |
"num_train_timesteps": null,
|
42 |
+
"optimization_step": 120000,
|
43 |
"out_channels": 3,
|
44 |
+
"power": 0.6666666666666666,
|
45 |
"resnet_time_scale_shift": "default",
|
46 |
+
"sample_size": 64,
|
47 |
"set_W_to_weight": false,
|
48 |
"time_embedding_type": "fourier",
|
49 |
"up_block_types": [
|
|
|
57 |
],
|
58 |
"update_after_step": 0,
|
59 |
"upsample_type": "conv",
|
60 |
+
"use_ema_warmup": false
|
61 |
+
}
|