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-1800/custom_checkpoint_0.pkl +3 -0
- checkpoint-1800/optimizer.bin +3 -0
- checkpoint-1800/pytorch_model.bin +3 -0
- checkpoint-1800/random_states_0.pkl +3 -0
- checkpoint-1800/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-3000/custom_checkpoint_0.pkl +3 -0
- checkpoint-3000/optimizer.bin +3 -0
- checkpoint-3000/pytorch_model.bin +3 -0
- checkpoint-3000/random_states_0.pkl +3 -0
- checkpoint-3000/scheduler.bin +3 -0
- checkpoint-600/custom_checkpoint_0.pkl +3 -0
- checkpoint-600/optimizer.bin +3 -0
- checkpoint-600/pytorch_model.bin +3 -0
- checkpoint-600/random_states_0.pkl +3 -0
- checkpoint-600/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/1685367240.6293943/events.out.tfevents.1685367240.mnvzvpdreambooth-b8s62.21180.1 +3 -0
- logs/dreambooth-lora/1685367240.6330988/hparams.yml +48 -0
- logs/dreambooth-lora/events.out.tfevents.1685367240.mnvzvpdreambooth-b8s62.21180.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_LUAD_2x_3000_1e-4
|
15 |
+
|
16 |
+
These are LoRA adaption weights for kaneyxx/black_LUAD_2x_3000_1e-4. The weights were trained on BlackLUAD 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:217a59a272d7ee188163c47eb78e92b6fdf3786301c6f1d1c1c7f1bbfd9badef
|
3 |
+
size 3418585
|
checkpoint-1200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:495ccf6007910d61543e21dc536e522a79e0945e04dc2bfaa69511857dc11cfa
|
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:da809fd32c42452e34ce42ecd480255dc4d9e7a977844d691e37306e5371d03a
|
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-1800/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de0469f831f0d6927fbefb8fe428e67036792890e01224513cd3c4efbe4b7b3a
|
3 |
+
size 3418585
|
checkpoint-1800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60d5b1a2dd988b219b67c9c70fbdd6974d7fa52641c51b4b502e2b6a3a076841
|
3 |
+
size 6853765
|
checkpoint-1800/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5615ede312e0faee5f9c99526328a4e9f63c9260c28ce92331c0fcd074553420
|
3 |
+
size 3417037
|
checkpoint-1800/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a977020378e66625e5a3c3a1c10a372e48479c650696e2bdc4c971fc14c809f
|
3 |
+
size 14599
|
checkpoint-1800/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69dd0dc434dd4383ef0e02d5a1abbf33f9fec8e6ff45b676be23e786318ecc90
|
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:f8179309d7b0a56b5ade58f4df45f7de212a2b12586407fb2927fd6d6b31b2b5
|
3 |
+
size 3418585
|
checkpoint-2400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:164992ba8f3d9f66a7cb24ad4d187f0a68f3cfe5dfd2359a655c80ee9d0513ae
|
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:eaed8d2e024582e96dc44d9c12e52c3c37a8df59bd973da3734e520853a5bca3
|
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-3000/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ce16682ffe6798445c876465f01d48748551948adee89d2fb0483b9f7647e37
|
3 |
+
size 3418585
|
checkpoint-3000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e1a7bededb03fdd20983d746a40c6781c46621fa0828306fd13c3efab35f926
|
3 |
+
size 6853765
|
checkpoint-3000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b2a155c922f4a4f8df51ba30be2146c192fdd379b283657acc64cfaca73a783
|
3 |
+
size 3417037
|
checkpoint-3000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb98b04089adec600da62b55f50254b9afeacf036cced8acd70cb28fd8708768
|
3 |
+
size 14599
|
checkpoint-3000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f09f1701655fb0b46f613fd0e247c71854a63f39d00ff846a65f60d677f52186
|
3 |
+
size 563
|
checkpoint-600/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4807a2f4cf206f002fd1df4a397c354eedd8eff2806ceedc9c48614a0bc860f
|
3 |
+
size 3418585
|
checkpoint-600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b82b55ac15e0e73ee3d09b0ccb2d0790a36c0130f7e1025601ee9282202e783
|
3 |
+
size 6853765
|
checkpoint-600/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d46428cbfedb764d2406f2e4128e82f50475cc56ac369d4375e46da8bc7fde67
|
3 |
+
size 3417037
|
checkpoint-600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ff164223fd9410a52511cb7797501b897bf57747a3c9bdd1dee4ace106ba58e
|
3 |
+
size 14599
|
checkpoint-600/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:864c924c403e116aaa2ce6d169c54f498fb0609bfb8d79139ec317756b219c42
|
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/1685367240.6293943/events.out.tfevents.1685367240.mnvzvpdreambooth-b8s62.21180.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5e861b6333733edf4629d62280948313165e62305085d52a32056a12bd30fdd
|
3 |
+
size 2523
|
logs/dreambooth-lora/1685367240.6330988/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: 600
|
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_LUAD
|
17 |
+
instance_prompt: BlackLUAD
|
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: 3000
|
27 |
+
mixed_precision: null
|
28 |
+
num_class_images: 100
|
29 |
+
num_train_epochs: 75
|
30 |
+
num_validation_images: 4
|
31 |
+
output_dir: /home/fungi0313/LoRA-DreamBooth-Training-UI/outputs/black_LUAD_2x_3000_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: 600
|
47 |
+
validation_prompt: a photo of BlackLUAD
|
48 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1685367240.mnvzvpdreambooth-b8s62.21180.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af393df8a15450722d52c712e791ce8d055daf7541b64636d258f93d072e85a2
|
3 |
+
size 4621980
|
pytorch_lora_weights.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c756f0a7d0fab0ed2e928f4c547efd5389fdc582e22c458697b70048cb196bcd
|
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
|