End of training
Browse files- .ipynb_checkpoints/images_0-checkpoint.png +2 -2
- .ipynb_checkpoints/images_1-checkpoint.png +2 -2
- checkpoint-1/controlnet/config.json +58 -0
- checkpoint-1/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-1/optimizer.bin +3 -0
- checkpoint-1/random_states_0.pkl +3 -0
- checkpoint-1/scaler.pt +3 -0
- checkpoint-1/scheduler.bin +3 -0
- checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +1 -1
- checkpoint-1000/optimizer.bin +1 -1
- checkpoint-1000/random_states_0.pkl +1 -1
- checkpoint-1000/scheduler.bin +1 -1
- diffusion_pytorch_model.safetensors +1 -1
- images_0.png +2 -2
- images_1.png +2 -2
- logs/sd_xl_train_controlnet/1728726226.26597/events.out.tfevents.1728726226.scene-gen-ai-v2-0.7237.1 +3 -0
- logs/sd_xl_train_controlnet/1728726226.267622/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728726476.9393518/events.out.tfevents.1728726476.scene-gen-ai-v2-0.7370.1 +3 -0
- logs/sd_xl_train_controlnet/1728726476.940877/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728727760.3089535/events.out.tfevents.1728727760.scene-gen-ai-v2-0.7632.1 +3 -0
- logs/sd_xl_train_controlnet/1728727760.3103566/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1728726226.scene-gen-ai-v2-0.7237.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1728726476.scene-gen-ai-v2-0.7370.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1728727760.scene-gen-ai-v2-0.7632.0 +3 -0
.ipynb_checkpoints/images_0-checkpoint.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
.ipynb_checkpoints/images_1-checkpoint.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
checkpoint-1/controlnet/config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.31.0.dev0",
|
4 |
+
"_name_or_path": "alimama-creative/EcomXL_controlnet_inpaint",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"addition_embed_type": "text_time",
|
7 |
+
"addition_embed_type_num_heads": 64,
|
8 |
+
"addition_time_embed_dim": 256,
|
9 |
+
"attention_head_dim": [
|
10 |
+
5,
|
11 |
+
10,
|
12 |
+
20
|
13 |
+
],
|
14 |
+
"block_out_channels": [
|
15 |
+
320,
|
16 |
+
640,
|
17 |
+
1280
|
18 |
+
],
|
19 |
+
"class_embed_type": null,
|
20 |
+
"conditioning_channels": 3,
|
21 |
+
"conditioning_embedding_out_channels": [
|
22 |
+
16,
|
23 |
+
32,
|
24 |
+
96,
|
25 |
+
256
|
26 |
+
],
|
27 |
+
"controlnet_conditioning_channel_order": "rgb",
|
28 |
+
"cross_attention_dim": 2048,
|
29 |
+
"down_block_types": [
|
30 |
+
"DownBlock2D",
|
31 |
+
"CrossAttnDownBlock2D",
|
32 |
+
"CrossAttnDownBlock2D"
|
33 |
+
],
|
34 |
+
"downsample_padding": 1,
|
35 |
+
"encoder_hid_dim": null,
|
36 |
+
"encoder_hid_dim_type": null,
|
37 |
+
"flip_sin_to_cos": true,
|
38 |
+
"freq_shift": 0,
|
39 |
+
"global_pool_conditions": false,
|
40 |
+
"in_channels": 4,
|
41 |
+
"layers_per_block": 2,
|
42 |
+
"mid_block_scale_factor": 1,
|
43 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
44 |
+
"norm_eps": 1e-05,
|
45 |
+
"norm_num_groups": 32,
|
46 |
+
"num_attention_heads": null,
|
47 |
+
"num_class_embeds": null,
|
48 |
+
"only_cross_attention": false,
|
49 |
+
"projection_class_embeddings_input_dim": 2816,
|
50 |
+
"resnet_time_scale_shift": "default",
|
51 |
+
"transformer_layers_per_block": [
|
52 |
+
1,
|
53 |
+
2,
|
54 |
+
10
|
55 |
+
],
|
56 |
+
"upcast_attention": null,
|
57 |
+
"use_linear_projection": true
|
58 |
+
}
|
checkpoint-1/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b89a6bc190948085e58fd930044bec35859abff53d1d58ecad3b58642221245f
|
3 |
+
size 5004167864
|
checkpoint-1/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ed0fe0ac24f5268004ff68a76ef0ff6d0cb3ced71a2671cbc44a40691562bfd
|
3 |
+
size 10008840997
|
checkpoint-1/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aec94daae68d292093f838ae520feefc1593d1014f2a4f59d1819a1d96252a85
|
3 |
+
size 14727
|
checkpoint-1/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:909ffc5e40adcfcc03f8fb8e8cc5a6605d5aaa37643bab9d485939a891938ae9
|
3 |
+
size 557
|
checkpoint-1/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:026b72b138078428ecfab6cd6a479ea716d8689d22b44cc84b495f754194aa6f
|
3 |
+
size 563
|
checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5004167864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dae64db3ae9a61cff298492aed6f9f3aed9067950e2c540f4588776e9f92777
|
3 |
size 5004167864
|
checkpoint-1000/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 10008840997
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fcdaa8aad59f10d476024902900915a634af30e3df92809a0f50d451b05b33d
|
3 |
size 10008840997
|
checkpoint-1000/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14663
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49f2105eebeb13183a2292ba83178c53b38d7a5f6fd7736c95a7c10b5e8d0841
|
3 |
size 14663
|
checkpoint-1000/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 563
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:963c3085720a3a3ca1d178559a0f2dc5d5b36fa395a4663f0194bfac4a754038
|
3 |
size 563
|
diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5004167864
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b89a6bc190948085e58fd930044bec35859abff53d1d58ecad3b58642221245f
|
3 |
size 5004167864
|
images_0.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
images_1.png
CHANGED
![]() |
Git LFS Details
|
![]() |
Git LFS Details
|
logs/sd_xl_train_controlnet/1728726226.26597/events.out.tfevents.1728726226.scene-gen-ai-v2-0.7237.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a239d4bf057605f6246c76de8f12d8fb395a6b18c18305660d98b451cc4408a4
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728726226.267622/hparams.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 100
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: alimama-creative/EcomXL_controlnet_inpaint
|
12 |
+
crops_coords_top_left_h: 0
|
13 |
+
crops_coords_top_left_w: 0
|
14 |
+
dataloader_num_workers: 0
|
15 |
+
dataset_config_name: null
|
16 |
+
dataset_name: Brvcket/stable-outpainting-xl-0.1-lights-dataset
|
17 |
+
enable_npu_flash_attention: false
|
18 |
+
enable_xformers_memory_efficient_attention: false
|
19 |
+
gradient_accumulation_steps: 1
|
20 |
+
gradient_checkpointing: false
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
learning_rate: 0.0001
|
25 |
+
logging_dir: logs
|
26 |
+
lr_num_cycles: 1
|
27 |
+
lr_power: 1.0
|
28 |
+
lr_scheduler: constant
|
29 |
+
lr_warmup_steps: 0
|
30 |
+
max_grad_norm: 1.0
|
31 |
+
max_train_samples: null
|
32 |
+
max_train_steps: 1000
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 2
|
35 |
+
num_validation_images: 4
|
36 |
+
output_dir: stable-outpainting-xl-0.2-lights
|
37 |
+
pretrained_model_name_or_path: Brvcket/stable-outpainting-xl-0.1
|
38 |
+
pretrained_vae_model_name_or_path: null
|
39 |
+
proportion_empty_prompts: 0
|
40 |
+
push_to_hub: true
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 1024
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
set_grads_to_none: false
|
48 |
+
tokenizer_name: null
|
49 |
+
tracker_project_name: sd_xl_train_controlnet
|
50 |
+
train_batch_size: 1
|
51 |
+
train_data_dir: null
|
52 |
+
use_8bit_adam: false
|
53 |
+
validation_steps: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728726476.9393518/events.out.tfevents.1728726476.scene-gen-ai-v2-0.7370.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b2edc9779cd36088efe26b242a5c1f143e283e2af900ad12187cb683e8f8002
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728726476.940877/hparams.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 1000
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: alimama-creative/EcomXL_controlnet_inpaint
|
12 |
+
crops_coords_top_left_h: 0
|
13 |
+
crops_coords_top_left_w: 0
|
14 |
+
dataloader_num_workers: 0
|
15 |
+
dataset_config_name: null
|
16 |
+
dataset_name: Brvcket/stable-outpainting-xl-0.1-lights-dataset
|
17 |
+
enable_npu_flash_attention: false
|
18 |
+
enable_xformers_memory_efficient_attention: false
|
19 |
+
gradient_accumulation_steps: 1
|
20 |
+
gradient_checkpointing: false
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
learning_rate: 0.0001
|
25 |
+
logging_dir: logs
|
26 |
+
lr_num_cycles: 1
|
27 |
+
lr_power: 1.0
|
28 |
+
lr_scheduler: constant
|
29 |
+
lr_warmup_steps: 0
|
30 |
+
max_grad_norm: 1.0
|
31 |
+
max_train_samples: null
|
32 |
+
max_train_steps: 1000
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 2
|
35 |
+
num_validation_images: 4
|
36 |
+
output_dir: stable-outpainting-xl-0.2-lights
|
37 |
+
pretrained_model_name_or_path: Brvcket/stable-outpainting-xl-0.1
|
38 |
+
pretrained_vae_model_name_or_path: null
|
39 |
+
proportion_empty_prompts: 0
|
40 |
+
push_to_hub: true
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 1024
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
set_grads_to_none: false
|
48 |
+
tokenizer_name: null
|
49 |
+
tracker_project_name: sd_xl_train_controlnet
|
50 |
+
train_batch_size: 1
|
51 |
+
train_data_dir: null
|
52 |
+
use_8bit_adam: false
|
53 |
+
validation_steps: 1000
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728727760.3089535/events.out.tfevents.1728727760.scene-gen-ai-v2-0.7632.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20feaa63ec4c17fb12914ee519615201071b2a230e1d56d7272bc0f95088c56f
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728727760.3103566/hparams.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 1
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: alimama-creative/EcomXL_controlnet_inpaint
|
12 |
+
crops_coords_top_left_h: 0
|
13 |
+
crops_coords_top_left_w: 0
|
14 |
+
dataloader_num_workers: 0
|
15 |
+
dataset_config_name: null
|
16 |
+
dataset_name: Brvcket/stable-outpainting-xl-0.1-lights-dataset
|
17 |
+
enable_npu_flash_attention: false
|
18 |
+
enable_xformers_memory_efficient_attention: false
|
19 |
+
gradient_accumulation_steps: 1
|
20 |
+
gradient_checkpointing: false
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
learning_rate: 0.0001
|
25 |
+
logging_dir: logs
|
26 |
+
lr_num_cycles: 1
|
27 |
+
lr_power: 1.0
|
28 |
+
lr_scheduler: constant
|
29 |
+
lr_warmup_steps: 0
|
30 |
+
max_grad_norm: 1.0
|
31 |
+
max_train_samples: null
|
32 |
+
max_train_steps: 1
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 1
|
35 |
+
num_validation_images: 4
|
36 |
+
output_dir: stable-outpainting-xl-0.2-lights
|
37 |
+
pretrained_model_name_or_path: Brvcket/stable-outpainting-xl-0.1
|
38 |
+
pretrained_vae_model_name_or_path: null
|
39 |
+
proportion_empty_prompts: 0
|
40 |
+
push_to_hub: true
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 1024
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
set_grads_to_none: false
|
48 |
+
tokenizer_name: null
|
49 |
+
tracker_project_name: sd_xl_train_controlnet
|
50 |
+
train_batch_size: 1
|
51 |
+
train_data_dir: null
|
52 |
+
use_8bit_adam: false
|
53 |
+
validation_steps: 1
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/events.out.tfevents.1728726226.scene-gen-ai-v2-0.7237.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad175fdf6afa3fd375cfc42da9a7fbfe1d8fce43f1ceb9f7628d50b45142fcc7
|
3 |
+
size 8206
|
logs/sd_xl_train_controlnet/events.out.tfevents.1728726476.scene-gen-ai-v2-0.7370.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b572f7762976c7b5bdde4a0759011721d32a41092ba90383e783f2c61d0cc120
|
3 |
+
size 6307111
|
logs/sd_xl_train_controlnet/events.out.tfevents.1728727760.scene-gen-ai-v2-0.7632.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5927e0b3909d94933548ad702f037837ef36a5fb71e46a087db38e2424f21981
|
3 |
+
size 6137664
|