EpsilonGreedy commited on
Commit
9e09506
1 Parent(s): b2a42b1

End of training

Browse files
README.md CHANGED
@@ -8,6 +8,12 @@ tags:
8
  - diffusers
9
  - controlnet
10
  - diffusers-training
 
 
 
 
 
 
11
  base_model: runwayml/stable-diffusion-v1-5
12
  inference: true
13
  ---
 
8
  - diffusers
9
  - controlnet
10
  - diffusers-training
11
+ - stable-diffusion
12
+ - stable-diffusion-diffusers
13
+ - text-to-image
14
+ - diffusers
15
+ - controlnet
16
+ - diffusers-training
17
  base_model: runwayml/stable-diffusion-v1-5
18
  inference: true
19
  ---
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.30.0.dev0",
 
4
  "act_fn": "silu",
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "/kaggle/working/output/Clothes2Person/checkpoint-2500",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1eabdc0dc3da94660d32bb36d7725ab7f5692c4759c5f96f0fdc576b2438e1d0
3
  size 1445157120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60d18e94f56e92c242df835a8f740521028f27381489700e19317f319bac76de
3
  size 1445157120
images_0.png CHANGED

Git LFS Details

  • SHA256: 64e888b91c9ca5411bf29d6d72738a6e6b7f671666361c8d8d4647a353b95638
  • Pointer size: 132 Bytes
  • Size of remote file: 3.06 MB

Git LFS Details

  • SHA256: 689def535515381f15ede84a7b1f2d728d143db7c016d5494d6bc78cbe714436
  • Pointer size: 132 Bytes
  • Size of remote file: 2.73 MB
images_1.png CHANGED

Git LFS Details

  • SHA256: ccd29ad35f196bc0cfa6345ca149ad40b295195e7a77065a7340f3349e8b4b69
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB

Git LFS Details

  • SHA256: 3ebf712101409658fd627bf176fea1679f03b9754bb763dfc061438593e5bd5f
  • Pointer size: 132 Bytes
  • Size of remote file: 2.17 MB
images_2.png CHANGED

Git LFS Details

  • SHA256: a70ed9fe514273441e85ad78000ea9fb6f9933402c635aaabf540a16e25d2769
  • Pointer size: 132 Bytes
  • Size of remote file: 1.41 MB

Git LFS Details

  • SHA256: d0e5f2feb981ce2898f30dac8605a5bb7ce071b7f0e510b1381666d5ccc56ffb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.69 MB
images_3.png CHANGED

Git LFS Details

  • SHA256: 45710faf0f08fef17f4e90b7ccee29e47faad13f19950b269387bf6c5e3d0515
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB

Git LFS Details

  • SHA256: 4ea3be2ddf08fc911cc61c7b9360886cd4f276da7c576b92ba9c50276d6f3081
  • Pointer size: 132 Bytes
  • Size of remote file: 1.76 MB
logs/train_controlnet/1720173031.5658092/events.out.tfevents.1720173031.e9e065bf3cb2.111.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002e7bad0a0d9608ed2097d46fc1de4ceb8fc4671fb99db68fcde6f062f1e24a
3
+ size 2466
logs/train_controlnet/1720173031.568484/hparams.yml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 2500
9
+ checkpoints_total_limit: null
10
+ conditioning_image_column: conditioning_image
11
+ controlnet_model_name_or_path: null
12
+ dataloader_num_workers: 4
13
+ dataset_config_name: null
14
+ dataset_name: EpsilonGreedy/Clothes2Person
15
+ enable_xformers_memory_efficient_attention: false
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: true
18
+ hub_model_id: EpsilonGreedy/Clothes2Person0.00010.5
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 0.0001
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant_with_warmup
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 2500
30
+ mixed_precision: null
31
+ num_train_epochs: 1
32
+ num_validation_images: 4
33
+ output_dir: /kaggle/working/output/Clothes2Person
34
+ pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
35
+ proportion_empty_prompts: 0.5
36
+ push_to_hub: true
37
+ report_to: tensorboard
38
+ resolution: 512
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: 3
47
+ train_data_dir: null
48
+ use_8bit_adam: true
49
+ validation_steps: 2500
50
+ variant: null
logs/train_controlnet/events.out.tfevents.1720173031.e9e065bf3cb2.111.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28565ec9b421d63dbfe8748a4a5dbee95535d0b3f2c6a26f303d2a0873a3892f
3
+ size 8351916