End of training
Browse files- checkpoint-10000/optimizer.bin +3 -0
- checkpoint-10000/random_states_0.pkl +3 -0
- checkpoint-10000/scheduler.bin +3 -0
- checkpoint-10000/unet/config.json +73 -0
- checkpoint-10000/unet/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
- checkpoint-10000/unet/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
- checkpoint-10000/unet/diffusion_pytorch_model.safetensors.index.json +0 -0
- logs/instruct-pix2pix-xl/1739898084.013507/events.out.tfevents.1739898084.DESKTOP-FG95EGE.16268.1 +3 -0
- logs/instruct-pix2pix-xl/1739898084.0145066/hparams.yml +55 -0
- logs/instruct-pix2pix-xl/events.out.tfevents.1739898084.DESKTOP-FG95EGE.16268.0 +3 -0
- unet/diffusion_pytorch_model-00001-of-00002.safetensors +1 -1
- unet/diffusion_pytorch_model-00002-of-00002.safetensors +1 -1
checkpoint-10000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:770df1c0bc0a175224cddf11300e789d0f4520cf31b3355eb5d1066d422acb1a
|
3 |
+
size 20541266058
|
checkpoint-10000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e2eb362d05ce5ceababd8667505d5363bd627137472fb0ae67860c09662647a
|
3 |
+
size 14408
|
checkpoint-10000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4b1fb6761cd0d9f5cf03ecdc776c5fc7bc3a27a3ed1c744705745538a25e6e5
|
3 |
+
size 1000
|
checkpoint-10000/unet/config.json
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
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 |
+
"attention_type": "default",
|
15 |
+
"block_out_channels": [
|
16 |
+
320,
|
17 |
+
640,
|
18 |
+
1280
|
19 |
+
],
|
20 |
+
"center_input_sample": false,
|
21 |
+
"class_embed_type": null,
|
22 |
+
"class_embeddings_concat": false,
|
23 |
+
"conv_in_kernel": 3,
|
24 |
+
"conv_out_kernel": 3,
|
25 |
+
"cross_attention_dim": 2048,
|
26 |
+
"cross_attention_norm": null,
|
27 |
+
"down_block_types": [
|
28 |
+
"DownBlock2D",
|
29 |
+
"CrossAttnDownBlock2D",
|
30 |
+
"CrossAttnDownBlock2D"
|
31 |
+
],
|
32 |
+
"downsample_padding": 1,
|
33 |
+
"dropout": 0.0,
|
34 |
+
"dual_cross_attention": false,
|
35 |
+
"encoder_hid_dim": null,
|
36 |
+
"encoder_hid_dim_type": null,
|
37 |
+
"flip_sin_to_cos": true,
|
38 |
+
"freq_shift": 0,
|
39 |
+
"in_channels": 8,
|
40 |
+
"layers_per_block": 2,
|
41 |
+
"mid_block_only_cross_attention": null,
|
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 |
+
"out_channels": 4,
|
50 |
+
"projection_class_embeddings_input_dim": 2816,
|
51 |
+
"resnet_out_scale_factor": 1.0,
|
52 |
+
"resnet_skip_time_act": false,
|
53 |
+
"resnet_time_scale_shift": "default",
|
54 |
+
"reverse_transformer_layers_per_block": null,
|
55 |
+
"sample_size": 128,
|
56 |
+
"time_cond_proj_dim": null,
|
57 |
+
"time_embedding_act_fn": null,
|
58 |
+
"time_embedding_dim": null,
|
59 |
+
"time_embedding_type": "positional",
|
60 |
+
"timestep_post_act": null,
|
61 |
+
"transformer_layers_per_block": [
|
62 |
+
1,
|
63 |
+
2,
|
64 |
+
10
|
65 |
+
],
|
66 |
+
"up_block_types": [
|
67 |
+
"CrossAttnUpBlock2D",
|
68 |
+
"CrossAttnUpBlock2D",
|
69 |
+
"UpBlock2D"
|
70 |
+
],
|
71 |
+
"upcast_attention": null,
|
72 |
+
"use_linear_projection": true
|
73 |
+
}
|
checkpoint-10000/unet/diffusion_pytorch_model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a254aecf19cd04da3be9be84cac018d6c68519abdf8de4928e2502df2f6b600
|
3 |
+
size 9988185240
|
checkpoint-10000/unet/diffusion_pytorch_model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06849e29a69b61b6382b2a9d0e1eca23bf2db34e42fa075fbbea5dcaa304e20e
|
3 |
+
size 281938304
|
checkpoint-10000/unet/diffusion_pytorch_model.safetensors.index.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
logs/instruct-pix2pix-xl/1739898084.013507/events.out.tfevents.1739898084.DESKTOP-FG95EGE.16268.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd9c0348f6f75d1d5e0e4c84c30a4247567f2f3f37ef421776a4be3aed110808
|
3 |
+
size 2552
|
logs/instruct-pix2pix-xl/1739898084.0145066/hparams.yml
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
center_crop: false
|
8 |
+
checkpointing_steps: 5000
|
9 |
+
checkpoints_total_limit: 1
|
10 |
+
conditioning_dropout_prob: 0.05
|
11 |
+
crops_coords_top_left_h: 0
|
12 |
+
crops_coords_top_left_w: 0
|
13 |
+
dataloader_num_workers: 0
|
14 |
+
dataset_config_name: null
|
15 |
+
dataset_name: dataset/metadata.csv
|
16 |
+
edit_prompt_column: edit_prompt
|
17 |
+
edited_image_column: edited_image
|
18 |
+
enable_xformers_memory_efficient_attention: true
|
19 |
+
gradient_accumulation_steps: 4
|
20 |
+
gradient_checkpointing: true
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
learning_rate: 5.0e-05
|
24 |
+
local_rank: -1
|
25 |
+
logging_dir: logs
|
26 |
+
lr_scheduler: constant
|
27 |
+
lr_warmup_steps: 0
|
28 |
+
max_grad_norm: 1.0
|
29 |
+
max_train_samples: null
|
30 |
+
max_train_steps: 10000
|
31 |
+
mixed_precision: null
|
32 |
+
non_ema_revision: null
|
33 |
+
num_train_epochs: 527
|
34 |
+
num_validation_images: 4
|
35 |
+
original_image_column: input_image
|
36 |
+
output_dir: instruct-pix2pix-model
|
37 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
38 |
+
pretrained_vae_model_name_or_path: null
|
39 |
+
push_to_hub: true
|
40 |
+
random_flip: true
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 256
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: 42
|
47 |
+
train_batch_size: 4
|
48 |
+
train_data_dir: null
|
49 |
+
use_8bit_adam: false
|
50 |
+
use_ema: false
|
51 |
+
vae_precision: fp32
|
52 |
+
val_image_url_or_path: null
|
53 |
+
validation_prompt: null
|
54 |
+
validation_steps: 100
|
55 |
+
variant: null
|
logs/instruct-pix2pix-xl/events.out.tfevents.1739898084.DESKTOP-FG95EGE.16268.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1db5943d611401c215d8d0c7897319a0529385bf882033ec008d94af685eb7d3
|
3 |
+
size 489961
|
unet/diffusion_pytorch_model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9988185240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a254aecf19cd04da3be9be84cac018d6c68519abdf8de4928e2502df2f6b600
|
3 |
size 9988185240
|
unet/diffusion_pytorch_model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281938304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06849e29a69b61b6382b2a9d0e1eca23bf2db34e42fa075fbbea5dcaa304e20e
|
3 |
size 281938304
|