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/1704607951.5355394/events.out.tfevents.1704607951.541e967f251d.291.1 +3 -0
- logs/dreambooth-lora-sd-xl/1704607951.5379136/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1704607951.541e967f251d.291.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 man in szn style'
|
13 |
+
output:
|
14 |
+
url:
|
15 |
+
"image_0.png"
|
16 |
+
|
17 |
+
- text: 'a man in szn style'
|
18 |
+
output:
|
19 |
+
url:
|
20 |
+
"image_1.png"
|
21 |
+
|
22 |
+
- text: 'a man in szn style'
|
23 |
+
output:
|
24 |
+
url:
|
25 |
+
"image_2.png"
|
26 |
+
|
27 |
+
- text: 'a man in szn style'
|
28 |
+
output:
|
29 |
+
url:
|
30 |
+
"image_3.png"
|
31 |
+
|
32 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
33 |
+
instance_prompt: a cat in szn style
|
34 |
+
license: openrail++
|
35 |
+
---
|
36 |
+
|
37 |
+
# SDXL LoRA DreamBooth - drwngwn/lora-sdxl-style1
|
38 |
+
|
39 |
+
<Gallery />
|
40 |
+
|
41 |
+
## Model description
|
42 |
+
|
43 |
+
These are drwngwn/lora-sdxl-style1 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 cat in szn style to trigger the image generation.
|
54 |
+
|
55 |
+
## Download model
|
56 |
+
|
57 |
+
Weights for this model are available in Safetensors format.
|
58 |
+
|
59 |
+
[Download](drwngwn/lora-sdxl-style1/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:41caad72e813eef3e28fd694fc3a0cdef096eeef6b702579083728e1686afc7a
|
3 |
+
size 187411668
|
checkpoint-1000/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b054eda7f94f1b62eb7f76f06e8fc3642fe148162e6243fd515b70617dec1b8
|
3 |
+
size 371758976
|
checkpoint-1000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76ac43e85e7443609e6ea26f38f63a2e11339271291bf40dba1d64553bee1b9f
|
3 |
+
size 14280
|
checkpoint-1000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8fdcd0311eba9854fff738038ed4c1a269832665b4d88ba4e4e3d02a1a7e0e
|
3 |
+
size 988
|
checkpoint-1000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a06a1d190ebe3d2f59b87075958832ab264ff51bb09474ff935bfa56dcf4374
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8ffc7995d79f0347cd48b1ac661246398d35e35363abaa732e0165ad2da7e03
|
3 |
+
size 187411668
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74ebcaa4d5f60fcd27e0eefd7feb470acba56f6623cf871d4487f5f947ed2e1e
|
3 |
+
size 371758976
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9102991665c3c78a8dcd2feddbfd3db3659c642546f80f0e7a5d078ef3d77ce3
|
3 |
+
size 14280
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39877b7ed3b9e27c46689c000d0daa737b75ed18374838a197cc7c777779dbc9
|
3 |
+
size 1000
|
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/1704607951.5355394/events.out.tfevents.1704607951.541e967f251d.291.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4acbc994a368da563949ece105819ea8e84b72b6ef4c2fc21860aa079fd5044
|
3 |
+
size 3130
|
logs/dreambooth-lora-sd-xl/1704607951.5379136/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: data/style/style1
|
26 |
+
instance_prompt: a cat in szn style
|
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: 1000
|
39 |
+
num_validation_images: 4
|
40 |
+
optimizer: AdamW
|
41 |
+
output_dir: models/lora-sdxl-style1
|
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: 512
|
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 man in szn style
|
67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1704607951.541e967f251d.291.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fac893eaeeb747433184ff170d25dfa660d8b4ade990e695c4208fbc3b6837b
|
3 |
+
size 115025338
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b054eda7f94f1b62eb7f76f06e8fc3642fe148162e6243fd515b70617dec1b8
|
3 |
+
size 371758976
|