End of training
Browse files- .gitattributes +1 -0
- README.md +6 -0
- checkpoint-100/controlnet/config.json +58 -0
- checkpoint-100/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.bin +3 -0
- diffusion_pytorch_model.safetensors +1 -1
- images_0.png +0 -0
- images_1.png +2 -2
- logs/sd_xl_train_controlnet/1728724594.1859407/events.out.tfevents.1728724594.scene-gen-ai-v2-0.6883.1 +3 -0
- logs/sd_xl_train_controlnet/1728724594.1874444/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728724952.2246723/events.out.tfevents.1728724952.scene-gen-ai-v2-0.7041.1 +3 -0
- logs/sd_xl_train_controlnet/1728724952.2262218/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1728724594.scene-gen-ai-v2-0.6883.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1728724952.scene-gen-ai-v2-0.7041.0 +3 -0
.gitattributes
CHANGED
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
36 |
.ipynb_checkpoints/images_0-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
37 |
.ipynb_checkpoints/images_1-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
38 |
images_1.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
36 |
.ipynb_checkpoints/images_0-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
37 |
.ipynb_checkpoints/images_1-checkpoint.png filter=lfs diff=lfs merge=lfs -text
|
38 |
images_1.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images_0.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -9,6 +9,12 @@ tags:
|
|
9 |
- diffusers
|
10 |
- controlnet
|
11 |
- diffusers-training
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
inference: true
|
13 |
---
|
14 |
|
|
|
9 |
- diffusers
|
10 |
- controlnet
|
11 |
- diffusers-training
|
12 |
+
- stable-diffusion-xl
|
13 |
+
- stable-diffusion-xl-diffusers
|
14 |
+
- text-to-image
|
15 |
+
- diffusers
|
16 |
+
- controlnet
|
17 |
+
- diffusers-training
|
18 |
inference: true
|
19 |
---
|
20 |
|
checkpoint-100/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-100/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91eb854951073ddd9fcf606b13c9d4b723ab2106be3c9d6ce5e2a0060ff871d3
|
3 |
+
size 5004167864
|
checkpoint-100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:372dd64ca8e67f0b91bc5d135ac1f2d058cc8c1751f51ed27af78a6947c83f0a
|
3 |
+
size 10008840997
|
checkpoint-100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b51f10383e79e85d46fe459ed79ade6384233611fc67c7fc0521566ce97d2de3
|
3 |
+
size 14663
|
checkpoint-100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa44e8523f62833816d29aa6c576eaa7783e3bbdb3e132e248b1d8aaee6132b
|
3 |
+
size 557
|
checkpoint-100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:906bdd391189fd16d3160fd1e198eb53687dae580f930cf3f64365609fd5f606
|
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:91eb854951073ddd9fcf606b13c9d4b723ab2106be3c9d6ce5e2a0060ff871d3
|
3 |
size 5004167864
|
images_0.png
CHANGED
Git LFS Details
|
images_1.png
CHANGED
Git LFS Details
|
Git LFS Details
|
logs/sd_xl_train_controlnet/1728724594.1859407/events.out.tfevents.1728724594.scene-gen-ai-v2-0.6883.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:554b01d1842a6368c98bff8f64d25ab1b8abe9a416733c67b69969ef7d12c81f
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728724594.1874444/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: 2000
|
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: 4000
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 5
|
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: 2000
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728724952.2246723/events.out.tfevents.1728724952.scene-gen-ai-v2-0.7041.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64af3e040bdb3b60133756ea2500f1d642d9e9fedd54a9bb45c5f7ab9f12e705
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728724952.2262218/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: 100
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/events.out.tfevents.1728724594.scene-gen-ai-v2-0.6883.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26ea92ffde40f51b0da6fc59b6ffa3734068b0747f2365a7e460ebb1410e5347
|
3 |
+
size 27050
|
logs/sd_xl_train_controlnet/events.out.tfevents.1728724952.scene-gen-ai-v2-0.7041.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79ce17fa0da3dcc99d94f22530a723e1e8e28d8cd3d6d636a072831926676119
|
3 |
+
size 6280610
|