jakeythelad
commited on
Commit
•
c981af6
1
Parent(s):
52012b8
End of training
Browse files- .gitattributes +4 -0
- .gitignore +2 -0
- README.md +23 -0
- checkpoint-200/custom_checkpoint_0.pkl +3 -0
- checkpoint-200/optimizer.bin +3 -0
- checkpoint-200/pytorch_model.bin +3 -0
- checkpoint-200/random_states_0.pkl +3 -0
- checkpoint-200/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-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
- 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/1678010359.1951573/events.out.tfevents.1678010359.user-System-Product-Name.932.1 +3 -0
- logs/dreambooth-lora/1678010359.1961966/hparams.yml +49 -0
- logs/dreambooth-lora/events.out.tfevents.1678010359.user-System-Product-Name.932.0 +3 -0
- pytorch_lora_weights.bin +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,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: runwayml/stable-diffusion-v1-5
|
5 |
+
instance_prompt: a photo of hyenah
|
6 |
+
tags:
|
7 |
+
- stable-diffusion
|
8 |
+
- stable-diffusion-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- lora
|
12 |
+
inference: true
|
13 |
+
---
|
14 |
+
|
15 |
+
# LoRA DreamBooth - jakeythelad/lora_output_hyenah
|
16 |
+
|
17 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were trained on a photo of hyenah using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
18 |
+
|
19 |
+
![img_0](./image_0.png)
|
20 |
+
![img_1](./image_1.png)
|
21 |
+
![img_2](./image_2.png)
|
22 |
+
![img_3](./image_3.png)
|
23 |
+
|
checkpoint-200/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d053366a7f2aa802d906335f36fbd6fd4ec05cd734aeea670ada33f1b5b94ad6
|
3 |
+
size 3287513
|
checkpoint-200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fd63871ad9c2b199a7d59227ef3dd92c0516f466efb303921907b4123e889e1
|
3 |
+
size 6591621
|
checkpoint-200/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a1235399585b6f4e0e6508d52c7a73860cd4dea7c84e248aea34ff21506032d
|
3 |
+
size 3285965
|
checkpoint-200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd55feec437121cb1f994b69fbebe30b9dae273083bc4608b2657bbd4b2cfe99
|
3 |
+
size 14599
|
checkpoint-200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2565f1f317aadcb95557955732a7a05efb023cacf90620d89fcb0c7ac0f8e04
|
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:75a7955b556cfb4540466321fdba9761076f00a251da7014edd2383dfdbd5c58
|
3 |
+
size 3287513
|
checkpoint-400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96669fdc6105ea5b7b5f1ddf878db52169eefd1825ef3b355f97818fbf6c87b1
|
3 |
+
size 6591621
|
checkpoint-400/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0c1456aafe4e885ca29ce2216cceccfa2fd37d8844490e4c733c694f17b96d3
|
3 |
+
size 3285965
|
checkpoint-400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6099ce5a0db4def15c2e61abbc03f92034ceabbe7cff275f9da4f76c4d2d2f7e
|
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-600/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bda80073eb6c2343a7167e6c59cee829321f74878fabe637c69f12590226c8d9
|
3 |
+
size 3287513
|
checkpoint-600/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7734d0bd5b40edbe50c3ff81723367b40d0689cf24a75fd202ac3bf289b54f63
|
3 |
+
size 6591621
|
checkpoint-600/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8adf4d59ddf2fa6cd09ebc80509e4c5a2abdb33f1a1165a0475387ba728c2c6
|
3 |
+
size 3285965
|
checkpoint-600/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5940d248590700ed69e340156b64b14ed7a9010d65f72e6dd6ae36ac696bc2f
|
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
|
checkpoint-800/custom_checkpoint_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b15f61b9a755a7217c57a66077f43df8f51c8fc97241fa8e375ffaac8c2dd8d7
|
3 |
+
size 3287513
|
checkpoint-800/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6213e026eaad259854e98a0b8da47e4776d87340f820d6328642bbbf5f410f3
|
3 |
+
size 6591621
|
checkpoint-800/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b062f57169cd952ca392aae8902f7bd55c85eb42b7783efb94c9d64077984190
|
3 |
+
size 3285965
|
checkpoint-800/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4587f3d78773e320176377f678a88cb088e3e8c5a09b3bec9fbcd46f963eb625
|
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/1678010359.1951573/events.out.tfevents.1678010359.user-System-Product-Name.932.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6075cac4c3e078b13809de949d788c7f7ca9bb4e4dd0d6d31337de5531de238d
|
3 |
+
size 2448
|
logs/dreambooth-lora/1678010359.1961966/hparams.yml
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 200
|
8 |
+
checkpoints_total_limit: null
|
9 |
+
class_data_dir: null
|
10 |
+
class_prompt: null
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
enable_xformers_memory_efficient_attention: false
|
13 |
+
gradient_accumulation_steps: 1
|
14 |
+
gradient_checkpointing: false
|
15 |
+
hub_model_id: null
|
16 |
+
hub_token: null
|
17 |
+
instance_data_dir: /home/user/diffusers/hyenah_images
|
18 |
+
instance_prompt: a photo of hyenah
|
19 |
+
learning_rate: 0.0001
|
20 |
+
local_rank: -1
|
21 |
+
logging_dir: logs
|
22 |
+
lr_num_cycles: 1
|
23 |
+
lr_power: 1.0
|
24 |
+
lr_scheduler: constant
|
25 |
+
lr_warmup_steps: 0
|
26 |
+
max_grad_norm: 1.0
|
27 |
+
max_train_steps: 800
|
28 |
+
mixed_precision: null
|
29 |
+
num_class_images: 100
|
30 |
+
num_train_epochs: 54
|
31 |
+
num_validation_images: 4
|
32 |
+
output_dir: /home/user/diffusers/lora_output_hyenah
|
33 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
34 |
+
prior_generation_precision: null
|
35 |
+
prior_loss_weight: 1.0
|
36 |
+
push_to_hub: true
|
37 |
+
report_to: tensorboard
|
38 |
+
resolution: 512
|
39 |
+
resume_from_checkpoint: null
|
40 |
+
revision: null
|
41 |
+
sample_batch_size: 4
|
42 |
+
scale_lr: false
|
43 |
+
seed: 0
|
44 |
+
tokenizer_name: null
|
45 |
+
train_batch_size: 1
|
46 |
+
use_8bit_adam: false
|
47 |
+
validation_epochs: 50
|
48 |
+
validation_prompt: A photo of hyenah in paris
|
49 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1678010359.user-System-Product-Name.932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea00a69ccd84b0cbc75ef5c8dd654066c824e8ca599460a811f4b3f1b1d2b96a
|
3 |
+
size 5774361
|
pytorch_lora_weights.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:471b2c650640a442a6abd186e5dbedcb0e524e18b45b4ff0a0d9c11eae7b040d
|
3 |
+
size 3287771
|