End of training
Browse files- logs/dreambooth/1693988673.2148185/events.out.tfevents.1693988673.hpclab-eda-preetham-pod1-1690778835.528617.1 +3 -0
- logs/dreambooth/1693988673.6175346/hparams.yml +58 -0
- logs/dreambooth/1694155093.5463095/events.out.tfevents.1694155093.hpclab-eda-preetham-pod1-1690778835.611217.1 +3 -0
- logs/dreambooth/1694155093.6228888/hparams.yml +58 -0
- logs/dreambooth/events.out.tfevents.1693988673.hpclab-eda-preetham-pod1-1690778835.528617.0 +3 -0
- logs/dreambooth/events.out.tfevents.1694155093.hpclab-eda-preetham-pod1-1690778835.611217.0 +3 -0
- safety_checker/config.json +17 -4
- text_encoder/config.json +1 -1
- tokenizer/tokenizer_config.json +2 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
logs/dreambooth/1693988673.2148185/events.out.tfevents.1693988673.hpclab-eda-preetham-pod1-1690778835.528617.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:556bd42a6747614a5f8499f3b7fd2c4ef732a29c36ef356122b19bbf1f7206eb
|
| 3 |
+
size 2658
|
logs/dreambooth/1693988673.6175346/hparams.yml
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
center_crop: false
|
| 7 |
+
checkpointing_steps: 500
|
| 8 |
+
checkpoints_total_limit: null
|
| 9 |
+
class_data_dir: null
|
| 10 |
+
class_labels_conditioning: null
|
| 11 |
+
class_prompt: null
|
| 12 |
+
dataloader_num_workers: 0
|
| 13 |
+
enable_xformers_memory_efficient_attention: false
|
| 14 |
+
gradient_accumulation_steps: 1
|
| 15 |
+
gradient_checkpointing: false
|
| 16 |
+
hub_model_id: null
|
| 17 |
+
hub_token: null
|
| 18 |
+
instance_data_dir: dog
|
| 19 |
+
instance_prompt: a photo of sks dog
|
| 20 |
+
learning_rate: 5.0e-06
|
| 21 |
+
local_rank: -1
|
| 22 |
+
logging_dir: logs
|
| 23 |
+
lr_num_cycles: 1
|
| 24 |
+
lr_power: 1.0
|
| 25 |
+
lr_scheduler: constant
|
| 26 |
+
lr_warmup_steps: 0
|
| 27 |
+
max_grad_norm: 1.0
|
| 28 |
+
max_train_steps: 400
|
| 29 |
+
mixed_precision: null
|
| 30 |
+
num_class_images: 100
|
| 31 |
+
num_train_epochs: 80
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
offset_noise: false
|
| 34 |
+
output_dir: doggy
|
| 35 |
+
pre_compute_text_embeddings: false
|
| 36 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
| 37 |
+
prior_generation_precision: null
|
| 38 |
+
prior_loss_weight: 1.0
|
| 39 |
+
push_to_hub: true
|
| 40 |
+
report_to: tensorboard
|
| 41 |
+
resolution: 512
|
| 42 |
+
resume_from_checkpoint: null
|
| 43 |
+
revision: null
|
| 44 |
+
sample_batch_size: 4
|
| 45 |
+
scale_lr: false
|
| 46 |
+
seed: null
|
| 47 |
+
set_grads_to_none: false
|
| 48 |
+
skip_save_text_encoder: false
|
| 49 |
+
text_encoder_use_attention_mask: false
|
| 50 |
+
tokenizer_max_length: null
|
| 51 |
+
tokenizer_name: null
|
| 52 |
+
train_batch_size: 1
|
| 53 |
+
train_text_encoder: false
|
| 54 |
+
use_8bit_adam: false
|
| 55 |
+
validation_images: null
|
| 56 |
+
validation_prompt: null
|
| 57 |
+
validation_steps: 100
|
| 58 |
+
with_prior_preservation: false
|
logs/dreambooth/1694155093.5463095/events.out.tfevents.1694155093.hpclab-eda-preetham-pod1-1690778835.611217.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:447b96d7bc06029f979db84eb05c01299d68bcadac63912fb8148d2b01cb6e77
|
| 3 |
+
size 2658
|
logs/dreambooth/1694155093.6228888/hparams.yml
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
center_crop: false
|
| 7 |
+
checkpointing_steps: 500
|
| 8 |
+
checkpoints_total_limit: null
|
| 9 |
+
class_data_dir: null
|
| 10 |
+
class_labels_conditioning: null
|
| 11 |
+
class_prompt: null
|
| 12 |
+
dataloader_num_workers: 0
|
| 13 |
+
enable_xformers_memory_efficient_attention: false
|
| 14 |
+
gradient_accumulation_steps: 1
|
| 15 |
+
gradient_checkpointing: false
|
| 16 |
+
hub_model_id: null
|
| 17 |
+
hub_token: null
|
| 18 |
+
instance_data_dir: dog
|
| 19 |
+
instance_prompt: a photo of sks dog
|
| 20 |
+
learning_rate: 5.0e-06
|
| 21 |
+
local_rank: -1
|
| 22 |
+
logging_dir: logs
|
| 23 |
+
lr_num_cycles: 1
|
| 24 |
+
lr_power: 1.0
|
| 25 |
+
lr_scheduler: constant
|
| 26 |
+
lr_warmup_steps: 0
|
| 27 |
+
max_grad_norm: 1.0
|
| 28 |
+
max_train_steps: 400
|
| 29 |
+
mixed_precision: null
|
| 30 |
+
num_class_images: 100
|
| 31 |
+
num_train_epochs: 80
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
offset_noise: false
|
| 34 |
+
output_dir: doggy
|
| 35 |
+
pre_compute_text_embeddings: false
|
| 36 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
| 37 |
+
prior_generation_precision: null
|
| 38 |
+
prior_loss_weight: 1.0
|
| 39 |
+
push_to_hub: true
|
| 40 |
+
report_to: tensorboard
|
| 41 |
+
resolution: 512
|
| 42 |
+
resume_from_checkpoint: null
|
| 43 |
+
revision: null
|
| 44 |
+
sample_batch_size: 4
|
| 45 |
+
scale_lr: false
|
| 46 |
+
seed: null
|
| 47 |
+
set_grads_to_none: false
|
| 48 |
+
skip_save_text_encoder: false
|
| 49 |
+
text_encoder_use_attention_mask: false
|
| 50 |
+
tokenizer_max_length: null
|
| 51 |
+
tokenizer_name: null
|
| 52 |
+
train_batch_size: 1
|
| 53 |
+
train_text_encoder: false
|
| 54 |
+
use_8bit_adam: false
|
| 55 |
+
validation_images: null
|
| 56 |
+
validation_prompt: null
|
| 57 |
+
validation_steps: 100
|
| 58 |
+
with_prior_preservation: false
|
logs/dreambooth/events.out.tfevents.1693988673.hpclab-eda-preetham-pod1-1690778835.528617.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06d2a172aded34995cb040e1179e2b73d78b290acfc25964b59458f897ad36b2
|
| 3 |
+
size 33434
|
logs/dreambooth/events.out.tfevents.1694155093.hpclab-eda-preetham-pod1-1690778835.611217.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:608e78a7b3e5b63e0e76df74dfc0270ac45d5cbdd970111166bf67ecf19b4a72
|
| 3 |
+
size 33434
|
safety_checker/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"_commit_hash": "
|
| 3 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/
|
| 4 |
"architectures": [
|
| 5 |
"StableDiffusionSafetyChecker"
|
| 6 |
],
|
|
@@ -80,11 +80,17 @@
|
|
| 80 |
"top_p": 1.0,
|
| 81 |
"torch_dtype": null,
|
| 82 |
"torchscript": false,
|
| 83 |
-
"transformers_version": "4.
|
| 84 |
"typical_p": 1.0,
|
| 85 |
"use_bfloat16": false,
|
| 86 |
"vocab_size": 49408
|
| 87 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
"torch_dtype": "float32",
|
| 89 |
"transformers_version": null,
|
| 90 |
"vision_config": {
|
|
@@ -161,8 +167,15 @@
|
|
| 161 |
"top_p": 1.0,
|
| 162 |
"torch_dtype": null,
|
| 163 |
"torchscript": false,
|
| 164 |
-
"transformers_version": "4.
|
| 165 |
"typical_p": 1.0,
|
| 166 |
"use_bfloat16": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
}
|
| 168 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_commit_hash": "133a221b8aa7292a167afc5127cb63fb5005638b",
|
| 3 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/safety_checker",
|
| 4 |
"architectures": [
|
| 5 |
"StableDiffusionSafetyChecker"
|
| 6 |
],
|
|
|
|
| 80 |
"top_p": 1.0,
|
| 81 |
"torch_dtype": null,
|
| 82 |
"torchscript": false,
|
| 83 |
+
"transformers_version": "4.25.1",
|
| 84 |
"typical_p": 1.0,
|
| 85 |
"use_bfloat16": false,
|
| 86 |
"vocab_size": 49408
|
| 87 |
},
|
| 88 |
+
"text_config_dict": {
|
| 89 |
+
"hidden_size": 768,
|
| 90 |
+
"intermediate_size": 3072,
|
| 91 |
+
"num_attention_heads": 12,
|
| 92 |
+
"num_hidden_layers": 12
|
| 93 |
+
},
|
| 94 |
"torch_dtype": "float32",
|
| 95 |
"transformers_version": null,
|
| 96 |
"vision_config": {
|
|
|
|
| 167 |
"top_p": 1.0,
|
| 168 |
"torch_dtype": null,
|
| 169 |
"torchscript": false,
|
| 170 |
+
"transformers_version": "4.25.1",
|
| 171 |
"typical_p": 1.0,
|
| 172 |
"use_bfloat16": false
|
| 173 |
+
},
|
| 174 |
+
"vision_config_dict": {
|
| 175 |
+
"hidden_size": 1024,
|
| 176 |
+
"intermediate_size": 4096,
|
| 177 |
+
"num_attention_heads": 16,
|
| 178 |
+
"num_hidden_layers": 24,
|
| 179 |
+
"patch_size": 14
|
| 180 |
}
|
| 181 |
}
|
text_encoder/config.json
CHANGED
|
@@ -20,6 +20,6 @@
|
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"projection_dim": 512,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
-
"transformers_version": "4.
|
| 24 |
"vocab_size": 49408
|
| 25 |
}
|
|
|
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"projection_dim": 512,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.25.1",
|
| 24 |
"vocab_size": 49408
|
| 25 |
}
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
| 11 |
-
"clean_up_tokenization_spaces": true,
|
| 12 |
"do_lower_case": true,
|
| 13 |
"eos_token": {
|
| 14 |
"__type": "AddedToken",
|
|
@@ -20,7 +19,9 @@
|
|
| 20 |
},
|
| 21 |
"errors": "replace",
|
| 22 |
"model_max_length": 77,
|
|
|
|
| 23 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 24 |
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
"unk_token": {
|
| 26 |
"__type": "AddedToken",
|
|
|
|
| 8 |
"rstrip": false,
|
| 9 |
"single_word": false
|
| 10 |
},
|
|
|
|
| 11 |
"do_lower_case": true,
|
| 12 |
"eos_token": {
|
| 13 |
"__type": "AddedToken",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/tokenizer",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
+
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
| 26 |
"unk_token": {
|
| 27 |
"__type": "AddedToken",
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438375973
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:183abab3217d0d10b108301662f3ea6c3a758415b80faff40133fa63428113fd
|
| 3 |
size 3438375973
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.19.0.dev0",
|
| 4 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.19.0.dev0",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|