End of training
Browse files- .gitattributes +3 -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/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/scheduler.bin +3 -0
- image_0.png +3 -0
- image_1.png +3 -0
- image_2.png +0 -0
- image_3.png +3 -0
- logs/dreambooth-lora-sd-xl/1701319963.5352287/events.out.tfevents.1701319963.hobby-cv-cooperate-gpu-01.5262.1 +3 -0
- logs/dreambooth-lora-sd-xl/1701319963.573499/hparams.yml +69 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1701319963.hobby-cv-cooperate-gpu-01.5262.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ 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_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 photo of sks fbb in a computer screen'
|
| 13 |
+
output:
|
| 14 |
+
url:
|
| 15 |
+
"image_0.png"
|
| 16 |
+
|
| 17 |
+
- text: 'A photo of sks fbb in a computer screen'
|
| 18 |
+
output:
|
| 19 |
+
url:
|
| 20 |
+
"image_1.png"
|
| 21 |
+
|
| 22 |
+
- text: 'A photo of sks fbb in a computer screen'
|
| 23 |
+
output:
|
| 24 |
+
url:
|
| 25 |
+
"image_2.png"
|
| 26 |
+
|
| 27 |
+
- text: 'A photo of sks fbb in a computer screen'
|
| 28 |
+
output:
|
| 29 |
+
url:
|
| 30 |
+
"image_3.png"
|
| 31 |
+
|
| 32 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 33 |
+
instance_prompt: a photo of sks fbb
|
| 34 |
+
license: openrail++
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
# SDXL LoRA DreamBooth - robindon/lora-trained-xl-sks-fbb
|
| 38 |
+
|
| 39 |
+
<Gallery />
|
| 40 |
+
|
| 41 |
+
## Model description
|
| 42 |
+
|
| 43 |
+
These are robindon/lora-trained-xl-sks-fbb 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: madebyollin/sdxl-vae-fp16-fix.
|
| 50 |
+
|
| 51 |
+
## Trigger words
|
| 52 |
+
|
| 53 |
+
You should use a photo of sks fbb to trigger the image generation.
|
| 54 |
+
|
| 55 |
+
## Download model
|
| 56 |
+
|
| 57 |
+
Weights for this model are available in Safetensors format.
|
| 58 |
+
|
| 59 |
+
[Download](robindon/lora-trained-xl-sks-fbb/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:9e8fa368ef1c79cdef67792ce2621e77f728092cb417bffd666c59cb875b56ca
|
| 3 |
+
size 14991036
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46c45b126e504f1fabd11d82519f325f414365e029cfbd75d55bde1454f9f239
|
| 3 |
+
size 23396024
|
checkpoint-1000/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48a9d5a5ec4abe5dde4d92f3e649d0240b75a8b25fd15a14273060667fee6ceb
|
| 3 |
+
size 14280
|
checkpoint-1000/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d16ae9dedf4c45ceadc467593037d83423677715e75ab402a9f44aa81de9b84
|
| 3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1956a0053ec18cd98b26ab21ef2623c4bb88279645f0c60914a3c3c9ce006f22
|
| 3 |
+
size 14991036
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:918254c9466f84a10d8471dc1f65371b9b8c02a1ccd9c904249dd5edf186867e
|
| 3 |
+
size 23396024
|
checkpoint-500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e6b219c02690ca4bc0aadf63e2d069268c2dbdaa9e73d5f3a37ae483a56a941
|
| 3 |
+
size 14280
|
checkpoint-500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68d7b85c46d195e3cd6e587d94878d77f315e0a073acfab811251f39fbe891fc
|
| 3 |
+
size 1000
|
image_0.png
ADDED
|
Git LFS Details
|
image_1.png
ADDED
|
Git LFS Details
|
image_2.png
ADDED
|
image_3.png
ADDED
|
Git LFS Details
|
logs/dreambooth-lora-sd-xl/1701319963.5352287/events.out.tfevents.1701319963.hobby-cv-cooperate-gpu-01.5262.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a709bfc6ea2b02bebecd4a112f4987576be921e956be425a1d4e7d897b9427ff
|
| 3 |
+
size 3227
|
logs/dreambooth-lora-sd-xl/1701319963.573499/hparams.yml
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 4
|
| 21 |
+
gradient_checkpointing: true
|
| 22 |
+
hub_model_id: null
|
| 23 |
+
hub_token: null
|
| 24 |
+
image_column: image
|
| 25 |
+
instance_data_dir: fbb
|
| 26 |
+
instance_prompt: a photo of sks fbb
|
| 27 |
+
learning_rate: 1.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: null
|
| 37 |
+
num_class_images: 100
|
| 38 |
+
num_train_epochs: 500
|
| 39 |
+
num_validation_images: 4
|
| 40 |
+
optimizer: AdamW
|
| 41 |
+
output_dir: lora-trained-xl-sks-fbb
|
| 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: true
|
| 51 |
+
rank: 4
|
| 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 |
+
test: false
|
| 62 |
+
text_encoder_lr: 5.0e-06
|
| 63 |
+
train_batch_size: 1
|
| 64 |
+
train_text_encoder: false
|
| 65 |
+
use_8bit_adam: true
|
| 66 |
+
validation_epochs: 25
|
| 67 |
+
validation_prompt: A photo of sks fbb in a computer screen
|
| 68 |
+
variant: null
|
| 69 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1701319963.hobby-cv-cooperate-gpu-01.5262.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecef31720af6d76e86b3f6d69d160297d913ba8262cb8f9ac7519639d9985b17
|
| 3 |
+
size 4586
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46c45b126e504f1fabd11d82519f325f414365e029cfbd75d55bde1454f9f239
|
| 3 |
+
size 23396024
|