kmpartner commited on
Commit
63c799a
·
verified ·
1 Parent(s): b9bc87e

Upload folder using huggingface_hub

Browse files
checkpoint-10000/controlnet/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "bkcnclcp-ft-test/checkpoint-8000",
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
+ ],
15
+ "class_embed_type": null,
16
+ "conditioning_channels": 3,
17
+ "conditioning_embedding_out_channels": [
18
+ 16,
19
+ 32,
20
+ 96,
21
+ 256
22
+ ],
23
+ "controlnet_conditioning_channel_order": "rgb",
24
+ "cross_attention_dim": 1024,
25
+ "down_block_types": [
26
+ "DownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "encoder_hid_dim": null,
32
+ "encoder_hid_dim_type": null,
33
+ "flip_sin_to_cos": true,
34
+ "freq_shift": 0,
35
+ "global_pool_conditions": false,
36
+ "in_channels": 4,
37
+ "layers_per_block": 1,
38
+ "mid_block_scale_factor": 1,
39
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
40
+ "norm_eps": 1e-05,
41
+ "norm_num_groups": 32,
42
+ "num_attention_heads": null,
43
+ "num_class_embeds": null,
44
+ "only_cross_attention": [
45
+ true,
46
+ false,
47
+ false
48
+ ],
49
+ "projection_class_embeddings_input_dim": null,
50
+ "resnet_time_scale_shift": "default",
51
+ "transformer_layers_per_block": 1,
52
+ "upcast_attention": false,
53
+ "use_linear_projection": false
54
+ }
checkpoint-10000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4c6567ad50888185da5182e1d695071ff6a8be791d2de5d1adb92e1740884c1
3
+ size 752779432
checkpoint-10000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67da555552d02a9912db40cf04300d84e95a069e5c97e4919e6f1f9d326af66
3
+ size 377974458
checkpoint-10000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e4da71c07ecdd4bfccfa5ec54f9f0b7afd880c87648b1e32e55f299570c001e
3
+ size 14408
checkpoint-10000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49367aa0f19981d0484e3ef5c1b009e6bdd8e5c0d8ef08f2f8d235b9f843816
3
+ size 988
checkpoint-10000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31ad9a5150e341b638f838a47b3cb3db0d48efa493bcc8d1f8bf787b2c8cee3
3
+ size 1000
logs/controlnet-bkcnclcp/1721685846.0144942/events.out.tfevents.1721685846.a022a7a0ebc6.4918.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06384160a0d712e0bebe492737e7145a38bf420441530939a7c96831f09125f
3
+ size 2770
logs/controlnet-bkcnclcp/1721685846.0163858/hparams.yml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ caption_column: text
8
+ checkpointing_steps: 2000
9
+ checkpoints_total_limit: 10
10
+ condition_resolution: 64
11
+ conditioning_image_column: conditioning_image
12
+ controlnet_model_name_or_path: ./bkcnclcp-ft-test
13
+ dataloader_num_workers: 2
14
+ dataset_config_name: null
15
+ dataset_name: null
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: true
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ interpolation_type: lanczos
23
+ learning_rate: 1.0e-05
24
+ logging_dir: logs
25
+ lr_num_cycles: 1
26
+ lr_power: 1.0
27
+ lr_scheduler: constant
28
+ lr_warmup_steps: 500
29
+ max_grad_norm: 1.0
30
+ max_train_samples: 80000000
31
+ max_train_steps: 10000
32
+ mixed_precision: fp16
33
+ num_train_epochs: 1
34
+ num_validation_images: 2
35
+ output_dir: bkcnclcp-ft-test
36
+ pretrained_model_name_or_path: nota-ai/bk-sdm-v2-tiny
37
+ proportion_empty_prompts: 0.05
38
+ push_to_hub: false
39
+ report_to: tensorboard
40
+ resolution: 512
41
+ resume_from_checkpoint: checkpoint-8000
42
+ revision: null
43
+ scale_lr: false
44
+ seed: null
45
+ set_grads_to_none: false
46
+ tokenizer_name: null
47
+ tracker_project_name: controlnet-bkcnclcp
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_shards_path_or_url: /content/mscoco-512-4000/00000.tar
51
+ use_8bit_adam: true
52
+ validation_steps: 2000
53
+ variant: null
logs/controlnet-bkcnclcp/events.out.tfevents.1721685846.a022a7a0ebc6.4918.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebfe79385c33db987230070297dec9ada53ad290dcff4b43cb6d49053e137f25
3
+ size 672004