End of training
Browse files- README.md +7 -1
- logs/text2image-fine-tune/1721350709.9748595/events.out.tfevents.1721350709.r-nroggendorff-train-lora-7ds3m11o-a05ab-05nzl.69.1 +3 -0
- logs/text2image-fine-tune/1721350709.976276/hparams.yml +53 -0
- logs/text2image-fine-tune/events.out.tfevents.1721350709.r-nroggendorff-train-lora-7ds3m11o-a05ab-05nzl.69.0 +3 -0
- pytorch_lora_weights.safetensors +1 -1
README.md
CHANGED
|
@@ -9,5 +9,11 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
inference: true
|
| 13 |
-
---
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- diffusers-training
|
| 11 |
- lora
|
| 12 |
+
- stable-diffusion-xl
|
| 13 |
+
- stable-diffusion-xl-diffusers
|
| 14 |
+
- text-to-image
|
| 15 |
+
- diffusers
|
| 16 |
+
- diffusers-training
|
| 17 |
+
- lora
|
| 18 |
inference: true
|
| 19 |
+
---
|
logs/text2image-fine-tune/1721350709.9748595/events.out.tfevents.1721350709.r-nroggendorff-train-lora-7ds3m11o-a05ab-05nzl.69.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1e8665545d6a4452a8371225a045e748a83f646bec8f146f05941e1698b72f5
|
| 3 |
+
size 2257
|
logs/text2image-fine-tune/1721350709.976276/hparams.yml
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
caption_column: text
|
| 8 |
+
center_crop: true
|
| 9 |
+
checkpointing_steps: 100000
|
| 10 |
+
checkpoints_total_limit: null
|
| 11 |
+
dataloader_num_workers: 0
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: nroggendorff/zelda
|
| 14 |
+
debug_loss: false
|
| 15 |
+
enable_xformers_memory_efficient_attention: false
|
| 16 |
+
gradient_accumulation_steps: 1
|
| 17 |
+
gradient_checkpointing: true
|
| 18 |
+
hub_model_id: null
|
| 19 |
+
hub_token: null
|
| 20 |
+
image_column: image
|
| 21 |
+
learning_rate: 1.0e-05
|
| 22 |
+
local_rank: -1
|
| 23 |
+
logging_dir: logs
|
| 24 |
+
lr_scheduler: constant
|
| 25 |
+
lr_warmup_steps: 0
|
| 26 |
+
max_grad_norm: 1.0
|
| 27 |
+
max_train_samples: null
|
| 28 |
+
max_train_steps: 150
|
| 29 |
+
mixed_precision: fp16
|
| 30 |
+
noise_offset: 0
|
| 31 |
+
num_train_epochs: 11
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
output_dir: zelda-lora
|
| 34 |
+
prediction_type: null
|
| 35 |
+
pretrained_model_name_or_path: nroggendorff/animexl
|
| 36 |
+
pretrained_vae_model_name_or_path: null
|
| 37 |
+
push_to_hub: true
|
| 38 |
+
random_flip: true
|
| 39 |
+
rank: 4
|
| 40 |
+
report_to: tensorboard
|
| 41 |
+
resolution: 1024
|
| 42 |
+
resume_from_checkpoint: null
|
| 43 |
+
revision: null
|
| 44 |
+
scale_lr: false
|
| 45 |
+
seed: null
|
| 46 |
+
snr_gamma: null
|
| 47 |
+
train_batch_size: 8
|
| 48 |
+
train_data_dir: null
|
| 49 |
+
train_text_encoder: false
|
| 50 |
+
use_8bit_adam: false
|
| 51 |
+
validation_epochs: 1
|
| 52 |
+
validation_prompt: null
|
| 53 |
+
variant: null
|
logs/text2image-fine-tune/events.out.tfevents.1721350709.r-nroggendorff-train-lora-7ds3m11o-a05ab-05nzl.69.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b58f4bfe39fc67adb5c20f8b9cfd3edfbfa57d26fef052aefdaec9b672544a1
|
| 3 |
+
size 7311
|
pytorch_lora_weights.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 23390424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8501c923c8d4098fdae6bf5766f1d846fdb80fb7bf8175f946eaa89b3110c5e2
|
| 3 |
size 23390424
|