End of training
Browse files- README.md +6 -0
- checkpoint-6000/controlnet/config.json +52 -0
- checkpoint-6000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-6000/optimizer.bin +3 -0
- checkpoint-6000/random_states_0.pkl +3 -0
- checkpoint-6000/scheduler.bin +3 -0
- config.json +1 -0
- diffusion_pytorch_model.safetensors +1 -1
- images_0.png +2 -2
- images_1.png +2 -2
- images_2.png +2 -2
- images_3.png +2 -2
- logs/train_controlnet/1720521582.3682065/events.out.tfevents.1720521582.c5f67d85d034.111.1 +3 -0
- logs/train_controlnet/1720521582.3710344/hparams.yml +50 -0
- logs/train_controlnet/events.out.tfevents.1720521582.c5f67d85d034.111.0 +3 -0
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 |
---
|
checkpoint-6000/controlnet/config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "ControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"_name_or_path": "/kaggle/working/output/Clothes2PersonResized/checkpoint-5000",
|
| 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-6000/controlnet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4eba52772408a7d2a1290af0477a3ad1f4c314617a2a093238eebeb242521ff8
|
| 3 |
+
size 1445157120
|
checkpoint-6000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d9f82dbbd24f9d1359eaa7d070f05aeca890d9f10b7ecb42339f1b02c19423e
|
| 3 |
+
size 725253818
|
checkpoint-6000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f506db98befbec25c8f200086fe6230e36b6b7774a6d30cfd950b398c885503
|
| 3 |
+
size 14604
|
checkpoint-6000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62fa42bc0f349bf17974b501b2e04e150f941778516a7dc2dafa712c6dbb5f91
|
| 3 |
+
size 1000
|
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/Clothes2PersonResized/checkpoint-5000",
|
| 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:
|
| 3 |
size 1445157120
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:748ebdd3c451175f4092f927208285eed1857c435e5e1fea006fedbb7f18dfa6
|
| 3 |
size 1445157120
|
images_0.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_1.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_2.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
images_3.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
logs/train_controlnet/1720521582.3682065/events.out.tfevents.1720521582.c5f67d85d034.111.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8555865dfe57eb254df2800c37031aca5e15035b5535f3a7ad579fb688b7b5ba
|
| 3 |
+
size 2487
|
logs/train_controlnet/1720521582.3710344/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: 1500
|
| 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/Clothes2PersonResized
|
| 15 |
+
enable_xformers_memory_efficient_attention: false
|
| 16 |
+
gradient_accumulation_steps: 4
|
| 17 |
+
gradient_checkpointing: true
|
| 18 |
+
hub_model_id: EpsilonGreedy/Clothes2PersonResized0.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: 6500
|
| 30 |
+
mixed_precision: null
|
| 31 |
+
num_train_epochs: 3
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
output_dir: /kaggle/working/output/Clothes2PersonResized
|
| 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: 1500
|
| 50 |
+
variant: null
|
logs/train_controlnet/events.out.tfevents.1720521582.c5f67d85d034.111.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a3df91a38a961ec0772f1da8c4a378278afebfe2a71fa29f451a029942da6ba
|
| 3 |
+
size 24195021
|