End of training
Browse files- .gitattributes +4 -0
- README.md +60 -0
- checkpoint-1000/optimizer.bin +3 -0
- checkpoint-1000/pytorch_lora_weights.safetensors +3 -0
- checkpoint-1000/random_states_0.pkl +3 -0
- checkpoint-1000/scaler.pt +3 -0
- checkpoint-1000/scheduler.bin +3 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +3 -0
- image_3.png +3 -0
- logs/dreambooth-lora-sd-xl/1702534837.0204625/events.out.tfevents.1702534837.9b6485ec0d10.1912.1 +3 -0
- logs/dreambooth-lora-sd-xl/1702534837.0238488/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/1702535067.8372574/events.out.tfevents.1702535067.9b6485ec0d10.2180.1 +3 -0
- logs/dreambooth-lora-sd-xl/1702535067.840513/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1702534837.9b6485ec0d10.1912.0 +3 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1702535067.9b6485ec0d10.2180.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
tags:
|
| 4 |
+
- stable-diffusion-xl
|
| 5 |
+
- stable-diffusion-xl-diffusers
|
| 6 |
+
- text-to-image
|
| 7 |
+
- diffusers
|
| 8 |
+
- lora
|
| 9 |
+
- template:sd-lora
|
| 10 |
+
widget:
|
| 11 |
+
|
| 12 |
+
- text: 'a zxc man'
|
| 13 |
+
output:
|
| 14 |
+
url:
|
| 15 |
+
"image_0.png"
|
| 16 |
+
|
| 17 |
+
- text: 'a zxc man'
|
| 18 |
+
output:
|
| 19 |
+
url:
|
| 20 |
+
"image_1.png"
|
| 21 |
+
|
| 22 |
+
- text: 'a zxc man'
|
| 23 |
+
output:
|
| 24 |
+
url:
|
| 25 |
+
"image_2.png"
|
| 26 |
+
|
| 27 |
+
- text: 'a zxc man'
|
| 28 |
+
output:
|
| 29 |
+
url:
|
| 30 |
+
"image_3.png"
|
| 31 |
+
|
| 32 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 33 |
+
instance_prompt: a zxc man
|
| 34 |
+
license: openrail++
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# SDXL LoRA DreamBooth - klopez89/kev_lora_output
|
| 38 |
+
|
| 39 |
+
<Gallery />
|
| 40 |
+
|
| 41 |
+
## Model description
|
| 42 |
+
|
| 43 |
+
These are klopez89/kev_lora_output LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
| 44 |
+
|
| 45 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
| 46 |
+
|
| 47 |
+
LoRA for the text encoder was enabled: False.
|
| 48 |
+
|
| 49 |
+
Special VAE used for training: None.
|
| 50 |
+
|
| 51 |
+
## Trigger words
|
| 52 |
+
|
| 53 |
+
You should use a zxc man to trigger the image generation.
|
| 54 |
+
|
| 55 |
+
## Download model
|
| 56 |
+
|
| 57 |
+
Weights for this model are available in Safetensors format.
|
| 58 |
+
|
| 59 |
+
[Download](klopez89/kev_lora_output/tree/main) them in the Files & versions tab.
|
| 60 |
+
|
checkpoint-1000/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ccafdb28ef760eabb7051cd391567f6f67352b33d0784827e41cadd9f03f7e3e
|
| 3 |
+
size 187411231
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f77b0a5377f37f9f8985f0ea882c660b346db1f95b47a3e1393b2a75b4622954
|
| 3 |
+
size 371764576
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:647e966574bf7fb54f426fb7c48569a4111a8169e9cf163b3c32b6e846581f0c
|
| 3 |
+
size 14599
|
checkpoint-1000/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
|
| 3 |
+
size 557
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff5f655d489730c158401a6c3d9bc13ae413e9e6dc3efdf6e39302c2d938ad02
|
| 3 |
+
size 563
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bfe40e741b41c7f673ecdb09e5572dffe899bda3d98daab6aba429a4899d40e
|
| 3 |
+
size 187411231
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e97eeeff1915ead278f4377b8e526af32cd5fa9546abf001fe657bc90e65523
|
| 3 |
+
size 371764576
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c43eed3b69294aca6867f309dd7f4bf21a62376a9538827c621ca59e6dead15
|
| 3 |
+
size 14599
|
checkpoint-500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
|
| 3 |
+
size 557
|
checkpoint-500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d37c4b02aa3e0b905e70401591d5b4f0e6f1f10920f0f0c9b491c47eb26df99c
|
| 3 |
+
size 563
|
image_0.png
ADDED
|
Git LFS Details
|
image_1.png
ADDED
|
Git LFS Details
|
image_2.png
ADDED
|
Git LFS Details
|
image_3.png
ADDED
|
Git LFS Details
|
logs/dreambooth-lora-sd-xl/1702534837.0204625/events.out.tfevents.1702534837.9b6485ec0d10.1912.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7605fc2ea46741da8419b559db196f1f6490470d532f4ef51e469796a1bd21c7
|
| 3 |
+
size 3042
|
logs/dreambooth-lora-sd-xl/1702534837.0238488/hparams.yml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 500
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
crops_coords_top_left_h: 0
|
| 15 |
+
crops_coords_top_left_w: 0
|
| 16 |
+
dataloader_num_workers: 0
|
| 17 |
+
dataset_config_name: null
|
| 18 |
+
dataset_name: null
|
| 19 |
+
enable_xformers_memory_efficient_attention: true
|
| 20 |
+
gradient_accumulation_steps: 1
|
| 21 |
+
gradient_checkpointing: true
|
| 22 |
+
hub_model_id: null
|
| 23 |
+
hub_token: null
|
| 24 |
+
image_column: image
|
| 25 |
+
instance_data_dir: man
|
| 26 |
+
instance_prompt: a zxc man
|
| 27 |
+
learning_rate: 5.0e-05
|
| 28 |
+
local_rank: -1
|
| 29 |
+
logging_dir: logs
|
| 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_train_steps: 1000
|
| 36 |
+
mixed_precision: fp16
|
| 37 |
+
num_class_images: 100
|
| 38 |
+
num_train_epochs: 100
|
| 39 |
+
num_validation_images: 4
|
| 40 |
+
optimizer: AdamW
|
| 41 |
+
output_dir: kev_lora_output
|
| 42 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 43 |
+
pretrained_vae_model_name_or_path: null
|
| 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: true
|
| 51 |
+
rank: 64
|
| 52 |
+
repeats: 1
|
| 53 |
+
report_to: tensorboard
|
| 54 |
+
resolution: 1024
|
| 55 |
+
resume_from_checkpoint: null
|
| 56 |
+
revision: null
|
| 57 |
+
sample_batch_size: 4
|
| 58 |
+
scale_lr: false
|
| 59 |
+
seed: 0
|
| 60 |
+
snr_gamma: null
|
| 61 |
+
text_encoder_lr: 5.0e-06
|
| 62 |
+
train_batch_size: 1
|
| 63 |
+
train_text_encoder: false
|
| 64 |
+
use_8bit_adam: true
|
| 65 |
+
validation_epochs: 50
|
| 66 |
+
validation_prompt: a zxc man
|
| 67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/1702535067.8372574/events.out.tfevents.1702535067.9b6485ec0d10.2180.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15e6a5a53c5cde27d0539795a7bc4ae25c17deea93b2e863cbc16110c317b442
|
| 3 |
+
size 3042
|
logs/dreambooth-lora-sd-xl/1702535067.840513/hparams.yml
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 500
|
| 11 |
+
checkpoints_total_limit: null
|
| 12 |
+
class_data_dir: null
|
| 13 |
+
class_prompt: null
|
| 14 |
+
crops_coords_top_left_h: 0
|
| 15 |
+
crops_coords_top_left_w: 0
|
| 16 |
+
dataloader_num_workers: 0
|
| 17 |
+
dataset_config_name: null
|
| 18 |
+
dataset_name: null
|
| 19 |
+
enable_xformers_memory_efficient_attention: false
|
| 20 |
+
gradient_accumulation_steps: 1
|
| 21 |
+
gradient_checkpointing: true
|
| 22 |
+
hub_model_id: null
|
| 23 |
+
hub_token: null
|
| 24 |
+
image_column: image
|
| 25 |
+
instance_data_dir: man
|
| 26 |
+
instance_prompt: a zxc man
|
| 27 |
+
learning_rate: 5.0e-05
|
| 28 |
+
local_rank: -1
|
| 29 |
+
logging_dir: logs
|
| 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_train_steps: 1000
|
| 36 |
+
mixed_precision: fp16
|
| 37 |
+
num_class_images: 100
|
| 38 |
+
num_train_epochs: 100
|
| 39 |
+
num_validation_images: 4
|
| 40 |
+
optimizer: AdamW
|
| 41 |
+
output_dir: kev_lora_output
|
| 42 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
| 43 |
+
pretrained_vae_model_name_or_path: null
|
| 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: true
|
| 51 |
+
rank: 64
|
| 52 |
+
repeats: 1
|
| 53 |
+
report_to: tensorboard
|
| 54 |
+
resolution: 1024
|
| 55 |
+
resume_from_checkpoint: null
|
| 56 |
+
revision: null
|
| 57 |
+
sample_batch_size: 4
|
| 58 |
+
scale_lr: false
|
| 59 |
+
seed: 0
|
| 60 |
+
snr_gamma: null
|
| 61 |
+
text_encoder_lr: 5.0e-06
|
| 62 |
+
train_batch_size: 1
|
| 63 |
+
train_text_encoder: false
|
| 64 |
+
use_8bit_adam: true
|
| 65 |
+
validation_epochs: 50
|
| 66 |
+
validation_prompt: a zxc man
|
| 67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1702534837.9b6485ec0d10.1912.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa873a7ea786a3fd0e3502efe294acd698a209d2ebdf37a663477840039492f1
|
| 3 |
+
size 40
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1702535067.9b6485ec0d10.2180.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eacac8552293d56c656427b8d3e9d273877445e036c24dbe554cd080217b8bea
|
| 3 |
+
size 15106456
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f77b0a5377f37f9f8985f0ea882c660b346db1f95b47a3e1393b2a75b4622954
|
| 3 |
+
size 371764576
|