Commit
·
9827ff4
1
Parent(s):
311ae9f
End of training
Browse files- README.md +25 -0
- image_0.png +0 -0
- image_1.png +0 -0
- image_2.png +0 -0
- image_3.png +0 -0
- logs/dreambooth-lora/1692773426.5080864/events.out.tfevents.1692773426.santa.38604.1 +3 -0
- logs/dreambooth-lora/1692773426.5094054/hparams.yml +55 -0
- logs/dreambooth-lora/1692773621.707982/events.out.tfevents.1692773621.santa.38823.1 +3 -0
- logs/dreambooth-lora/1692773621.7093754/hparams.yml +55 -0
- logs/dreambooth-lora/events.out.tfevents.1692773426.santa.38604.0 +3 -0
- logs/dreambooth-lora/events.out.tfevents.1692773621.santa.38823.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: /home/cc/Tune-A-Video/checkpoints/stablediffusionapi/guofeng3
|
5 |
+
instance_prompt: a photo of MayDuSha girl
|
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 - hahaday2022/MayDuSha_trained_model_bak
|
16 |
+
|
17 |
+
These are LoRA adaption weights for /home/cc/Tune-A-Video/checkpoints/stablediffusionapi/guofeng3. The weights were trained on a photo of MayDuSha girl using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
18 |
+
|
19 |
+

|
20 |
+

|
21 |
+

|
22 |
+

|
23 |
+
|
24 |
+
|
25 |
+
LoRA for the text encoder was enabled: False.
|
image_0.png
ADDED
![]() |
image_1.png
ADDED
![]() |
image_2.png
ADDED
![]() |
image_3.png
ADDED
![]() |
logs/dreambooth-lora/1692773426.5080864/events.out.tfevents.1692773426.santa.38604.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7d282a219a849d42b885c875499050183af998cb9a597e4154ae228bc77e133
|
3 |
+
size 2780
|
logs/dreambooth-lora/1692773426.5094054/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: 1800
|
8 |
+
checkpoints_total_limit: null
|
9 |
+
class_data_dir: null
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: null
|
12 |
+
dataloader_num_workers: 0
|
13 |
+
enable_xformers_memory_efficient_attention: false
|
14 |
+
gradient_accumulation_steps: 1
|
15 |
+
gradient_checkpointing: false
|
16 |
+
hub_model_id: null
|
17 |
+
hub_token: null
|
18 |
+
instance_data_dir: /home/cc/diffusers/examples/dreambooth/MayDuSha
|
19 |
+
instance_prompt: a photo of MayDuSha girl
|
20 |
+
learning_rate: 0.0001
|
21 |
+
local_rank: -1
|
22 |
+
logging_dir: logs
|
23 |
+
lr_num_cycles: 1
|
24 |
+
lr_power: 1.0
|
25 |
+
lr_scheduler: constant
|
26 |
+
lr_warmup_steps: 0
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_steps: 100
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 100
|
31 |
+
num_train_epochs: 4
|
32 |
+
num_validation_images: 4
|
33 |
+
output_dir: /home/cc/diffusers/examples/dreambooth/MayDuSha_trained_model_bak
|
34 |
+
pre_compute_text_embeddings: false
|
35 |
+
pretrained_model_name_or_path: /home/cc/Tune-A-Video/checkpoints/stablediffusionapi/guofeng3
|
36 |
+
prior_generation_precision: null
|
37 |
+
prior_loss_weight: 1.0
|
38 |
+
push_to_hub: true
|
39 |
+
rank: 4
|
40 |
+
report_to: tensorboard
|
41 |
+
resolution: 512
|
42 |
+
resume_from_checkpoint: null
|
43 |
+
revision: null
|
44 |
+
sample_batch_size: 4
|
45 |
+
scale_lr: false
|
46 |
+
seed: 0
|
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: false
|
53 |
+
validation_epochs: 75
|
54 |
+
validation_prompt: A photo of MayDuSha on a sunset beach
|
55 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/1692773621.707982/events.out.tfevents.1692773621.santa.38823.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35706815b35dfe095e37f24b3dbc58f1c73ef1345359c6bbc1ad844c12affa04
|
3 |
+
size 2780
|
logs/dreambooth-lora/1692773621.7093754/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: 1800
|
8 |
+
checkpoints_total_limit: null
|
9 |
+
class_data_dir: null
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: null
|
12 |
+
dataloader_num_workers: 0
|
13 |
+
enable_xformers_memory_efficient_attention: false
|
14 |
+
gradient_accumulation_steps: 1
|
15 |
+
gradient_checkpointing: false
|
16 |
+
hub_model_id: null
|
17 |
+
hub_token: null
|
18 |
+
instance_data_dir: /home/cc/diffusers/examples/dreambooth/MayDuSha
|
19 |
+
instance_prompt: a photo of MayDuSha girl
|
20 |
+
learning_rate: 0.0001
|
21 |
+
local_rank: -1
|
22 |
+
logging_dir: logs
|
23 |
+
lr_num_cycles: 1
|
24 |
+
lr_power: 1.0
|
25 |
+
lr_scheduler: constant
|
26 |
+
lr_warmup_steps: 0
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_steps: 100
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 100
|
31 |
+
num_train_epochs: 4
|
32 |
+
num_validation_images: 4
|
33 |
+
output_dir: /home/cc/diffusers/examples/dreambooth/MayDuSha_trained_model_bak
|
34 |
+
pre_compute_text_embeddings: false
|
35 |
+
pretrained_model_name_or_path: /home/cc/Tune-A-Video/checkpoints/stablediffusionapi/guofeng3
|
36 |
+
prior_generation_precision: null
|
37 |
+
prior_loss_weight: 1.0
|
38 |
+
push_to_hub: true
|
39 |
+
rank: 4
|
40 |
+
report_to: tensorboard
|
41 |
+
resolution: 512
|
42 |
+
resume_from_checkpoint: null
|
43 |
+
revision: null
|
44 |
+
sample_batch_size: 4
|
45 |
+
scale_lr: false
|
46 |
+
seed: 0
|
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: false
|
53 |
+
validation_epochs: 75
|
54 |
+
validation_prompt: A photo of MayDuSha on a sunset beach
|
55 |
+
with_prior_preservation: false
|
logs/dreambooth-lora/events.out.tfevents.1692773426.santa.38604.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:148190ef4da1c477fb1996291ba0cecabec7b820b2aaf7dd19f15915525fe180
|
3 |
+
size 1447494
|
logs/dreambooth-lora/events.out.tfevents.1692773621.santa.38823.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52f879f681d4b0b27cf0c9017a4c3bf9cba788d9a53ccd6afcf321e4147769db
|
3 |
+
size 2847469
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6125a7d39b1e1cc059a75281d66732ccf6fcd84a790e1d6068786332bae74515
|
3 |
+
size 3228616
|