saquiboye commited on
Commit
7e60f01
1 Parent(s): 55136a4

End of training

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ images_0.png filter=lfs diff=lfs merge=lfs -text
37
+ images_1.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -14,4 +14,9 @@ inference: true
14
  # controlnet-saquiboye/model
15
 
16
  These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
 
 
 
 
 
17
 
 
14
  # controlnet-saquiboye/model
15
 
16
  These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
17
+ You can find some example images below.
18
+ prompt: an indian man, photoshoot
19
+ ![images_0)](./images_0.png)
20
+ prompt: an asian girl, best photoshoot, portrait
21
+ ![images_1)](./images_1.png)
22
 
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7aec1ba3ecf912a26fc8e27ec5af50b1d81776a4851af0f76249a93bc83a8e2
3
  size 1445259705
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08d2461f1b072ec059eccf4a6066c505679d7dc4e26320426f28e73ff35db222
3
  size 1445259705
image_control.png ADDED
images_0.png ADDED

Git LFS Details

  • SHA256: 57f62270fbd2004393f8c310625ce10e9296ada73da5498b72121746af7c25ba
  • Pointer size: 132 Bytes
  • Size of remote file: 1.71 MB
images_1.png ADDED

Git LFS Details

  • SHA256: 57d203d11b12ae90f83e101af333150c45ebcd89fd625c35b8f4f11c8dafad63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.66 MB
logs/train_controlnet/1687463554.6562853/events.out.tfevents.1687463554.zust.4042.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f57be7245ed4fb52c43c3a23dc6d68f3a982900779852496c41574677ace3c5
3
+ size 2317
logs/train_controlnet/1687463554.6586113/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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
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: 2200
30
+ mixed_precision: fp16
31
+ num_train_epochs: 100
32
+ num_validation_images: 4
33
+ output_dir: ./model
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: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 2
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/1687463972.2768097/events.out.tfevents.1687463972.zust.5993.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930ab12816a4cdc2cf522e1139c78f90ec536506fdb6483d67a3e490031d453e
3
+ size 2317
logs/train_controlnet/1687463972.2784264/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: text
8
+ checkpointing_steps: 500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 0
13
+ dataset_config_name: null
14
+ dataset_name: ./qr_dataset
15
+ enable_xformers_memory_efficient_attention: true
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
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: 220
30
+ mixed_precision: fp16
31
+ num_train_epochs: 10
32
+ num_validation_images: 4
33
+ output_dir: ./model
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: 512
39
+ resume_from_checkpoint: null
40
+ revision: null
41
+ scale_lr: false
42
+ seed: null
43
+ set_grads_to_none: true
44
+ tokenizer_name: null
45
+ tracker_project_name: train_controlnet
46
+ train_batch_size: 2
47
+ train_data_dir: null
48
+ use_8bit_adam: false
49
+ validation_steps: 100
logs/train_controlnet/events.out.tfevents.1687463554.zust.4042.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f89b3c7b93be38c36ca0fad3f197e0c7793ad696ccd6d7d70d18c8e2804b22a6
3
+ size 32138
logs/train_controlnet/events.out.tfevents.1687463972.zust.5993.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30241d1a2312b2b3ccd6fdc43be74af03aa191c0bc472905bff025deab1a0005
3
+ size 6882334