End of training
Browse files- README.md +7 -0
- logs/dreambooth-flux-dev-lora/1725122087.0279527/events.out.tfevents.1725122087.dreambooth-pipeline-021ae2473034832c4adea79bdc836fff-train-mode.16.1 +3 -0
- logs/dreambooth-flux-dev-lora/1725122087.029676/hparams.yml +70 -0
- logs/dreambooth-flux-dev-lora/events.out.tfevents.1725122087.dreambooth-pipeline-021ae2473034832c4adea79bdc836fff-train-mode.16.0 +3 -0
- pytorch_lora_weights.safetensors +1 -1
README.md
CHANGED
|
@@ -10,6 +10,13 @@ tags:
|
|
| 10 |
- flux
|
| 11 |
- flux-diffusers
|
| 12 |
- template:sd-lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
instance_prompt: a photo of sks cat
|
| 14 |
widget: []
|
| 15 |
---
|
|
|
|
| 10 |
- flux
|
| 11 |
- flux-diffusers
|
| 12 |
- template:sd-lora
|
| 13 |
+
- text-to-image
|
| 14 |
+
- diffusers-training
|
| 15 |
+
- diffusers
|
| 16 |
+
- lora
|
| 17 |
+
- flux
|
| 18 |
+
- flux-diffusers
|
| 19 |
+
- template:sd-lora
|
| 20 |
instance_prompt: a photo of sks cat
|
| 21 |
widget: []
|
| 22 |
---
|
logs/dreambooth-flux-dev-lora/1725122087.0279527/events.out.tfevents.1725122087.dreambooth-pipeline-021ae2473034832c4adea79bdc836fff-train-mode.16.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0001243e65a610c291f19ba484eff3dcd0cd9075f5507481411eaa97ddeb4dd5
|
| 3 |
+
size 3152
|
logs/dreambooth-flux-dev-lora/1725122087.029676/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: null
|
| 9 |
+
center_crop: false
|
| 10 |
+
checkpointing_steps: 1000
|
| 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: null
|
| 17 |
+
gradient_accumulation_steps: 1
|
| 18 |
+
gradient_checkpointing: false
|
| 19 |
+
guidance_scale: 3.5
|
| 20 |
+
hub_model_id: null
|
| 21 |
+
hub_token: null
|
| 22 |
+
image_column: image
|
| 23 |
+
instance_data_dir: /tmp/instance_images_7chmujyi
|
| 24 |
+
instance_prompt: a photo of sks cat
|
| 25 |
+
learning_rate: 0.0004
|
| 26 |
+
local_rank: -1
|
| 27 |
+
logging_dir: logs
|
| 28 |
+
logit_mean: 0.0
|
| 29 |
+
logit_std: 1.0
|
| 30 |
+
lr_num_cycles: 1
|
| 31 |
+
lr_power: 1.0
|
| 32 |
+
lr_scheduler: constant
|
| 33 |
+
lr_warmup_steps: 0
|
| 34 |
+
max_grad_norm: 1.0
|
| 35 |
+
max_sequence_length: 512
|
| 36 |
+
max_train_steps: 500
|
| 37 |
+
mixed_precision: bf16
|
| 38 |
+
mode_scale: 1.29
|
| 39 |
+
num_class_images: 100
|
| 40 |
+
num_train_epochs: 84
|
| 41 |
+
num_validation_images: 4
|
| 42 |
+
optimizer: AdamW
|
| 43 |
+
output_dir: ./flux-dev-dreambooth-blupus
|
| 44 |
+
pretrained_model_name_or_path: black-forest-labs/FLUX.1-dev
|
| 45 |
+
prior_generation_precision: null
|
| 46 |
+
prior_loss_weight: 1.0
|
| 47 |
+
prodigy_beta3: null
|
| 48 |
+
prodigy_decouple: true
|
| 49 |
+
prodigy_safeguard_warmup: true
|
| 50 |
+
prodigy_use_bias_correction: true
|
| 51 |
+
push_to_hub: true
|
| 52 |
+
random_flip: false
|
| 53 |
+
rank: 4
|
| 54 |
+
repeats: 1
|
| 55 |
+
report_to: tensorboard
|
| 56 |
+
resolution: 512
|
| 57 |
+
resume_from_checkpoint: null
|
| 58 |
+
revision: null
|
| 59 |
+
sample_batch_size: 4
|
| 60 |
+
scale_lr: false
|
| 61 |
+
seed: 117
|
| 62 |
+
text_encoder_lr: 5.0e-06
|
| 63 |
+
train_batch_size: 3
|
| 64 |
+
train_text_encoder: false
|
| 65 |
+
use_8bit_adam: false
|
| 66 |
+
validation_epochs: 50
|
| 67 |
+
validation_prompt: null
|
| 68 |
+
variant: null
|
| 69 |
+
weighting_scheme: none
|
| 70 |
+
with_prior_preservation: false
|
logs/dreambooth-flux-dev-lora/events.out.tfevents.1725122087.dreambooth-pipeline-021ae2473034832c4adea79bdc836fff-train-mode.16.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8b0ff46bbe314871444b0536ef1b16f91033823feb255a1b73c226b17a1d55f
|
| 3 |
+
size 41834
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 18727592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46dd6a93e6097e1f73d3cf16dbdbf6c80665b257373b1ffd596cc21abe1fe259
|
| 3 |
size 18727592
|