zzzyuqing commited on
Commit
1a4a17b
1 Parent(s): 76363cf

Upload 5 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ assets/controlnet.png filter=lfs diff=lfs merge=lfs -text
37
+ assets/pipeline_controlnet.png filter=lfs diff=lfs merge=lfs -text
38
+ assets/pipeline.png filter=lfs diff=lfs merge=lfs -text
39
+ assets/teaser.png filter=lfs diff=lfs merge=lfs -text
assets/controlnet.png ADDED

Git LFS Details

  • SHA256: 26f703822fd252eb676c731b8b03a33d4f19d9465442cfa0ac56efa26f567e64
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
assets/pipeline.png ADDED

Git LFS Details

  • SHA256: cc6d1114bbc50363e584da6e3613674c42e0195ee25aaf304dad2c6a51b7179a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.34 MB
assets/pipeline_controlnet.png ADDED

Git LFS Details

  • SHA256: 69236488d638b9580d66ee3d4312bd64140a063fbb60ace5c12f1ce46efa778c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
assets/teaser.png ADDED

Git LFS Details

  • SHA256: 3c174666944a045f619432a24b605aafe54f40889fd982f2b13f6d3be3da55f8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.18.0",
4
+ "act_fn": "silu",
5
+ "attention_head_dim": [
6
+ 5,
7
+ 10,
8
+ 20,
9
+ 20
10
+ ],
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "class_embed_type": null,
18
+ "conditioning_channels": 22,
19
+ "conditioning_embedding_out_channels": [
20
+ 16,
21
+ 32,
22
+ 96,
23
+ 256
24
+ ],
25
+ "controlnet_conditioning_channel_order": "rgb",
26
+ "cross_attention_dim": 1024,
27
+ "down_block_types": [
28
+ "CrossAttnDownBlock2D",
29
+ "CrossAttnDownBlock2D",
30
+ "CrossAttnDownBlock2D",
31
+ "DownBlock2D"
32
+ ],
33
+ "downsample_padding": 1,
34
+ "flip_sin_to_cos": true,
35
+ "freq_shift": 0,
36
+ "global_pool_conditions": false,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_scale_factor": 1,
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
+ "num_class_embeds": null,
44
+ "only_cross_attention": false,
45
+ "projection_class_embeddings_input_dim": null,
46
+ "resnet_time_scale_shift": "default",
47
+ "upcast_attention": false,
48
+ "use_linear_projection": true
49
+ }