End of training
Browse files- checkpoint-5000/optimizer.bin +3 -0
- checkpoint-5000/random_states_0.pkl +3 -0
- checkpoint-5000/scheduler.bin +3 -0
- checkpoint-5000/unet/config.json +68 -0
- checkpoint-5000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-5000/unet_ema/config.json +75 -0
- checkpoint-5000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- emb_opt.pt +1 -1
- logs/instruct-pix2pix/1731336162.4180496/events.out.tfevents.1731336162.plato2.1713325.1 +3 -0
- logs/instruct-pix2pix/1731336162.4362326/hparams.yml +51 -0
- logs/instruct-pix2pix/1731336258.5292063/events.out.tfevents.1731336258.plato2.1714327.1 +3 -0
- logs/instruct-pix2pix/1731336258.5348928/hparams.yml +51 -0
- logs/instruct-pix2pix/1731342665.2696414/events.out.tfevents.1731342665.plato2.1760295.1 +3 -0
- logs/instruct-pix2pix/1731342665.2754853/hparams.yml +51 -0
- logs/instruct-pix2pix/1731342869.5907567/events.out.tfevents.1731342869.plato2.1761309.1 +3 -0
- logs/instruct-pix2pix/1731342869.5965197/hparams.yml +51 -0
- logs/instruct-pix2pix/1731343149.1233413/events.out.tfevents.1731343149.plato2.1762502.1 +3 -0
- logs/instruct-pix2pix/1731343149.128425/hparams.yml +51 -0
- logs/instruct-pix2pix/events.out.tfevents.1731336162.plato2.1713325.0 +3 -0
- logs/instruct-pix2pix/events.out.tfevents.1731336258.plato2.1714327.0 +3 -0
- logs/instruct-pix2pix/events.out.tfevents.1731342665.plato2.1760295.0 +3 -0
- logs/instruct-pix2pix/events.out.tfevents.1731342869.plato2.1761309.0 +3 -0
- logs/instruct-pix2pix/events.out.tfevents.1731343149.plato2.1762502.0 +3 -0
checkpoint-5000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ef9b2e13381ae11864109581c3d2b1bc6958758c58a3af9e60a0fb1fcb1142c
|
| 3 |
+
size 34654912
|
checkpoint-5000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:031348897863ed417afa2c96bfc6d641c4195637a097b7a1b3a1cfe381f34f56
|
| 3 |
+
size 14864
|
checkpoint-5000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d116214a95aaa2a4fd174bf77c5bfed836eee582c05268ee99b8335bac7d7522
|
| 3 |
+
size 1000
|
checkpoint-5000/unet/config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"_name_or_path": "paint-by-inpaint/add-base",
|
| 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 |
+
"attention_type": "default",
|
| 11 |
+
"block_out_channels": [
|
| 12 |
+
320,
|
| 13 |
+
640,
|
| 14 |
+
1280,
|
| 15 |
+
1280
|
| 16 |
+
],
|
| 17 |
+
"center_input_sample": false,
|
| 18 |
+
"class_embed_type": null,
|
| 19 |
+
"class_embeddings_concat": false,
|
| 20 |
+
"conv_in_kernel": 3,
|
| 21 |
+
"conv_out_kernel": 3,
|
| 22 |
+
"cross_attention_dim": 768,
|
| 23 |
+
"cross_attention_norm": null,
|
| 24 |
+
"down_block_types": [
|
| 25 |
+
"CrossAttnDownBlock2D",
|
| 26 |
+
"CrossAttnDownBlock2D",
|
| 27 |
+
"CrossAttnDownBlock2D",
|
| 28 |
+
"DownBlock2D"
|
| 29 |
+
],
|
| 30 |
+
"downsample_padding": 1,
|
| 31 |
+
"dropout": 0.0,
|
| 32 |
+
"dual_cross_attention": false,
|
| 33 |
+
"encoder_hid_dim": null,
|
| 34 |
+
"encoder_hid_dim_type": null,
|
| 35 |
+
"flip_sin_to_cos": true,
|
| 36 |
+
"freq_shift": 0,
|
| 37 |
+
"in_channels": 8,
|
| 38 |
+
"layers_per_block": 2,
|
| 39 |
+
"mid_block_only_cross_attention": null,
|
| 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 |
+
"out_channels": 4,
|
| 48 |
+
"projection_class_embeddings_input_dim": null,
|
| 49 |
+
"resnet_out_scale_factor": 1.0,
|
| 50 |
+
"resnet_skip_time_act": false,
|
| 51 |
+
"resnet_time_scale_shift": "default",
|
| 52 |
+
"reverse_transformer_layers_per_block": null,
|
| 53 |
+
"sample_size": 64,
|
| 54 |
+
"time_cond_proj_dim": null,
|
| 55 |
+
"time_embedding_act_fn": null,
|
| 56 |
+
"time_embedding_dim": null,
|
| 57 |
+
"time_embedding_type": "positional",
|
| 58 |
+
"timestep_post_act": null,
|
| 59 |
+
"transformer_layers_per_block": 1,
|
| 60 |
+
"up_block_types": [
|
| 61 |
+
"UpBlock2D",
|
| 62 |
+
"CrossAttnUpBlock2D",
|
| 63 |
+
"CrossAttnUpBlock2D",
|
| 64 |
+
"CrossAttnUpBlock2D"
|
| 65 |
+
],
|
| 66 |
+
"upcast_attention": false,
|
| 67 |
+
"use_linear_projection": false
|
| 68 |
+
}
|
checkpoint-5000/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55e4ec43afaad2c9d080db0c1e6936904effa13d015f8c0222c2122a742e606
|
| 3 |
+
size 3438213624
|
checkpoint-5000/unet_ema/config.json
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.30.0.dev0",
|
| 4 |
+
"_name_or_path": "paint-by-inpaint/add-base",
|
| 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 |
+
"attention_type": "default",
|
| 11 |
+
"block_out_channels": [
|
| 12 |
+
320,
|
| 13 |
+
640,
|
| 14 |
+
1280,
|
| 15 |
+
1280
|
| 16 |
+
],
|
| 17 |
+
"center_input_sample": false,
|
| 18 |
+
"class_embed_type": null,
|
| 19 |
+
"class_embeddings_concat": false,
|
| 20 |
+
"conv_in_kernel": 3,
|
| 21 |
+
"conv_out_kernel": 3,
|
| 22 |
+
"cross_attention_dim": 768,
|
| 23 |
+
"cross_attention_norm": null,
|
| 24 |
+
"decay": 0.9999,
|
| 25 |
+
"down_block_types": [
|
| 26 |
+
"CrossAttnDownBlock2D",
|
| 27 |
+
"CrossAttnDownBlock2D",
|
| 28 |
+
"CrossAttnDownBlock2D",
|
| 29 |
+
"DownBlock2D"
|
| 30 |
+
],
|
| 31 |
+
"downsample_padding": 1,
|
| 32 |
+
"dropout": 0.0,
|
| 33 |
+
"dual_cross_attention": false,
|
| 34 |
+
"encoder_hid_dim": null,
|
| 35 |
+
"encoder_hid_dim_type": null,
|
| 36 |
+
"flip_sin_to_cos": true,
|
| 37 |
+
"freq_shift": 0,
|
| 38 |
+
"in_channels": 8,
|
| 39 |
+
"inv_gamma": 1.0,
|
| 40 |
+
"layers_per_block": 2,
|
| 41 |
+
"mid_block_only_cross_attention": null,
|
| 42 |
+
"mid_block_scale_factor": 1,
|
| 43 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 44 |
+
"min_decay": 0.0,
|
| 45 |
+
"norm_eps": 1e-05,
|
| 46 |
+
"norm_num_groups": 32,
|
| 47 |
+
"num_attention_heads": null,
|
| 48 |
+
"num_class_embeds": null,
|
| 49 |
+
"only_cross_attention": false,
|
| 50 |
+
"optimization_step": 5000,
|
| 51 |
+
"out_channels": 4,
|
| 52 |
+
"power": 0.6666666666666666,
|
| 53 |
+
"projection_class_embeddings_input_dim": null,
|
| 54 |
+
"resnet_out_scale_factor": 1.0,
|
| 55 |
+
"resnet_skip_time_act": false,
|
| 56 |
+
"resnet_time_scale_shift": "default",
|
| 57 |
+
"reverse_transformer_layers_per_block": null,
|
| 58 |
+
"sample_size": 64,
|
| 59 |
+
"time_cond_proj_dim": null,
|
| 60 |
+
"time_embedding_act_fn": null,
|
| 61 |
+
"time_embedding_dim": null,
|
| 62 |
+
"time_embedding_type": "positional",
|
| 63 |
+
"timestep_post_act": null,
|
| 64 |
+
"transformer_layers_per_block": 1,
|
| 65 |
+
"up_block_types": [
|
| 66 |
+
"UpBlock2D",
|
| 67 |
+
"CrossAttnUpBlock2D",
|
| 68 |
+
"CrossAttnUpBlock2D",
|
| 69 |
+
"CrossAttnUpBlock2D"
|
| 70 |
+
],
|
| 71 |
+
"upcast_attention": false,
|
| 72 |
+
"update_after_step": 0,
|
| 73 |
+
"use_ema_warmup": false,
|
| 74 |
+
"use_linear_projection": false
|
| 75 |
+
}
|
checkpoint-5000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55e4ec43afaad2c9d080db0c1e6936904effa13d015f8c0222c2122a742e606
|
| 3 |
+
size 3438213624
|
emb_opt.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17326456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c6c4493b4fa2627a9201cf3c7801b69560f14c7cecf80cbe3d8e7a4604d637b
|
| 3 |
size 17326456
|
logs/instruct-pix2pix/1731336162.4180496/events.out.tfevents.1731336162.plato2.1713325.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:691304a7ed4d1a6fb58d50dd44ca35c32491497dcc23880dcb97d03f4f15d4a6
|
| 3 |
+
size 2392
|
logs/instruct-pix2pix/1731336162.4362326/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: Aya168/project_from_PIPE
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: true
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
learning_rate: 5.0e-05
|
| 20 |
+
local_rank: 0
|
| 21 |
+
logging_dir: logs
|
| 22 |
+
lr_scheduler: constant
|
| 23 |
+
lr_warmup_steps: 0
|
| 24 |
+
max_grad_norm: 1.0
|
| 25 |
+
max_train_samples: null
|
| 26 |
+
max_train_steps: 3000
|
| 27 |
+
mixed_precision: 'no'
|
| 28 |
+
non_ema_revision: null
|
| 29 |
+
num_train_epochs: 4
|
| 30 |
+
num_validation_images: 4
|
| 31 |
+
object_image_column: object_image
|
| 32 |
+
original_image_column: original_image
|
| 33 |
+
output_dir: instruct-pix2pix-model
|
| 34 |
+
pretrained_model_name_or_path: ''
|
| 35 |
+
push_to_hub: true
|
| 36 |
+
random_flip: true
|
| 37 |
+
report_to: tensorboard
|
| 38 |
+
resolution: 224
|
| 39 |
+
resume_from_checkpoint: null
|
| 40 |
+
revision: null
|
| 41 |
+
scale_lr: false
|
| 42 |
+
seed: 42
|
| 43 |
+
target_image_column: target_image
|
| 44 |
+
train_batch_size: 4
|
| 45 |
+
train_data_dir: null
|
| 46 |
+
use_8bit_adam: false
|
| 47 |
+
use_ema: true
|
| 48 |
+
val_image_url: null
|
| 49 |
+
val_image_url2: null
|
| 50 |
+
validation_epochs: 1
|
| 51 |
+
variant: null
|
logs/instruct-pix2pix/1731336258.5292063/events.out.tfevents.1731336258.plato2.1714327.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5e9fe7a1f72ca8ee3ca14559fe598a903e7b9f8cf18c285fbf8554bbc2180d8
|
| 3 |
+
size 2392
|
logs/instruct-pix2pix/1731336258.5348928/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: Aya168/project_from_PIPE
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: true
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
learning_rate: 5.0e-05
|
| 20 |
+
local_rank: 0
|
| 21 |
+
logging_dir: logs
|
| 22 |
+
lr_scheduler: constant
|
| 23 |
+
lr_warmup_steps: 0
|
| 24 |
+
max_grad_norm: 1.0
|
| 25 |
+
max_train_samples: null
|
| 26 |
+
max_train_steps: 3000
|
| 27 |
+
mixed_precision: 'no'
|
| 28 |
+
non_ema_revision: null
|
| 29 |
+
num_train_epochs: 4
|
| 30 |
+
num_validation_images: 4
|
| 31 |
+
object_image_column: object_image
|
| 32 |
+
original_image_column: original_image
|
| 33 |
+
output_dir: instruct-pix2pix-model
|
| 34 |
+
pretrained_model_name_or_path: ''
|
| 35 |
+
push_to_hub: true
|
| 36 |
+
random_flip: true
|
| 37 |
+
report_to: tensorboard
|
| 38 |
+
resolution: 224
|
| 39 |
+
resume_from_checkpoint: null
|
| 40 |
+
revision: null
|
| 41 |
+
scale_lr: false
|
| 42 |
+
seed: 42
|
| 43 |
+
target_image_column: target_image
|
| 44 |
+
train_batch_size: 4
|
| 45 |
+
train_data_dir: null
|
| 46 |
+
use_8bit_adam: false
|
| 47 |
+
use_ema: true
|
| 48 |
+
val_image_url: null
|
| 49 |
+
val_image_url2: null
|
| 50 |
+
validation_epochs: 1
|
| 51 |
+
variant: null
|
logs/instruct-pix2pix/1731342665.2696414/events.out.tfevents.1731342665.plato2.1760295.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2760ea07c7a1ea50684d8e917325d9b4b6af6911a316a283c8181fe07ca0b2e5
|
| 3 |
+
size 2392
|
logs/instruct-pix2pix/1731342665.2754853/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: Aya168/project_from_PIPE
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: true
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
learning_rate: 5.0e-05
|
| 20 |
+
local_rank: 0
|
| 21 |
+
logging_dir: logs
|
| 22 |
+
lr_scheduler: constant
|
| 23 |
+
lr_warmup_steps: 0
|
| 24 |
+
max_grad_norm: 1.0
|
| 25 |
+
max_train_samples: null
|
| 26 |
+
max_train_steps: 3000
|
| 27 |
+
mixed_precision: 'no'
|
| 28 |
+
non_ema_revision: null
|
| 29 |
+
num_train_epochs: 4
|
| 30 |
+
num_validation_images: 4
|
| 31 |
+
object_image_column: object_image
|
| 32 |
+
original_image_column: original_image
|
| 33 |
+
output_dir: instruct-pix2pix-model
|
| 34 |
+
pretrained_model_name_or_path: ''
|
| 35 |
+
push_to_hub: true
|
| 36 |
+
random_flip: true
|
| 37 |
+
report_to: tensorboard
|
| 38 |
+
resolution: 224
|
| 39 |
+
resume_from_checkpoint: null
|
| 40 |
+
revision: null
|
| 41 |
+
scale_lr: false
|
| 42 |
+
seed: 42
|
| 43 |
+
target_image_column: target_image
|
| 44 |
+
train_batch_size: 4
|
| 45 |
+
train_data_dir: null
|
| 46 |
+
use_8bit_adam: false
|
| 47 |
+
use_ema: true
|
| 48 |
+
val_image_url: null
|
| 49 |
+
val_image_url2: null
|
| 50 |
+
validation_epochs: 1
|
| 51 |
+
variant: null
|
logs/instruct-pix2pix/1731342869.5907567/events.out.tfevents.1731342869.plato2.1761309.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:709adb20e325a3d86e6d84bba2d85a0de733a5e64a39b94a2ae965ad94444171
|
| 3 |
+
size 2392
|
logs/instruct-pix2pix/1731342869.5965197/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: Aya168/project_from_PIPE
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: true
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
learning_rate: 0.0001
|
| 20 |
+
local_rank: 0
|
| 21 |
+
logging_dir: logs
|
| 22 |
+
lr_scheduler: constant
|
| 23 |
+
lr_warmup_steps: 0
|
| 24 |
+
max_grad_norm: 1.0
|
| 25 |
+
max_train_samples: null
|
| 26 |
+
max_train_steps: 2000
|
| 27 |
+
mixed_precision: 'no'
|
| 28 |
+
non_ema_revision: null
|
| 29 |
+
num_train_epochs: 3
|
| 30 |
+
num_validation_images: 4
|
| 31 |
+
object_image_column: object_image
|
| 32 |
+
original_image_column: original_image
|
| 33 |
+
output_dir: instruct-pix2pix-model
|
| 34 |
+
pretrained_model_name_or_path: ''
|
| 35 |
+
push_to_hub: true
|
| 36 |
+
random_flip: true
|
| 37 |
+
report_to: tensorboard
|
| 38 |
+
resolution: 224
|
| 39 |
+
resume_from_checkpoint: null
|
| 40 |
+
revision: null
|
| 41 |
+
scale_lr: false
|
| 42 |
+
seed: 42
|
| 43 |
+
target_image_column: target_image
|
| 44 |
+
train_batch_size: 4
|
| 45 |
+
train_data_dir: null
|
| 46 |
+
use_8bit_adam: false
|
| 47 |
+
use_ema: true
|
| 48 |
+
val_image_url: null
|
| 49 |
+
val_image_url2: null
|
| 50 |
+
validation_epochs: 1
|
| 51 |
+
variant: null
|
logs/instruct-pix2pix/1731343149.1233413/events.out.tfevents.1731343149.plato2.1762502.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb6e16ab642a3d0e4a0a48215566df18c68de6d55434fbb196fbbcd5790dc851
|
| 3 |
+
size 2392
|
logs/instruct-pix2pix/1731343149.128425/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: Aya168/project_from_PIPE
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: true
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
learning_rate: 5.0e-05
|
| 20 |
+
local_rank: 0
|
| 21 |
+
logging_dir: logs
|
| 22 |
+
lr_scheduler: constant
|
| 23 |
+
lr_warmup_steps: 0
|
| 24 |
+
max_grad_norm: 1.0
|
| 25 |
+
max_train_samples: null
|
| 26 |
+
max_train_steps: 5000
|
| 27 |
+
mixed_precision: 'no'
|
| 28 |
+
non_ema_revision: null
|
| 29 |
+
num_train_epochs: 6
|
| 30 |
+
num_validation_images: 4
|
| 31 |
+
object_image_column: object_image
|
| 32 |
+
original_image_column: original_image
|
| 33 |
+
output_dir: instruct-pix2pix-model
|
| 34 |
+
pretrained_model_name_or_path: ''
|
| 35 |
+
push_to_hub: true
|
| 36 |
+
random_flip: true
|
| 37 |
+
report_to: tensorboard
|
| 38 |
+
resolution: 224
|
| 39 |
+
resume_from_checkpoint: null
|
| 40 |
+
revision: null
|
| 41 |
+
scale_lr: false
|
| 42 |
+
seed: 42
|
| 43 |
+
target_image_column: target_image
|
| 44 |
+
train_batch_size: 4
|
| 45 |
+
train_data_dir: null
|
| 46 |
+
use_8bit_adam: false
|
| 47 |
+
use_ema: true
|
| 48 |
+
val_image_url: null
|
| 49 |
+
val_image_url2: null
|
| 50 |
+
validation_epochs: 1
|
| 51 |
+
variant: null
|
logs/instruct-pix2pix/events.out.tfevents.1731336162.plato2.1713325.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d184782ef5449a8748fe6d775eaaed9b4a6db7a5c87499ef6e732ba83338ee16
|
| 3 |
+
size 280
|
logs/instruct-pix2pix/events.out.tfevents.1731336258.plato2.1714327.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4af8ec58f88869172e5dac2a7b7a26cf30272394e32a6492f5e4e6b54d36399d
|
| 3 |
+
size 122510
|
logs/instruct-pix2pix/events.out.tfevents.1731342665.plato2.1760295.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebaf5eb51cc60f9ed630368054e31e127dd26feeae016db5c3694684473bdd6f
|
| 3 |
+
size 2152
|
logs/instruct-pix2pix/events.out.tfevents.1731342869.plato2.1761309.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6b686f3b12ad744eab69b8a17d12c37c31b336152df6b14c801fc579fb4a9e4
|
| 3 |
+
size 1528
|
logs/instruct-pix2pix/events.out.tfevents.1731343149.plato2.1762502.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92c15a1c548a672da667982cacb0a8f3b09894772e1340f88e2d6fbc5364b018
|
| 3 |
+
size 244961
|