End of training
Browse files- checkpoint-500/optimizer.bin +2 -2
- checkpoint-500/pytorch_lora_weights.bin +2 -2
- checkpoint-500/random_states_0.pkl +2 -2
- logs/dreambooth-lora/1685281287.1258256/events.out.tfevents.1685281287.lucca-B150M-Gaming-3.19213.1 +3 -0
- logs/dreambooth-lora/1685281287.1272955/hparams.yml +55 -0
- logs/dreambooth-lora/events.out.tfevents.1685281287.lucca-B150M-Gaming-3.19213.0 +3 -0
- pytorch_lora_weights.bin +2 -2
checkpoint-500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c44e8ca23dad304ec53f286e6c08f1eb3f0db24979d1418c2c7f5ec669f736f7
|
3 |
+
size 3999277
|
checkpoint-500/pytorch_lora_weights.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:114e9403f521d8b264009affeec30bb23de626896048ef5e7cd6b3bbf52f0268
|
3 |
+
size 3285121
|
checkpoint-500/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed43e07f7c335edfc4ac1e9597386f43673f748efb26f398ceaf990fc53427cc
|
3 |
+
size 14567
|
logs/dreambooth-lora/1685281287.1258256/events.out.tfevents.1685281287.lucca-B150M-Gaming-3.19213.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77f1d928ea7e5c0705b954c6f2c8b31677ed9abd964a765b2c8362bec71a6f1c
|
3 |
+
size 2737
|
logs/dreambooth-lora/1685281287.1272955/hparams.yml
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 500
|
8 |
+
checkpoints_total_limit: null
|
9 |
+
class_data_dir: null
|
10 |
+
class_prompt: a photo of dog
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
enable_xformers_memory_efficient_attention: false
|
13 |
+
gradient_accumulation_steps: 1
|
14 |
+
gradient_checkpointing: true
|
15 |
+
hub_model_id: test_lora_dog
|
16 |
+
hub_token: null
|
17 |
+
instance_data_dir: dog-example/
|
18 |
+
instance_prompt: a photo of sks dog
|
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: 500
|
28 |
+
mixed_precision: fp16
|
29 |
+
num_class_images: 200
|
30 |
+
num_train_epochs: 100
|
31 |
+
num_validation_images: 4
|
32 |
+
output_dir: out/
|
33 |
+
pre_compute_text_embeddings: false
|
34 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
35 |
+
prior_generation_precision: null
|
36 |
+
prior_loss_weight: 1.0
|
37 |
+
push_to_hub: true
|
38 |
+
report_to: tensorboard
|
39 |
+
resolution: 512
|
40 |
+
resume_from_checkpoint: null
|
41 |
+
revision: null
|
42 |
+
sample_batch_size: 1
|
43 |
+
scale_lr: false
|
44 |
+
seed: null
|
45 |
+
svdiff: false
|
46 |
+
test_inference: false
|
47 |
+
text_encoder_use_attention_mask: false
|
48 |
+
tokenizer_max_length: null
|
49 |
+
tokenizer_name: null
|
50 |
+
train_batch_size: 1
|
51 |
+
train_text_encoder: false
|
52 |
+
use_8bit_adam: true
|
53 |
+
validation_epochs: 50
|
54 |
+
validation_prompt: null
|
55 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1685281287.lucca-B150M-Gaming-3.19213.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7102a34bc483c75753a0998fc65ce9dd172ba2fcc235b83952186207fbb796a9
|
3 |
+
size 41834
|
pytorch_lora_weights.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:114e9403f521d8b264009affeec30bb23de626896048ef5e7cd6b3bbf52f0268
|
3 |
+
size 3285121
|