westfish commited on
Commit
e2a000c
·
1 Parent(s): 91f69ff

Upload 7 files

Browse files
color_output.png ADDED
color_palette.png ADDED
color_ref.png ADDED
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Adapter",
3
+ "_diffusers_version": "0.15.0.dev0",
4
+ "block_mid_channels": [
5
+ 80,
6
+ 160,
7
+ 320,
8
+ 320
9
+ ],
10
+ "block_out_channels": [
11
+ 320,
12
+ 640,
13
+ 1280,
14
+ 1280
15
+ ],
16
+ "channels_in": 3,
17
+ "input_scale_factor": 8,
18
+ "kernel_size": 3,
19
+ "num_res_blocks": 4,
20
+ "proj_kernel_size": 1,
21
+ "res_block_skip": true,
22
+ "use_conv": false
23
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be379869aaa416da7d87c9fc5ea097e52d502d985143d2722581f7c0219e1434
3
+ size 74779893
sample_input.png ADDED
sample_output.png ADDED