Docty commited on
Commit
9d4065c
·
verified ·
1 Parent(s): da00555

End of training

Browse files
README.md CHANGED
@@ -3,7 +3,8 @@ base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
3
  inference: true
4
  license: mit
5
  library_name: diffusers
6
- instance_prompt: a professional studio photograph of an attractive model wearing a teal top with lace detail
 
7
  tags:
8
  - stable-diffusion
9
  - stable-diffusion-diffusers
@@ -11,6 +12,12 @@ tags:
11
  - diffusers
12
  - controlnet
13
  - diffusers-training
 
 
 
 
 
 
14
  ---
15
 
16
 
 
3
  inference: true
4
  license: mit
5
  library_name: diffusers
6
+ instance_prompt: a professional studio photograph of an attractive model wearing a
7
+ teal top with lace detail
8
  tags:
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
 
12
  - diffusers
13
  - controlnet
14
  - diffusers-training
15
+ - stable-diffusion
16
+ - stable-diffusion-diffusers
17
+ - text-to-image
18
+ - diffusers
19
+ - controlnet
20
+ - diffusers-training
21
  ---
22
 
23
 
checkpoint-3000/controlnet/config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "ControlNetModel",
3
+ "_diffusers_version": "0.32.2",
4
+ "_name_or_path": "cloth_controlnet/checkpoint-2500",
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
+ 1280
15
+ ],
16
+ "class_embed_type": null,
17
+ "conditioning_channels": 3,
18
+ "conditioning_embedding_out_channels": [
19
+ 16,
20
+ 32,
21
+ 96,
22
+ 256
23
+ ],
24
+ "controlnet_conditioning_channel_order": "rgb",
25
+ "cross_attention_dim": 768,
26
+ "down_block_types": [
27
+ "CrossAttnDownBlock2D",
28
+ "CrossAttnDownBlock2D",
29
+ "CrossAttnDownBlock2D",
30
+ "DownBlock2D"
31
+ ],
32
+ "downsample_padding": 1,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "global_pool_conditions": false,
38
+ "in_channels": 4,
39
+ "layers_per_block": 2,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "projection_class_embeddings_input_dim": null,
48
+ "resnet_time_scale_shift": "default",
49
+ "transformer_layers_per_block": 1,
50
+ "upcast_attention": false,
51
+ "use_linear_projection": false
52
+ }
checkpoint-3000/controlnet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52667fb9208b4c50da81c176911eb70946a8a15b34e2d7b7085358a423b3fd92
3
+ size 1445157120
checkpoint-3000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eceaa73173dfe10a3df2089f9d7b4048afa753896c47b93db9d91a9946ed5d1
3
+ size 2890523214
checkpoint-3000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:185d24d3952a660546247b327625c063d8e5e992958b795ae7dbf01970bb878d
3
+ size 14668
checkpoint-3000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21aba8ed0f38ed1c04994c10a9ca7e9925e55ef2ed51283c43ff8e2cce78585f
3
+ size 988
checkpoint-3000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9d67c816ab83e7cb68277890f1dc271a0a14594cbcde1b73e03e9819263ecf
3
+ size 1000
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.32.2",
4
- "_name_or_path": "cloth_controlnet/checkpoint-1500",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "ControlNetModel",
3
  "_diffusers_version": "0.32.2",
4
+ "_name_or_path": "cloth_controlnet/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:c14ef0d0798786b9447fb4ee824da33ca62e029b93095b1c896e5963d28da157
3
  size 1445157120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:297776027d2f66bc82e332e7370c3a47b533b6e63f14876ab176dd5e12de4e42
3
  size 1445157120
images_0.png CHANGED

Git LFS Details

  • SHA256: 12798a1145a53307ed91b83b983026ab11104f2a911c97c667ba20d7122e1d6d
  • Pointer size: 132 Bytes
  • Size of remote file: 4.36 MB

Git LFS Details

  • SHA256: a7f0ef8c603ed0dc255b511b4558a4e9e959a02f421780bca0830e6e468c58e9
  • Pointer size: 132 Bytes
  • Size of remote file: 4.38 MB
images_1.png CHANGED

Git LFS Details

  • SHA256: de908cb50167b03ba571f8a033dfdaa055e7e276e91fc3f4f01075e41da75e26
  • Pointer size: 132 Bytes
  • Size of remote file: 4.42 MB

Git LFS Details

  • SHA256: 403319caf88844e3df62e2b2780b37154c304108f52a603624fefb4ff22431c2
  • Pointer size: 132 Bytes
  • Size of remote file: 4.31 MB
logs/train_controlnet/1745627283.041286/events.out.tfevents.1745627283.b163c06ed321.339.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7323c0c632a83965abb35f8a45f3faa6211c89baf454f11926787448b9d556cc
3
+ size 2480
logs/train_controlnet/1745627283.0431886/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: 500
9
+ checkpoints_total_limit: 1
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: irow/ClothingControlV2
15
+ enable_xformers_memory_efficient_attention: false
16
+ gradient_accumulation_steps: 4
17
+ gradient_checkpointing: false
18
+ hub_model_id: null
19
+ hub_token: null
20
+ image_column: image
21
+ learning_rate: 1.0e-05
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: 3286
30
+ mixed_precision: fp16
31
+ num_train_epochs: 2
32
+ num_validation_images: 4
33
+ output_dir: cloth_controlnet
34
+ pretrained_model_name_or_path: stable-diffusion-v1-5/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: 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
50
+ variant: null
logs/train_controlnet/events.out.tfevents.1745627283.b163c06ed321.339.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebbbe9160006d83c1e5d11a63745eb66637cb9382278d8fdde03ed056cdc4737
3
+ size 70147554