tomkay commited on
Commit
99faab3
·
verified ·
1 Parent(s): 6e7b99d

Upload spatial_upscaler_x2_v1_1_config.json with huggingface_hub

Browse files
spatial_upscaler_x2_v1_1_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "_class_name": "LatentUpsampler",
4
+ "in_channels": 128,
5
+ "mid_channels": 1024,
6
+ "num_blocks_per_stage": 4,
7
+ "dims": 3,
8
+ "spatial_upsample": true,
9
+ "temporal_upsample": false,
10
+ "spatial_scale": 2.0,
11
+ "rational_resampler": false
12
+ }
13
+ }