Abrumu commited on
Commit
1b0b702
1 Parent(s): 9d3e639

End of training

Browse files
checkpoint-69882/controlnet/config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.17.0.dev0",
4
+ "_name_or_path": "controlnet_canny_pretrained_v3/checkpoint-58235",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 320,
9
+ 640,
10
+ 1280,
11
+ 1280
12
+ ],
13
+ "class_embed_type": null,
14
+ "conditioning_embedding_out_channels": [
15
+ 16,
16
+ 32,
17
+ 96,
18
+ 256
19
+ ],
20
+ "controlnet_conditioning_channel_order": "rgb",
21
+ "cross_attention_dim": 768,
22
+ "down_block_types": [
23
+ "CrossAttnDownBlock2D",
24
+ "CrossAttnDownBlock2D",
25
+ "CrossAttnDownBlock2D",
26
+ "DownBlock2D"
27
+ ],
28
+ "downsample_padding": 1,
29
+ "flip_sin_to_cos": true,
30
+ "freq_shift": 0,
31
+ "global_pool_conditions": false,
32
+ "in_channels": 4,
33
+ "layers_per_block": 2,
34
+ "mid_block_scale_factor": 1,
35
+ "norm_eps": 1e-05,
36
+ "norm_num_groups": 32,
37
+ "num_class_embeds": null,
38
+ "only_cross_attention": false,
39
+ "projection_class_embeddings_input_dim": null,
40
+ "resnet_time_scale_shift": "default",
41
+ "upcast_attention": false,
42
+ "use_linear_projection": false
43
+ }
checkpoint-69882/controlnet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca2bb560d4cf4d017980e5450d1d866b0f3c4fa058f8a33dffc3f1e26c2bd11
3
+ size 1445259705
checkpoint-69882/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a7007ab16b37aed256e411b3509b5b8b94a1f864d746ee028fb3ff58d1524d
3
+ size 2890517977
checkpoint-69882/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947067b6c39f4229575bc81a36b7cb02f0eef0dfe6702d5173e921e35429b3c5
3
+ size 14663
checkpoint-69882/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c94aa31a0fdb2833fbc4020618736fa966b070c873a40d8e389169c8cd8bb197
3
+ size 563
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.17.0.dev0",
4
- "_name_or_path": "controlnet_canny_pretrained_v3/checkpoint-46588",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
 
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.17.0.dev0",
4
+ "_name_or_path": "controlnet_canny_pretrained_v3/checkpoint-58235",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c4cadb1bbbb2c36a511635c5af318ad9c5f63ddedcac39d1b7ded5d94e471d69
3
  size 1445259705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ca2bb560d4cf4d017980e5450d1d866b0f3c4fa058f8a33dffc3f1e26c2bd11
3
  size 1445259705
logs/train_controlnet/1684765340.1499104/events.out.tfevents.1684765340.e01f0c78f723.34280.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3444d3fbaf869ea1bdd7dc56655c9f06c24e80f5465660f04e80972270e36e8d
3
+ size 2372
logs/train_controlnet/1684765340.1555283/hparams.yml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: prompt
8
+ checkpointing_steps: 11647
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: control
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 4
13
+ dataset_config_name: null
14
+ dataset_name: Abrumu/Fashion_controlnet_dataset_V3
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 1
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: target
21
+ learning_rate: 5.0e-06
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 500
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 69882
30
+ mixed_precision: null
31
+ num_train_epochs: 6
32
+ num_validation_images: 4
33
+ output_dir: controlnet_canny_pretrained_v3
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ proportion_empty_prompts: 0
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 240
39
+ resume_from_checkpoint: latest
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: false
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 1
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/events.out.tfevents.1684765340.e01f0c78f723.34280.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d089789004d77e2949fc1b97aec4fa5f3b4d8c01b6066aaf73db5d32c423b87
3
+ size 1001730