RzZ commited on
Commit
f707a6d
1 Parent(s): b390a5c

upload model

Browse files
Files changed (3) hide show
  1. config.json +29 -0
  2. diffusion_pytorch_model.bin +3 -0
  3. sample_input.png +0 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 192,
17
+ "input_scale_factor": 8,
18
+ "kerenl_size": 3,
19
+ "num_res_blocks": 4,
20
+ "proj_kerenl_size": 1,
21
+ "res_block_skip": true,
22
+ "target_layers": [
23
+ "down_blocks.0.attentions.1",
24
+ "down_blocks.1.attentions.1",
25
+ "down_blocks.2.attentions.1",
26
+ "down_blocks.3.resnets.1"
27
+ ],
28
+ "use_conv": false
29
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2ac727e3998d4946a53be0ad818a2e63076bfb07e1433daf6825e4c75d9076
3
+ size 74784917
sample_input.png ADDED