End of training
Browse files- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +22 -0
- checkpoint-1600/custom_checkpoint_0.pkl +3 -0
- checkpoint-1600/optimizer.bin +3 -0
- checkpoint-1600/pytorch_model.bin +3 -0
- checkpoint-1600/random_states_0.pkl +3 -0
- checkpoint-1600/scheduler.bin +3 -0
- checkpoint-2400/custom_checkpoint_0.pkl +3 -0
- checkpoint-2400/optimizer.bin +3 -0
- checkpoint-2400/pytorch_model.bin +3 -0
- checkpoint-2400/random_states_0.pkl +3 -0
- checkpoint-2400/scheduler.bin +3 -0
- checkpoint-3200/custom_checkpoint_0.pkl +3 -0
- checkpoint-3200/optimizer.bin +3 -0
- checkpoint-3200/pytorch_model.bin +3 -0
- checkpoint-3200/random_states_0.pkl +3 -0
- checkpoint-3200/scheduler.bin +3 -0
- checkpoint-4000/custom_checkpoint_0.pkl +3 -0
- checkpoint-4000/optimizer.bin +3 -0
- checkpoint-4000/pytorch_model.bin +3 -0
- checkpoint-4000/random_states_0.pkl +3 -0
- checkpoint-4000/scheduler.bin +3 -0
- checkpoint-800/custom_checkpoint_0.pkl +3 -0
- checkpoint-800/optimizer.bin +3 -0
- checkpoint-800/pytorch_model.bin +3 -0
- checkpoint-800/random_states_0.pkl +3 -0
- checkpoint-800/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/1685421945.1364372/events.out.tfevents.1685421945.w54u9wctr1685412021068-fs2kc.17420.1 +3 -0
- logs/dreambooth-lora/1685421945.1396437/hparams.yml +48 -0
- logs/dreambooth-lora/events.out.tfevents.1685421945.w54u9wctr1685412021068-fs2kc.17420.0 +3 -0
- pytorch_lora_weights.bin +3 -0
- test_images/image_0.png +3 -0
- test_images/image_1.png +3 -0
- test_images/image_2.png +3 -0
- test_images/image_3.png +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
step_*
|
2 |
+
epoch_*
|
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: stabilityai/stable-diffusion-2-1-base
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
inference: true
|
12 |
+
---
|
13 |
+
|
14 |
+
# LoRA DreamBooth - kaneyxx/black_LUSC_2x_4000_1e-4
|
15 |
+
|
16 |
+
These are LoRA adaption weights for kaneyxx/black_LUSC_2x_4000_1e-4. The weights were trained on BlackLUSC using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
17 |
+
|
18 |
+
![img_0](./image_0.png)
|
19 |
+
![img_1](./image_1.png)
|
20 |
+
![img_2](./image_2.png)
|
21 |
+
![img_3](./image_3.png)
|
22 |
+
|
checkpoint-1600/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6909499caeb33a26e776bcd6faed18d78e3e96d28cfb8c4415a31f92dceaf0e6
|
3 |
+
size 3418585
|
checkpoint-1600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:027d9884470b480a36439cadf24d6cd616700f5850166c8c4762f236bccaaa36
|
3 |
+
size 6853765
|
checkpoint-1600/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b2c47e31ac7c44c9b54486c9b14d1755d47d3f14fe2813cccbc3c617e3b452
|
3 |
+
size 3417037
|
checkpoint-1600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:57e7065550fbbde9b0c97f857c5c26e640654e3f158111be8ae154adf6f4f64c
|
3 |
+
size 14599
|
checkpoint-1600/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:144193f9b4afefdc81b5b9bbeb013f085ce761d3aa64df98f5910666001ebe7a
|
3 |
+
size 563
|
checkpoint-2400/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c9cb22974da73808d84a3b286603ffab8a049d4e61bfed9eff22a2a632293d7
|
3 |
+
size 3418585
|
checkpoint-2400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f997c0cfc9f522660a32924cd070b2e3d37f79c707d514e63ecb2c51f2abe2b5
|
3 |
+
size 6853765
|
checkpoint-2400/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60460ce93fc2fd03e3a481c8e9b5e12d49b6a5a245a475089bab7d4e13ecd0dc
|
3 |
+
size 3417037
|
checkpoint-2400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f2efba069236d2ccf684bb983062f0869875544c378a37a177ec100e86864d80
|
3 |
+
size 14599
|
checkpoint-2400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e11917c739aa9174e7583c3e2b3bd0f91adcf7ec144e9a498869f6daee1916ee
|
3 |
+
size 563
|
checkpoint-3200/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20ecfa4a39a50c1e0e66dbce68622f31efdfe701d439d97598db3a474198175e
|
3 |
+
size 3418585
|
checkpoint-3200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a2629d75d9f26c308988da35dab988d4e4e5d8094b75a326023432cade48356
|
3 |
+
size 6853765
|
checkpoint-3200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:115ceb2c1d4a831f9c9d472aa9b13cb01127edd3f6bbf712e56917dd2599d254
|
3 |
+
size 3417037
|
checkpoint-3200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3c29630ab7fabb5a8cf21aa0711abcc8e2834cbda891e43c0b0d1a0124696ca
|
3 |
+
size 14599
|
checkpoint-3200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4796cd68a8ddacc44b29d4976c34ca641a991114022d223afc8ca8424dd649b4
|
3 |
+
size 563
|
checkpoint-4000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cc306c5d0f359dcf72d0f23f7db1bad95bd8f270e5a9e63340a8031c6988bbb
|
3 |
+
size 3418585
|
checkpoint-4000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c84a1d5c540ef8248b7031f16c4281efca46b1605810fcd39f4b2a94777be7c
|
3 |
+
size 6853765
|
checkpoint-4000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98247acaef40e81c8c9820cb0c50a418ca382e103e915ad777a386185ae3ade7
|
3 |
+
size 3417037
|
checkpoint-4000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e7b5217ebed09145e97a256c5297187fcbba11b267d78af2219cbf0681a4f9
|
3 |
+
size 14599
|
checkpoint-4000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0680b1515e44be86ffadd4b90d1307cf5b2489fb6d3258dd184ae2b014367dda
|
3 |
+
size 563
|
checkpoint-800/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a83065c84d54bb3ca53c639ef4c88a9d052a68a9bbb765c4a59ebb1774084671
|
3 |
+
size 3418585
|
checkpoint-800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb49a0384b4f5f46334428fd187382f2492ebd2157fc0fa9276e9aabbe1922f7
|
3 |
+
size 6853765
|
checkpoint-800/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:992abc11d07ac26aa2c655c8e9679cc5cdaba7b129017f5f3242117751d4a82f
|
3 |
+
size 3417037
|
checkpoint-800/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61c690a39b295d8b19882a05acee83d2439130ec8179488ae685544f0f3a4741
|
3 |
+
size 14599
|
checkpoint-800/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f100ed37bb5af168a49362839776be9a5d1ff011bec2887fb25ef66be063de9
|
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/1685421945.1364372/events.out.tfevents.1685421945.w54u9wctr1685412021068-fs2kc.17420.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e4ba72e785439836d477cbd2c7101f39affa3ad0ecb99d6cc12e98637965a6cc
|
3 |
+
size 2523
|
logs/dreambooth-lora/1685421945.1396437/hparams.yml
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
center_crop: false
|
7 |
+
checkpointing_steps: 800
|
8 |
+
class_data_dir: null
|
9 |
+
class_prompt: null
|
10 |
+
dataloader_num_workers: 4
|
11 |
+
enable_xformers_memory_efficient_attention: false
|
12 |
+
gradient_accumulation_steps: 1
|
13 |
+
gradient_checkpointing: false
|
14 |
+
hub_model_id: null
|
15 |
+
hub_token: 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
|
16 |
+
instance_data_dir: /home/fungi0313/LoRA-DreamBooth-Training-UI/data/black_LUSC
|
17 |
+
instance_prompt: BlackLUSC
|
18 |
+
learning_rate: 0.0001
|
19 |
+
local_rank: -1
|
20 |
+
logging_dir: logs
|
21 |
+
lr_num_cycles: 1
|
22 |
+
lr_power: 1.0
|
23 |
+
lr_scheduler: constant
|
24 |
+
lr_warmup_steps: 0
|
25 |
+
max_grad_norm: 1.0
|
26 |
+
max_train_steps: 4000
|
27 |
+
mixed_precision: null
|
28 |
+
num_class_images: 100
|
29 |
+
num_train_epochs: 100
|
30 |
+
num_validation_images: 4
|
31 |
+
output_dir: /home/fungi0313/LoRA-DreamBooth-Training-UI/outputs/black_LUSC_2x_4000_1e-4
|
32 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1-base
|
33 |
+
prior_generation_precision: null
|
34 |
+
prior_loss_weight: 1.0
|
35 |
+
push_to_hub: true
|
36 |
+
report_to: tensorboard
|
37 |
+
resolution: 512
|
38 |
+
resume_from_checkpoint: null
|
39 |
+
revision: null
|
40 |
+
sample_batch_size: 4
|
41 |
+
scale_lr: false
|
42 |
+
seed: 0
|
43 |
+
tokenizer_name: null
|
44 |
+
train_batch_size: 1
|
45 |
+
use_8bit_adam: false
|
46 |
+
validation_epochs: 800
|
47 |
+
validation_prompt: a photo of BlackLUSC
|
48 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1685421945.w54u9wctr1685412021068-fs2kc.17420.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74646fbc66e49d730da669c02a4297f8ef90e3a44464c857707471e184510ee2
|
3 |
+
size 4542317
|
pytorch_lora_weights.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e94d6f0febc32db7724497160bf8d7435d1d393b91425b568782cdb990095bfb
|
3 |
+
size 3418843
|
test_images/image_0.png
ADDED
Git LFS Details
|
test_images/image_1.png
ADDED
Git LFS Details
|
test_images/image_2.png
ADDED
Git LFS Details
|
test_images/image_3.png
ADDED
Git LFS Details
|