RzZ commited on
Commit
768c7fa
1 Parent(s): b86eb99

upload model

Browse files
Files changed (3) hide show
  1. config.json +22 -0
  2. diffusion_pytorch_model.bin +3 -0
  3. sample_input.png +0 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "Adapter",
3
+ "_diffusers_version": "0.2.2",
4
+ "channels_in": 1,
5
+ "block_out_channels": [
6
+ 320,
7
+ 640,
8
+ 1280,
9
+ 1280
10
+ ],
11
+ "num_res_blocks": 2,
12
+ "kerenl_size": 1,
13
+ "res_block_skip": true,
14
+ "use_conv": false,
15
+ "target_layers": [
16
+ "down_blocks.0.attentions.1",
17
+ "down_blocks.1.attentions.1",
18
+ "down_blocks.2.attentions.1",
19
+ "down_blocks.3.resnets.1"
20
+ ],
21
+ "input_scale_factor": 8
22
+ }
diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e006de134c9db86d1d44e6f13783e0846a78879afa3bd6f73feb3d7f6a5715b1
3
+ size 308013107
sample_input.png ADDED