End of training
Browse files- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +22 -0
- checkpoint-1200/custom_checkpoint_0.pkl +3 -0
- checkpoint-1200/optimizer.bin +3 -0
- checkpoint-1200/pytorch_model.bin +3 -0
- checkpoint-1200/random_states_0.pkl +3 -0
- checkpoint-1200/scheduler.bin +3 -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-2000/custom_checkpoint_0.pkl +3 -0
- checkpoint-2000/optimizer.bin +3 -0
- checkpoint-2000/pytorch_model.bin +3 -0
- checkpoint-2000/random_states_0.pkl +3 -0
- checkpoint-2000/scheduler.bin +3 -0
- checkpoint-400/custom_checkpoint_0.pkl +3 -0
- checkpoint-400/optimizer.bin +3 -0
- checkpoint-400/pytorch_model.bin +3 -0
- checkpoint-400/random_states_0.pkl +3 -0
- checkpoint-400/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/1685418153.425824/events.out.tfevents.1685418153.w54u9wctr1685412021068-fs2kc.28178.1 +3 -0
- logs/dreambooth-lora/1685418153.4284863/hparams.yml +48 -0
- logs/dreambooth-lora/events.out.tfevents.1685418153.w54u9wctr1685412021068-fs2kc.28178.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_2000_1e-4
|
15 |
+
|
16 |
+
These are LoRA adaption weights for kaneyxx/black_LUSC_2x_2000_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-1200/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:508e881ed863a923bd6762db2d517ade09590ef6fd99033a740d18c526618697
|
3 |
+
size 3418585
|
checkpoint-1200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82291d5e5c617ace877b89e05266b4b731c732818b79c9ccc096a4ccc5ca4c74
|
3 |
+
size 6853765
|
checkpoint-1200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f1815d4f1c1e7c77da46fb0d96d62f67e4bdcd0153c54c75c01822be098b537
|
3 |
+
size 3417037
|
checkpoint-1200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1c0b09e78c046121802a773dc0b3d5a6e09d074628764c8116dc4543ecb2169
|
3 |
+
size 14599
|
checkpoint-1200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efb395eb1965763fbdfe27e8a4533b780593fd2bd4a41491d17f107e94a35f26
|
3 |
+
size 563
|
checkpoint-1600/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ccfe5ec5bdc07940f74d60019e920e5b7507dcea2c438dad68a16a57085b598
|
3 |
+
size 3418585
|
checkpoint-1600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8878f028d5ae7bb29cca5c33d780bc4231dd2b96fc95415e872d40e8c0740ecb
|
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:ee7942bc5d9666cff66d20656807c4ef56fc696b59287e0fcb9b880c9556c293
|
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-2000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6210bfc6bd929e64f8e2cae312cd6f9c40e7f1ecc67faa027e271a641ed3d7d
|
3 |
+
size 3418585
|
checkpoint-2000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d73ec48db9c499dfec39c7bffe68001c049b00b34c72c044e944bfb6661a57f9
|
3 |
+
size 6853765
|
checkpoint-2000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a69d372c520cc6d57cd3f3d983d6e200da49349a9c0df2f204153e1622023c97
|
3 |
+
size 3417037
|
checkpoint-2000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:043aebc92273e79db1c506b59828fafeb7886395d0983463e0c143e74d34dc84
|
3 |
+
size 14599
|
checkpoint-2000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a99a60215bbd5dc45ef331980a49be61c64d9af979413113bdfdd196321f239
|
3 |
+
size 563
|
checkpoint-400/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a44daabac23cdf542a3d0e4f089c69ed15a65347195675268d8dbcf0263afaec
|
3 |
+
size 3418585
|
checkpoint-400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8143cd61c4cb513797709bc5f1523093d3074d085d56ddd93a2fa01e7ef17282
|
3 |
+
size 6853765
|
checkpoint-400/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3696472dde62fe290309fb626532ab4368e15f7b00f3b4d41107807040c42cae
|
3 |
+
size 3417037
|
checkpoint-400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73ab26bced5fcff44c0220b44540f5f497af893e0016a25fbf92618951016d75
|
3 |
+
size 14599
|
checkpoint-400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e33b45756ec30d1126f6571b94c7435f6d9cb7b6d5e5e650c81523775e7216f
|
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:d680cc40c867177f70203fdd5466127aaae5682d88eb4d9f53c8c7c2e43ec5c1
|
3 |
+
size 3418585
|
checkpoint-800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d53b6e23fc7b16802b4bbfb4e87517dd8040c5c790006c051d9da4b8d1f0b53e
|
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:0eeafaa85e9f3e582397adb991beba0f5e9761fd48141e03623c1b6bcdc0e0e0
|
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/1685418153.425824/events.out.tfevents.1685418153.w54u9wctr1685412021068-fs2kc.28178.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96e95094482add097535264081391cd2f3e9a39429b693dc36ca46d32014a7b9
|
3 |
+
size 2523
|
logs/dreambooth-lora/1685418153.4284863/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: 400
|
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: 2000
|
27 |
+
mixed_precision: null
|
28 |
+
num_class_images: 100
|
29 |
+
num_train_epochs: 50
|
30 |
+
num_validation_images: 4
|
31 |
+
output_dir: /home/fungi0313/LoRA-DreamBooth-Training-UI/outputs/black_LUSC_2x_2000_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: 400
|
47 |
+
validation_prompt: a photo of BlackLUSC
|
48 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1685418153.w54u9wctr1685412021068-fs2kc.28178.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3530189464202e43ad91f9c948fe4f0590bd01aa5cd77b2b97bca5a1a38d5b2c
|
3 |
+
size 4324982
|
pytorch_lora_weights.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dce53a2c352d45a5264e1d32f58219211dc570b45811b5ff54d2f054ce2f088b
|
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
|