babkasotona commited on
Commit
67da4c2
·
verified ·
1 Parent(s): a265b68

Upload folder using huggingface_hub

Browse files
.ipynb_checkpoints/config-checkpoint.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.37.0",
4
+ "_name_or_path": "vae16x32ch_empty",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 128,
9
+ 256,
10
+ 512,
11
+ 512
12
+ ],
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D"
18
+ ],
19
+ "force_upcast": false,
20
+ "in_channels": 3,
21
+ "latent_channels": 32,
22
+ "latents_mean": [
23
+ -0.03542253375053406,
24
+ 0.20086465775966644,
25
+ -0.016413161531090736,
26
+ -0.0956302210688591,
27
+ -0.2672063112258911,
28
+ 0.2609933018684387,
29
+ -0.07806991040706635,
30
+ -0.48407721519470215,
31
+ 0.21844269335269928,
32
+ -0.1122383326292038,
33
+ 0.27197545766830444,
34
+ -0.18958772718906403,
35
+ 0.18776826560497284,
36
+ 0.0987580344080925,
37
+ 0.2837068736553192,
38
+ -0.4486690163612366,
39
+ 0.4816776514053345,
40
+ 0.02947971224784851,
41
+ -0.1337375044822693,
42
+ -0.39750921726226807,
43
+ -0.08513020724058151,
44
+ -0.054023586213588715,
45
+ -0.3943594992160797,
46
+ 0.23918119072914124,
47
+ -0.12466679513454437,
48
+ 0.09935147315263748,
49
+ 0.31858691573143005,
50
+ 0.48585832118988037,
51
+ -0.6416525840759277,
52
+ -0.15164820849895477,
53
+ -0.4693508744239807,
54
+ -0.13071806728839874
55
+ ],
56
+ "latents_std": [
57
+ 1.5792087316513062,
58
+ 1.5769503116607666,
59
+ 1.5864241123199463,
60
+ 1.6454921960830688,
61
+ 1.5336694717407227,
62
+ 1.5587652921676636,
63
+ 1.5838669538497925,
64
+ 1.5659377574920654,
65
+ 1.6860467195510864,
66
+ 1.5192310810089111,
67
+ 1.573639988899231,
68
+ 1.5953549146652222,
69
+ 1.5271092653274536,
70
+ 1.6246271133422852,
71
+ 1.7054023742675781,
72
+ 1.607722282409668,
73
+ 1.558642864227295,
74
+ 1.5824549198150635,
75
+ 1.6202995777130127,
76
+ 1.6206320524215698,
77
+ 1.6379750967025757,
78
+ 1.6527063846588135,
79
+ 1.498811960220337,
80
+ 1.5706247091293335,
81
+ 1.5854856967926025,
82
+ 1.4828169345855713,
83
+ 1.5693111419677734,
84
+ 1.692481517791748,
85
+ 1.6409776210784912,
86
+ 1.6216280460357666,
87
+ 1.6087706089019775,
88
+ 1.5776633024215698
89
+ ],
90
+ "layers_per_block": 2,
91
+ "mid_block_add_attention": true,
92
+ "norm_num_groups": 32,
93
+ "out_channels": 3,
94
+ "sample_size": 32,
95
+ "scaling_factor": 1.0,
96
+ "shift_factor": null,
97
+ "up_block_types": [
98
+ "UpDecoderBlock2D",
99
+ "UpDecoderBlock2D",
100
+ "UpDecoderBlock2D",
101
+ "UpDecoderBlock2D"
102
+ ],
103
+ "use_post_quant_conv": true,
104
+ "use_quant_conv": true
105
+ }
config.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.37.0",
4
+ "_name_or_path": "vae16x32ch",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 128,
9
+ 256,
10
+ 512,
11
+ 512
12
+ ],
13
+ "down_block_types": [
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D",
17
+ "DownEncoderBlock2D",
18
+ "DownEncoderBlock2D"
19
+ ],
20
+ "force_upcast": false,
21
+ "in_channels": 3,
22
+ "latent_channels": 32,
23
+ "latents_mean": [
24
+ -0.03542253375053406,
25
+ 0.20086465775966644,
26
+ -0.016413161531090736,
27
+ -0.0956302210688591,
28
+ -0.2672063112258911,
29
+ 0.2609933018684387,
30
+ -0.07806991040706635,
31
+ -0.48407721519470215,
32
+ 0.21844269335269928,
33
+ -0.1122383326292038,
34
+ 0.27197545766830444,
35
+ -0.18958772718906403,
36
+ 0.18776826560497284,
37
+ 0.0987580344080925,
38
+ 0.2837068736553192,
39
+ -0.4486690163612366,
40
+ 0.4816776514053345,
41
+ 0.02947971224784851,
42
+ -0.1337375044822693,
43
+ -0.39750921726226807,
44
+ -0.08513020724058151,
45
+ -0.054023586213588715,
46
+ -0.3943594992160797,
47
+ 0.23918119072914124,
48
+ -0.12466679513454437,
49
+ 0.09935147315263748,
50
+ 0.31858691573143005,
51
+ 0.48585832118988037,
52
+ -0.6416525840759277,
53
+ -0.15164820849895477,
54
+ -0.4693508744239807,
55
+ -0.13071806728839874
56
+ ],
57
+ "latents_std": [
58
+ 1.5792087316513062,
59
+ 1.5769503116607666,
60
+ 1.5864241123199463,
61
+ 1.6454921960830688,
62
+ 1.5336694717407227,
63
+ 1.5587652921676636,
64
+ 1.5838669538497925,
65
+ 1.5659377574920654,
66
+ 1.6860467195510864,
67
+ 1.5192310810089111,
68
+ 1.573639988899231,
69
+ 1.5953549146652222,
70
+ 1.5271092653274536,
71
+ 1.6246271133422852,
72
+ 1.7054023742675781,
73
+ 1.607722282409668,
74
+ 1.558642864227295,
75
+ 1.5824549198150635,
76
+ 1.6202995777130127,
77
+ 1.6206320524215698,
78
+ 1.6379750967025757,
79
+ 1.6527063846588135,
80
+ 1.498811960220337,
81
+ 1.5706247091293335,
82
+ 1.5854856967926025,
83
+ 1.4828169345855713,
84
+ 1.5693111419677734,
85
+ 1.692481517791748,
86
+ 1.6409776210784912,
87
+ 1.6216280460357666,
88
+ 1.6087706089019775,
89
+ 1.5776633024215698
90
+ ],
91
+ "layers_per_block": 3,
92
+ "mid_block_add_attention": true,
93
+ "norm_num_groups": 32,
94
+ "out_channels": 3,
95
+ "sample_size": 32,
96
+ "scaling_factor": 1.0,
97
+ "shift_factor": null,
98
+ "up_block_types": [
99
+ "UpDecoderBlock2D",
100
+ "UpDecoderBlock2D",
101
+ "UpDecoderBlock2D",
102
+ "UpDecoderBlock2D",
103
+ "UpDecoderBlock2D"
104
+ ],
105
+ "use_post_quant_conv": true,
106
+ "use_quant_conv": true
107
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1da418357565d67d3c84c72f7502f54e762efc9a75e4812eeaa01695030f643e
3
+ size 433047700