Fucius commited on
Commit
fb5862a
·
verified ·
1 Parent(s): 99d1416

Delete controlnet

Browse files
Files changed (1) hide show
  1. controlnet +0 -45
controlnet DELETED
@@ -1,45 +0,0 @@
1
- {
2
- "_class_name": "UNetSpatioTemporalConditionControlNetModel",
3
- "_diffusers_version": "0.27.0",
4
- "_name_or_path": "checkpoints/DAM-VSR/controlnet",
5
- "addition_time_embed_dim": 256,
6
- "block_out_channels": [
7
- 320,
8
- 640,
9
- 1280,
10
- 1280
11
- ],
12
- "conditioning_channels": 3,
13
- "conditioning_embedding_out_channels": [
14
- 16,
15
- 32,
16
- 96,
17
- 256
18
- ],
19
- "cross_attention_dim": 1024,
20
- "down_block_types": [
21
- "CrossAttnDownBlockSpatioTemporal",
22
- "CrossAttnDownBlockSpatioTemporal",
23
- "CrossAttnDownBlockSpatioTemporal",
24
- "DownBlockSpatioTemporal"
25
- ],
26
- "in_channels": 8,
27
- "layers_per_block": 2,
28
- "num_attention_heads": [
29
- 5,
30
- 10,
31
- 20,
32
- 20
33
- ],
34
- "num_frames": 14,
35
- "out_channels": 4,
36
- "projection_class_embeddings_input_dim": 768,
37
- "sample_size": 96,
38
- "transformer_layers_per_block": 1,
39
- "up_block_types": [
40
- "UpBlockSpatioTemporal",
41
- "CrossAttnUpBlockSpatioTemporal",
42
- "CrossAttnUpBlockSpatioTemporal",
43
- "CrossAttnUpBlockSpatioTemporal"
44
- ]
45
- }