End of training
Browse files- checkpoint-58235/controlnet/config.json +43 -0
- checkpoint-58235/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-58235/optimizer.bin +3 -0
- checkpoint-58235/random_states_0.pkl +3 -0
- checkpoint-58235/scheduler.bin +3 -0
- config.json +1 -1
- diffusion_pytorch_model.bin +1 -1
- logs/train_controlnet/1684758332.8014746/events.out.tfevents.1684758332.e01f0c78f723.5718.1 +3 -0
- logs/train_controlnet/1684758332.804138/hparams.yml +49 -0
- logs/train_controlnet/events.out.tfevents.1684758332.e01f0c78f723.5718.0 +3 -0
checkpoint-58235/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-46588",
|
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-58235/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4cadb1bbbb2c36a511635c5af318ad9c5f63ddedcac39d1b7ded5d94e471d69
|
3 |
+
size 1445259705
|
checkpoint-58235/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aac17bcad20a7aa883d2241344c61bd895d30609e928ebe213cc733b8e461cd
|
3 |
+
size 2890517977
|
checkpoint-58235/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ccbd9506e09f3ee85478a5cfa9045910510ed72a5909166a1c0494bc451d597
|
3 |
+
size 14663
|
checkpoint-58235/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7573564854bdcbdc046e0c963708d0b3590e9ef192ef0b35aba53405bca1d31
|
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-
|
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-46588",
|
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:
|
3 |
size 1445259705
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4cadb1bbbb2c36a511635c5af318ad9c5f63ddedcac39d1b7ded5d94e471d69
|
3 |
size 1445259705
|
logs/train_controlnet/1684758332.8014746/events.out.tfevents.1684758332.e01f0c78f723.5718.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1259c1abef2ccb43a7b0e3734073f5ae2b03f9aa0f915569adeb965e8659660f
|
3 |
+
size 2372
|
logs/train_controlnet/1684758332.804138/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: 58235
|
30 |
+
mixed_precision: null
|
31 |
+
num_train_epochs: 5
|
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.1684758332.e01f0c78f723.5718.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9becd9d4948866673cf623c240fde348a084e56afd0f3f7419685dd03220d6e
|
3 |
+
size 1001730
|