End of training
Browse files- README.md +7 -0
- logs/dreambooth-lora-sd-xl/1714671836.570323/events.out.tfevents.1714671836.5258910d4dbc.418.1 +3 -0
- logs/dreambooth-lora-sd-xl/1714671836.575235/hparams.yml +70 -0
- logs/dreambooth-lora-sd-xl/1714672026.776211/events.out.tfevents.1714672026.5258910d4dbc.875.1 +3 -0
- logs/dreambooth-lora-sd-xl/1714672026.7796538/hparams.yml +70 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1714671836.5258910d4dbc.418.0 +3 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1714672026.5258910d4dbc.875.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
CHANGED
|
@@ -3,6 +3,13 @@ license: openrail++
|
|
| 3 |
library_name: diffusers
|
| 4 |
tags:
|
| 5 |
- text-to-image
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
- text-to-image
|
| 7 |
- diffusers-training
|
| 8 |
- diffusers
|
|
|
|
| 3 |
library_name: diffusers
|
| 4 |
tags:
|
| 5 |
- text-to-image
|
| 6 |
+
- diffusers-training
|
| 7 |
+
- diffusers
|
| 8 |
+
- lora
|
| 9 |
+
- template:sd-lora
|
| 10 |
+
- stable-diffusion-xl
|
| 11 |
+
- stable-diffusion-xl-diffusers
|
| 12 |
+
- text-to-image
|
| 13 |
- text-to-image
|
| 14 |
- diffusers-training
|
| 15 |
- diffusers
|
logs/dreambooth-lora-sd-xl/1714671836.570323/events.out.tfevents.1714671836.5258910d4dbc.418.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7848de0972a236fae95dd8e99755b670e67a33112f0798d9372337d2139066b
|
| 3 |
+
size 3302
|
logs/dreambooth-lora-sd-xl/1714671836.575235/hparams.yml
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
caption_column: prompt
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 717
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
dataloader_num_workers: 0
|
| 15 |
+
dataset_config_name: null
|
| 16 |
+
dataset_name: ../data/books
|
| 17 |
+
do_edm_style_training: false
|
| 18 |
+
enable_xformers_memory_efficient_attention: false
|
| 19 |
+
gradient_accumulation_steps: 4
|
| 20 |
+
gradient_checkpointing: true
|
| 21 |
+
hub_model_id: null
|
| 22 |
+
hub_token: null
|
| 23 |
+
image_column: image
|
| 24 |
+
instance_data_dir: null
|
| 25 |
+
instance_prompt: a cover of TOK book
|
| 26 |
+
learning_rate: 0.0002
|
| 27 |
+
local_rank: 0
|
| 28 |
+
logging_dir: logs
|
| 29 |
+
lr_num_cycles: 1
|
| 30 |
+
lr_power: 1.0
|
| 31 |
+
lr_scheduler: constant
|
| 32 |
+
lr_warmup_steps: 50
|
| 33 |
+
max_grad_norm: 1.0
|
| 34 |
+
max_train_steps: 500
|
| 35 |
+
mixed_precision: fp16
|
| 36 |
+
num_class_images: 100
|
| 37 |
+
num_train_epochs: 500
|
| 38 |
+
num_validation_images: 4
|
| 39 |
+
optimizer: AdamW
|
| 40 |
+
output_dir: books_LoRA
|
| 41 |
+
output_kohya_format: false
|
| 42 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 43 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 44 |
+
prior_generation_precision: null
|
| 45 |
+
prior_loss_weight: 1.0
|
| 46 |
+
prodigy_beta3: null
|
| 47 |
+
prodigy_decouple: true
|
| 48 |
+
prodigy_safeguard_warmup: true
|
| 49 |
+
prodigy_use_bias_correction: true
|
| 50 |
+
push_to_hub: false
|
| 51 |
+
random_flip: false
|
| 52 |
+
rank: 4
|
| 53 |
+
repeats: 1
|
| 54 |
+
report_to: tensorboard
|
| 55 |
+
resolution: 1024
|
| 56 |
+
resume_from_checkpoint: null
|
| 57 |
+
revision: null
|
| 58 |
+
sample_batch_size: 4
|
| 59 |
+
scale_lr: false
|
| 60 |
+
seed: 42
|
| 61 |
+
snr_gamma: 5.0
|
| 62 |
+
text_encoder_lr: 5.0e-06
|
| 63 |
+
train_batch_size: 3
|
| 64 |
+
train_text_encoder: false
|
| 65 |
+
use_8bit_adam: true
|
| 66 |
+
use_dora: false
|
| 67 |
+
validation_epochs: 50
|
| 68 |
+
validation_prompt: null
|
| 69 |
+
variant: null
|
| 70 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/1714672026.776211/events.out.tfevents.1714672026.5258910d4dbc.875.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c734e7e363036cb85d46739d9b7f7254ee3592657e4b5581bbf940c844fe18
|
| 3 |
+
size 3302
|
logs/dreambooth-lora-sd-xl/1714672026.7796538/hparams.yml
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
adam_beta1: 0.9
|
| 2 |
+
adam_beta2: 0.999
|
| 3 |
+
adam_epsilon: 1.0e-08
|
| 4 |
+
adam_weight_decay: 0.0001
|
| 5 |
+
adam_weight_decay_text_encoder: 0.001
|
| 6 |
+
allow_tf32: false
|
| 7 |
+
cache_dir: null
|
| 8 |
+
caption_column: prompt
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 717
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
dataloader_num_workers: 0
|
| 15 |
+
dataset_config_name: null
|
| 16 |
+
dataset_name: ../data/books
|
| 17 |
+
do_edm_style_training: false
|
| 18 |
+
enable_xformers_memory_efficient_attention: false
|
| 19 |
+
gradient_accumulation_steps: 4
|
| 20 |
+
gradient_checkpointing: true
|
| 21 |
+
hub_model_id: null
|
| 22 |
+
hub_token: null
|
| 23 |
+
image_column: image
|
| 24 |
+
instance_data_dir: null
|
| 25 |
+
instance_prompt: a cover of TOK book
|
| 26 |
+
learning_rate: 0.0002
|
| 27 |
+
local_rank: 0
|
| 28 |
+
logging_dir: logs
|
| 29 |
+
lr_num_cycles: 1
|
| 30 |
+
lr_power: 1.0
|
| 31 |
+
lr_scheduler: constant
|
| 32 |
+
lr_warmup_steps: 50
|
| 33 |
+
max_grad_norm: 1.0
|
| 34 |
+
max_train_steps: 500
|
| 35 |
+
mixed_precision: fp16
|
| 36 |
+
num_class_images: 100
|
| 37 |
+
num_train_epochs: 500
|
| 38 |
+
num_validation_images: 4
|
| 39 |
+
optimizer: AdamW
|
| 40 |
+
output_dir: books_LoRA
|
| 41 |
+
output_kohya_format: false
|
| 42 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 43 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
| 44 |
+
prior_generation_precision: null
|
| 45 |
+
prior_loss_weight: 1.0
|
| 46 |
+
prodigy_beta3: null
|
| 47 |
+
prodigy_decouple: true
|
| 48 |
+
prodigy_safeguard_warmup: true
|
| 49 |
+
prodigy_use_bias_correction: true
|
| 50 |
+
push_to_hub: false
|
| 51 |
+
random_flip: false
|
| 52 |
+
rank: 4
|
| 53 |
+
repeats: 1
|
| 54 |
+
report_to: tensorboard
|
| 55 |
+
resolution: 1024
|
| 56 |
+
resume_from_checkpoint: null
|
| 57 |
+
revision: null
|
| 58 |
+
sample_batch_size: 4
|
| 59 |
+
scale_lr: false
|
| 60 |
+
seed: 42
|
| 61 |
+
snr_gamma: 5.0
|
| 62 |
+
text_encoder_lr: 5.0e-06
|
| 63 |
+
train_batch_size: 2
|
| 64 |
+
train_text_encoder: false
|
| 65 |
+
use_8bit_adam: true
|
| 66 |
+
use_dora: false
|
| 67 |
+
validation_epochs: 50
|
| 68 |
+
validation_prompt: null
|
| 69 |
+
variant: null
|
| 70 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1714671836.5258910d4dbc.418.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1358e558f38313cec0d0fcdac8ae70e91dad272eed416042f6f32671e440658
|
| 3 |
+
size 88
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1714672026.5258910d4dbc.875.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c93df49508095b760a20e1e3ad48fb68ee7563e85ebff4a41da6bd365b52a400
|
| 3 |
+
size 167054
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1e8ded04daa999c2027eecce9893313347c9f207e9c9efa9d3f2928a6aacde6
|
| 3 |
+
size 23390424
|