Upload folder using huggingface_hub
Browse files- checkpoint-2000/controlnet/config.json +54 -0
- checkpoint-2000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scaler.pt +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-4000/controlnet/config.json +54 -0
- checkpoint-4000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-4000/optimizer.bin +3 -0
- checkpoint-4000/random_states_0.pkl +3 -0
- checkpoint-4000/scaler.pt +3 -0
- checkpoint-4000/scheduler.bin +3 -0
- logs/controlnet-bkcncl2-2/1721019694.7515855/events.out.tfevents.1721019694.89bf51081ac4.5693.1 +3 -0
- logs/controlnet-bkcncl2-2/1721019694.7544615/hparams.yml +53 -0
- logs/controlnet-bkcncl2-2/events.out.tfevents.1721019694.89bf51081ac4.5693.0 +3 -0
- logs/controlnet-bkcncl2/1721089789.7124503/events.out.tfevents.1721089789.719bdce016df.3351.1 +3 -0
- logs/controlnet-bkcncl2/1721089789.714328/hparams.yml +53 -0
- logs/controlnet-bkcncl2/1721188497.2691658/events.out.tfevents.1721188497.006d8ad395c8.3371.1 +3 -0
- logs/controlnet-bkcncl2/1721188497.2711067/hparams.yml +53 -0
- logs/controlnet-bkcncl2/1721261860.5595527/events.out.tfevents.1721261860.b1b1dc8958ca.3820.1 +3 -0
- logs/controlnet-bkcncl2/1721261860.5621717/hparams.yml +53 -0
- logs/controlnet-bkcncl2/1721387289.1957378/events.out.tfevents.1721387289.e17dcd543a57.4346.1 +3 -0
- logs/controlnet-bkcncl2/1721387289.1977978/hparams.yml +53 -0
- logs/controlnet-bkcncl2/events.out.tfevents.1721089789.719bdce016df.3351.0 +3 -0
- logs/controlnet-bkcncl2/events.out.tfevents.1721188497.006d8ad395c8.3371.0 +3 -0
- logs/controlnet-bkcncl2/events.out.tfevents.1721261860.b1b1dc8958ca.3820.0 +3 -0
- logs/controlnet-bkcncl2/events.out.tfevents.1721387289.e17dcd543a57.4346.0 +3 -0
checkpoint-2000/controlnet/config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"_name_or_path": "./bk-testcl/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 |
+
],
|
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-2000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728d1d8f89c8ba9486df5b4e205ef65f39bade3ec2cbea57a380a92e05971f73
|
3 |
+
size 752779432
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e744dbd9920f5ec8fd7aeca5237bd64327021ba073930135bf7b7a3c2d6ef8e
|
3 |
+
size 377784378
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c975fe6663b185ff5d67a953997e29dfe071624a660493930d44f1ef2c8f693
|
3 |
+
size 14408
|
checkpoint-2000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c50a9cebe5d66d453d25b140738bff479749ac03e0a43597d8776bc22f6ed0c
|
3 |
+
size 988
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81a7fe0a2983de695c44ba167520d4ce1ca01157e36e90498bee8c9d8e4b61fc
|
3 |
+
size 1000
|
checkpoint-4000/controlnet/config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"_name_or_path": "bkcncl-ft-test2/checkpoint-2000",
|
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-4000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef3e059f517493fcc4da53746078e73c516daf71b37c43c16bc4ece4652ee1e6
|
3 |
+
size 752779432
|
checkpoint-4000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8259666673e033d803630334aa5859f90b9ad8cc90ef421db32a968f65e3baef
|
3 |
+
size 377974458
|
checkpoint-4000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f04cd5573074b2fed5e7bb15b2f15aa15581dcd483258272ac696d5cec9a64
|
3 |
+
size 14408
|
checkpoint-4000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59a4acfb0da74c479080613978839dd3cbb4608fd2c07e764b4c844401d8dd5f
|
3 |
+
size 988
|
checkpoint-4000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a27fbcb71e64da5cd3c386782ab45bb0efde0abb5d30842a94c8a599b450c90c
|
3 |
+
size 1000
|
logs/controlnet-bkcncl2-2/1721019694.7515855/events.out.tfevents.1721019694.89bf51081ac4.5693.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2299807f155245a822a744190738f389c172e9f87b3094b29ffe44c6c4dd565d
|
3 |
+
size 2771
|
logs/controlnet-bkcncl2-2/1721019694.7544615/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: 1000
|
9 |
+
checkpoints_total_limit: 10
|
10 |
+
condition_resolution: 128
|
11 |
+
conditioning_image_column: conditioning_image
|
12 |
+
controlnet_model_name_or_path: ./bkcncl-ft-test2
|
13 |
+
dataloader_num_workers: 1
|
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: 17000
|
32 |
+
mixed_precision: fp16
|
33 |
+
num_train_epochs: 1
|
34 |
+
num_validation_images: 2
|
35 |
+
output_dir: bkcncl-ft-test2
|
36 |
+
pretrained_model_name_or_path: kmpartner/sdxs-09fttest
|
37 |
+
proportion_empty_prompts: 0.05
|
38 |
+
push_to_hub: false
|
39 |
+
report_to: tensorboard
|
40 |
+
resolution: 512
|
41 |
+
resume_from_checkpoint: checkpoint-16000
|
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-bkcncl2-2
|
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: 1000
|
53 |
+
variant: null
|
logs/controlnet-bkcncl2-2/events.out.tfevents.1721019694.89bf51081ac4.5693.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2410e36993bf0288cdad77eb62b97ac1df221b3f7bc862330f952de210152496
|
3 |
+
size 340932
|
logs/controlnet-bkcncl2/1721089789.7124503/events.out.tfevents.1721089789.719bdce016df.3351.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee61609820025260bc6668e389dc04a047dc578977ed750abe30a63d5532f841
|
3 |
+
size 2769
|
logs/controlnet-bkcncl2/1721089789.714328/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: 1000
|
9 |
+
checkpoints_total_limit: 10
|
10 |
+
condition_resolution: 128
|
11 |
+
conditioning_image_column: conditioning_image
|
12 |
+
controlnet_model_name_or_path: ./bkcncl-ft-test2
|
13 |
+
dataloader_num_workers: 1
|
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: 18000
|
32 |
+
mixed_precision: fp16
|
33 |
+
num_train_epochs: 1
|
34 |
+
num_validation_images: 2
|
35 |
+
output_dir: bkcncl-ft-test2
|
36 |
+
pretrained_model_name_or_path: kmpartner/sdxs-09fttest
|
37 |
+
proportion_empty_prompts: 0.05
|
38 |
+
push_to_hub: false
|
39 |
+
report_to: tensorboard
|
40 |
+
resolution: 512
|
41 |
+
resume_from_checkpoint: checkpoint-17000
|
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-bkcncl2
|
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: 1000
|
53 |
+
variant: null
|
logs/controlnet-bkcncl2/1721188497.2691658/events.out.tfevents.1721188497.006d8ad395c8.3371.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f9f30d73d8a0692961d830e54db5a2fde1bf174826e58b5c91c2aa89cb21488
|
3 |
+
size 2769
|
logs/controlnet-bkcncl2/1721188497.2711067/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: 128
|
11 |
+
conditioning_image_column: conditioning_image
|
12 |
+
controlnet_model_name_or_path: ./bkcncl-ft-test2
|
13 |
+
dataloader_num_workers: 1
|
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: 20000
|
32 |
+
mixed_precision: fp16
|
33 |
+
num_train_epochs: 1
|
34 |
+
num_validation_images: 2
|
35 |
+
output_dir: bkcncl-ft-test2
|
36 |
+
pretrained_model_name_or_path: kmpartner/sdxs-09fttest
|
37 |
+
proportion_empty_prompts: 0.05
|
38 |
+
push_to_hub: false
|
39 |
+
report_to: tensorboard
|
40 |
+
resolution: 512
|
41 |
+
resume_from_checkpoint: checkpoint-18000
|
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-bkcncl2
|
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-bkcncl2/1721261860.5595527/events.out.tfevents.1721261860.b1b1dc8958ca.3820.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31759067ae0ed3ba994453be3442b5d6eaa9bd8caff39c643415c744ce6fb627
|
3 |
+
size 2699
|
logs/controlnet-bkcncl2/1721261860.5621717/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: 128
|
11 |
+
conditioning_image_column: conditioning_image
|
12 |
+
controlnet_model_name_or_path: ./bk-testcl/controlnet
|
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: 2000
|
32 |
+
mixed_precision: fp16
|
33 |
+
num_train_epochs: 1
|
34 |
+
num_validation_images: 2
|
35 |
+
output_dir: bkcncl-ft-test2
|
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: null
|
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-bkcncl2
|
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-bkcncl2/1721387289.1957378/events.out.tfevents.1721387289.e17dcd543a57.4346.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56905613839236bb5302d1c62796724260ddf30ae5a363085217643ae5ff2aef
|
3 |
+
size 2767
|
logs/controlnet-bkcncl2/1721387289.1977978/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: ./bkcncl-ft-test2
|
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: 4000
|
32 |
+
mixed_precision: fp16
|
33 |
+
num_train_epochs: 1
|
34 |
+
num_validation_images: 2
|
35 |
+
output_dir: bkcncl-ft-test2
|
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-2000
|
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-bkcncl2
|
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-bkcncl2/events.out.tfevents.1721089789.719bdce016df.3351.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c52e1ed23b381c5f4cce8f423107b94f0785dfc66c0da3278a7eba77709153c7
|
3 |
+
size 344002
|
logs/controlnet-bkcncl2/events.out.tfevents.1721188497.006d8ad395c8.3371.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bdd898525bf0ba8f843d548115c4d8af3dbb3d91f3b180150b0c55f15bda653
|
3 |
+
size 688002
|
logs/controlnet-bkcncl2/events.out.tfevents.1721261860.b1b1dc8958ca.3820.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:938024c5e2b510d64fb9ee75b885c6682e2891bc8163d493b17ead0f4b7e8ff8
|
3 |
+
size 670970
|
logs/controlnet-bkcncl2/events.out.tfevents.1721387289.e17dcd543a57.4346.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:694ff78865ce75784f1a8b2bc458c4b97df1baa37bb1978279bbe81906c2c59c
|
3 |
+
size 672004
|