Ming Li commited on
Commit
38dd018
β€’
1 Parent(s): 03489e1

remove wrong ckpt

Browse files
checkpoints/seg/FCN_controlnet/config.json DELETED
@@ -1,52 +0,0 @@
1
- {
2
- "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.26.3",
4
- "_name_or_path": "work_dirs/finetune/Captioned_ADE20K/ft_controlnet_sd15_seg_res512_bs256_lr1e-5_warmup100_iter5k_fp16/checkpoint-5000/controlnet",
5
- "act_fn": "silu",
6
- "addition_embed_type": null,
7
- "addition_embed_type_num_heads": 64,
8
- "addition_time_embed_dim": null,
9
- "attention_head_dim": 8,
10
- "block_out_channels": [
11
- 320,
12
- 640,
13
- 1280,
14
- 1280
15
- ],
16
- "class_embed_type": null,
17
- "conditioning_channels": 3,
18
- "conditioning_embedding_out_channels": [
19
- 16,
20
- 32,
21
- 96,
22
- 256
23
- ],
24
- "controlnet_conditioning_channel_order": "rgb",
25
- "cross_attention_dim": 768,
26
- "down_block_types": [
27
- "CrossAttnDownBlock2D",
28
- "CrossAttnDownBlock2D",
29
- "CrossAttnDownBlock2D",
30
- "DownBlock2D"
31
- ],
32
- "downsample_padding": 1,
33
- "encoder_hid_dim": null,
34
- "encoder_hid_dim_type": null,
35
- "flip_sin_to_cos": true,
36
- "freq_shift": 0,
37
- "global_pool_conditions": false,
38
- "in_channels": 4,
39
- "layers_per_block": 2,
40
- "mid_block_scale_factor": 1,
41
- "mid_block_type": "UNetMidBlock2DCrossAttn",
42
- "norm_eps": 1e-05,
43
- "norm_num_groups": 32,
44
- "num_attention_heads": null,
45
- "num_class_embeds": null,
46
- "only_cross_attention": false,
47
- "projection_class_embeddings_input_dim": null,
48
- "resnet_time_scale_shift": "default",
49
- "transformer_layers_per_block": 1,
50
- "upcast_attention": false,
51
- "use_linear_projection": false
52
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoints/seg/controlnet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
- "_diffusers_version": "0.19.3",
4
  "_name_or_path": "work_dirs/finetune/Captioned_ADE20K/ft_controlnet_sd15_seg_res512_bs256_lr1e-5_warmup100_iter5k_fp16/checkpoint-5000/controlnet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
@@ -38,6 +38,7 @@
38
  "in_channels": 4,
39
  "layers_per_block": 2,
40
  "mid_block_scale_factor": 1,
 
41
  "norm_eps": 1e-05,
42
  "norm_num_groups": 32,
43
  "num_attention_heads": null,
 
1
  {
2
  "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.26.3",
4
  "_name_or_path": "work_dirs/finetune/Captioned_ADE20K/ft_controlnet_sd15_seg_res512_bs256_lr1e-5_warmup100_iter5k_fp16/checkpoint-5000/controlnet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
 
38
  "in_channels": 4,
39
  "layers_per_block": 2,
40
  "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
  "norm_eps": 1e-05,
43
  "norm_num_groups": 32,
44
  "num_attention_heads": null,
checkpoints/seg/controlnet/diffusion_pytorch_model.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:11da8bb3cc8f400d097e49136741085af2ac87dc3508edd3fb7e15d99d963d96
3
- size 1445260234
 
 
 
 
checkpoints/seg/{FCN_controlnet β†’ controlnet}/diffusion_pytorch_model.safetensors RENAMED
File without changes