End of training
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +3 -0
- .ipynb_checkpoints/image_control-checkpoint.png +0 -0
- .ipynb_checkpoints/images_0-checkpoint.png +3 -0
- .ipynb_checkpoints/images_1-checkpoint.png +3 -0
- README.md +45 -0
- checkpoint-1000/controlnet/config.json +58 -0
- checkpoint-1000/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-500/controlnet/config.json +58 -0
- checkpoint-500/controlnet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- config.json +58 -0
- diffusion_pytorch_model.safetensors +3 -0
- image_control.png +0 -0
- images_0.png +0 -0
- images_1.png +3 -0
- logs/sd_xl_train_controlnet/1727972692.2120647/events.out.tfevents.1727972692.scene-gen-ai-v2-0.29308.1 +3 -0
- logs/sd_xl_train_controlnet/1727972692.2136364/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727983545.0061746/events.out.tfevents.1727983545.scene-gen-ai-v2-0.30493.1 +3 -0
- logs/sd_xl_train_controlnet/1727983545.007921/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727985550.92881/events.out.tfevents.1727985550.scene-gen-ai-v2-0.31223.1 +3 -0
- logs/sd_xl_train_controlnet/1727985550.9304338/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727990537.828255/events.out.tfevents.1727990537.scene-gen-ai-v2-0.32580.1 +3 -0
- logs/sd_xl_train_controlnet/1727990537.8294578/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727990653.6813502/events.out.tfevents.1727990653.scene-gen-ai-v2-0.32679.1 +3 -0
- logs/sd_xl_train_controlnet/1727990653.6831186/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727991406.5658562/events.out.tfevents.1727991406.scene-gen-ai-v2-0.32885.1 +3 -0
- logs/sd_xl_train_controlnet/1727991406.5673487/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727991580.112999/events.out.tfevents.1727991580.scene-gen-ai-v2-0.32963.1 +3 -0
- logs/sd_xl_train_controlnet/1727991580.1144502/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1727991943.8021307/events.out.tfevents.1727991943.scene-gen-ai-v2-0.33135.1 +3 -0
- logs/sd_xl_train_controlnet/1727991943.8039038/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728579625.282206/events.out.tfevents.1728579625.scene-gen-ai-v2-0.368.1 +3 -0
- logs/sd_xl_train_controlnet/1728579625.2839453/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728580173.6914768/events.out.tfevents.1728580173.scene-gen-ai-v2-0.705.1 +3 -0
- logs/sd_xl_train_controlnet/1728580173.692821/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728580661.965666/events.out.tfevents.1728580661.scene-gen-ai-v2-0.890.1 +3 -0
- logs/sd_xl_train_controlnet/1728580661.9924695/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/1728580736.8817966/events.out.tfevents.1728580736.scene-gen-ai-v2-0.975.1 +3 -0
- logs/sd_xl_train_controlnet/1728580736.8920856/hparams.yml +54 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1727972692.scene-gen-ai-v2-0.29308.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1727983545.scene-gen-ai-v2-0.30493.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1727985550.scene-gen-ai-v2-0.31223.0 +3 -0
- logs/sd_xl_train_controlnet/events.out.tfevents.1727990537.scene-gen-ai-v2-0.32580.0 +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* 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
|
.ipynb_checkpoints/image_control-checkpoint.png
ADDED
.ipynb_checkpoints/images_0-checkpoint.png
ADDED
Git LFS Details
|
.ipynb_checkpoints/images_1-checkpoint.png
ADDED
Git LFS Details
|
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Brvcket/stable-outpainting-xl-0.1
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
tags:
|
6 |
+
- stable-diffusion-xl
|
7 |
+
- stable-diffusion-xl-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- controlnet
|
11 |
+
- diffusers-training
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
|
19 |
+
# controlnet-Brvcket/stable-outpainting-xl-0.2-lights
|
20 |
+
|
21 |
+
These are controlnet weights trained on Brvcket/stable-outpainting-xl-0.1 with new type of conditioning.
|
22 |
+
You can find some example images below.
|
23 |
+
|
24 |
+
prompt: A photo of interior lighting
|
25 |
+
![images_0)](./images_0.png)
|
26 |
+
prompt: A photo of interior lighting
|
27 |
+
![images_1)](./images_1.png)
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
|
33 |
+
#### How to use
|
34 |
+
|
35 |
+
```python
|
36 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
37 |
+
```
|
38 |
+
|
39 |
+
#### Limitations and bias
|
40 |
+
|
41 |
+
[TODO: provide examples of latent issues and potential remediations]
|
42 |
+
|
43 |
+
## Training details
|
44 |
+
|
45 |
+
[TODO: describe the data used to train the model]
|
checkpoint-1000/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-1000/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03c558e155a3716ddd99ea4f61f5219132befc15ea72a7bce4f85ee6fa75e521
|
3 |
+
size 5004167864
|
checkpoint-1000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b56c9a74bb87393cc2b0eb277c2b4b42dab0bf4b49d7893122dc9138123243e1
|
3 |
+
size 10008840997
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f0176eaa158043c0a7f5e5c187df16f2aa40dd8fe7ad5cc01256aadeb4c13ff
|
3 |
+
size 14663
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
3 |
+
size 557
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fac7af3fd7312d76bf14b0c6abe57d6e6949e5ee5ac13dc954c21f70ca6395e
|
3 |
+
size 563
|
checkpoint-500/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-500/controlnet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c12cac730adfab130aa25417119ed85113e7b5e98300f2ecc61171850a0014
|
3 |
+
size 5004167864
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8b9962c328fd4dccfabf2b347028080d830473510fc2c7dcc0610c0e51d9caf
|
3 |
+
size 10008840997
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d6206163a57e0802bd1a54e580aa8b6bd94b22b025d7fd6f7fe26adbbda0feb
|
3 |
+
size 14663
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
|
3 |
+
size 557
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bab5172848b9c7e18e2d61790eecd52e8a7b885a531d8ebec188ae2175bd0f9
|
3 |
+
size 563
|
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 |
+
}
|
diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03c558e155a3716ddd99ea4f61f5219132befc15ea72a7bce4f85ee6fa75e521
|
3 |
+
size 5004167864
|
image_control.png
ADDED
images_0.png
ADDED
images_1.png
ADDED
Git LFS Details
|
logs/sd_xl_train_controlnet/1727972692.2120647/events.out.tfevents.1727972692.scene-gen-ai-v2-0.29308.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3ca4be0117f8a26ca4fdf072265a662fbbc0fd6a3715084176931a7e75bc854
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727972692.2136364/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 10000
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 11
|
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/1727983545.0061746/events.out.tfevents.1727983545.scene-gen-ai-v2-0.30493.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7f40bf136a2c529983961693787494c8ffc11d272b2035449b1e2fafdc201e2
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727983545.007921/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 10000
|
33 |
+
mixed_precision: fp16
|
34 |
+
num_train_epochs: 11
|
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/1727985550.92881/events.out.tfevents.1727985550.scene-gen-ai-v2-0.31223.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b26a97ffcf4afe5613650b284682a13e8fd5083b4457eeda61f2415fcf852231
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727985550.9304338/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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/1727990537.828255/events.out.tfevents.1727990537.scene-gen-ai-v2-0.32580.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94dbdc92d0c9feeaef65b8b94855570d0bdd398bc4f3fbefed94a214dd73bd17
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727990537.8294578/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1727990653.6813502/events.out.tfevents.1727990653.scene-gen-ai-v2-0.32679.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b21da25ba399df72916aa091c268f2d7acde3fe21532370896c1a96669f8ce13
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727990653.6831186/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1727991406.5658562/events.out.tfevents.1727991406.scene-gen-ai-v2-0.32885.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84db62b91b058d0cc579167092cfaa16e8a8e4ced7adeadedd6c647bdf69423d
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727991406.5673487/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1727991580.112999/events.out.tfevents.1727991580.scene-gen-ai-v2-0.32963.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66bc65ff73eaefd24ca1748e72e299733fa6b98ee3573cc0e9d3098a036104a6
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727991580.1144502/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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: 1.0e-06
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1727991943.8021307/events.out.tfevents.1727991943.scene-gen-ai-v2-0.33135.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e43dae64a1972c421b38197d56518a946e2a704c567f3512e0792a6a194c449e
|
3 |
+
size 2594
|
logs/sd_xl_train_controlnet/1727991943.8039038/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: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
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.0
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728579625.282206/events.out.tfevents.1728579625.scene-gen-ai-v2-0.368.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13d14d2177dc5c5e542b6c3f4d73f27c5fe641d5e7bd78a029bcff486c018878
|
3 |
+
size 2715
|
logs/sd_xl_train_controlnet/1728579625.2839453/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: 500
|
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.0
|
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: stabilityai/stable-diffusion-xl-base-1.0
|
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/1728580173.6914768/events.out.tfevents.1728580173.scene-gen-ai-v2-0.705.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fbc5748b48b8db31430ccf8304127507ab812911f297f060abe9aaab4c14d73e
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728580173.692821/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: 500
|
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.0
|
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: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728580661.965666/events.out.tfevents.1728580661.scene-gen-ai-v2-0.890.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79970f39c48f064e45d736fe3664642224b4107de9d19b6a49a8b608571dbe9b
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728580661.9924695/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: 500
|
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.0
|
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: 1000
|
51 |
+
train_data_dir: null
|
52 |
+
use_8bit_adam: false
|
53 |
+
validation_steps: 100
|
54 |
+
variant: null
|
logs/sd_xl_train_controlnet/1728580736.8817966/events.out.tfevents.1728580736.scene-gen-ai-v2-0.975.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f44ed6fbec571f93a74e98f2426b5a79707e9c3faeb6b9a4a35e608e546e39c7
|
3 |
+
size 2708
|
logs/sd_xl_train_controlnet/1728580736.8920856/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: 500
|
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.0
|
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/events.out.tfevents.1727972692.scene-gen-ai-v2-0.29308.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20f073644e17a516f0812450196fd7d1ed35c52f81527e20b31a1aca5b7115c2
|
3 |
+
size 335119
|
logs/sd_xl_train_controlnet/events.out.tfevents.1727983545.scene-gen-ai-v2-0.30493.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a56133f70e3e1484f665252bad2e7e1fb2f22e7a8879a030ba77b31799745a0
|
3 |
+
size 254731
|
logs/sd_xl_train_controlnet/events.out.tfevents.1727985550.scene-gen-ai-v2-0.31223.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b9a021e5114faa6f7c1cb5c1acab419e3d0d240c674f99350e8e807f38feb44
|
3 |
+
size 5853358
|
logs/sd_xl_train_controlnet/events.out.tfevents.1727990537.scene-gen-ai-v2-0.32580.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26e78679111d54d93dd57d7ae7c9c2bd22b5c31d80436db34f9741c7d6c1a91c
|
3 |
+
size 170
|