End of training
Browse files- checkpoint-46588/controlnet/config.json +43 -0
- checkpoint-46588/controlnet/diffusion_pytorch_model.bin +3 -0
- checkpoint-46588/optimizer.bin +3 -0
- checkpoint-46588/random_states_0.pkl +3 -0
- checkpoint-46588/scheduler.bin +3 -0
- config.json +1 -1
- diffusion_pytorch_model.bin +1 -1
- logs/train_controlnet/1684580610.7095108/events.out.tfevents.1684580610.2c15652e1db1.4135.1 +3 -0
- logs/train_controlnet/1684580610.7284682/hparams.yml +49 -0
- logs/train_controlnet/events.out.tfevents.1684580610.2c15652e1db1.4135.0 +3 -0
checkpoint-46588/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-34941",
|
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-46588/controlnet/diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbe3743a973ba35c04670dea09a82a40cce1bc64d7980294d31983b06df35b4e
|
3 |
+
size 1445259705
|
checkpoint-46588/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51b3d487b0c5982dad6a5917d4e6ac709899ad00100c82cfdf5fd1f2174ebbca
|
3 |
+
size 2890517977
|
checkpoint-46588/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a036334b30bb09b0f2ee9519509a879a26602fbb3227cfa7f2b17cf83ac5689
|
3 |
+
size 14663
|
checkpoint-46588/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9e397998e1a4528ad98502ad38e9050087cbc8c107b923565a0a019e2d3472a
|
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-34941",
|
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:dbe3743a973ba35c04670dea09a82a40cce1bc64d7980294d31983b06df35b4e
|
3 |
size 1445259705
|
logs/train_controlnet/1684580610.7095108/events.out.tfevents.1684580610.2c15652e1db1.4135.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5211ed6f44a2571c9e4581e475a0c6a2cd379fa7982ee0a8c34edc8addc14f9
|
3 |
+
size 2478
|
logs/train_controlnet/1684580610.7284682/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: lllyasviel/control_v11p_sd15_canny
|
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: 46588
|
30 |
+
mixed_precision: null
|
31 |
+
num_train_epochs: 4
|
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.1684580610.2c15652e1db1.4135.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d40a4e5c9ceb3af0f71185fb0eecaf537bc64abad575d2b786ab7239802ab154
|
3 |
+
size 1001730
|