doroshroman
commited on
Commit
•
28dba45
1
Parent(s):
d773805
End of training
Browse files- README.md +7 -0
- logs/dreambooth-lora-sd-xl/1709210445.1256738/events.out.tfevents.1709210445.a33828ac45d8.66954.1 +3 -0
- logs/dreambooth-lora-sd-xl/1709210445.1337254/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1709210445.a33828ac45d8.66954.0 +3 -0
- pytorch_lora_weights.safetensors +1 -1
README.md
CHANGED
@@ -72,6 +72,13 @@ tags:
|
|
72 |
- diffusers
|
73 |
- lora
|
74 |
- template:sd-lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
76 |
instance_prompt: a photo of guy raise money for army
|
77 |
widget: []
|
|
|
72 |
- diffusers
|
73 |
- lora
|
74 |
- template:sd-lora
|
75 |
+
- text-to-image
|
76 |
+
- stable-diffusion-xl
|
77 |
+
- stable-diffusion-xl-diffusers
|
78 |
+
- text-to-image
|
79 |
+
- diffusers
|
80 |
+
- lora
|
81 |
+
- template:sd-lora
|
82 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
83 |
instance_prompt: a photo of guy raise money for army
|
84 |
widget: []
|
logs/dreambooth-lora-sd-xl/1709210445.1256738/events.out.tfevents.1709210445.a33828ac45d8.66954.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b572409f35259f1a02043787ff250ea799c84dd9c81ce28e3040eadcdcd6b06
|
3 |
+
size 3046
|
logs/dreambooth-lora-sd-xl/1709210445.1337254/hparams.yml
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.0001
|
5 |
+
adam_weight_decay_text_encoder: 0.001
|
6 |
+
allow_tf32: false
|
7 |
+
cache_dir: null
|
8 |
+
caption_column: null
|
9 |
+
center_crop: false
|
10 |
+
checkpointing_steps: 500
|
11 |
+
checkpoints_total_limit: null
|
12 |
+
class_data_dir: null
|
13 |
+
class_prompt: null
|
14 |
+
dataloader_num_workers: 0
|
15 |
+
dataset_config_name: null
|
16 |
+
dataset_name: null
|
17 |
+
enable_xformers_memory_efficient_attention: true
|
18 |
+
gradient_accumulation_steps: 1
|
19 |
+
gradient_checkpointing: true
|
20 |
+
hub_model_id: null
|
21 |
+
hub_token: null
|
22 |
+
image_column: image
|
23 |
+
instance_data_dir: train_data
|
24 |
+
instance_prompt: a photos of ukrainian army
|
25 |
+
learning_rate: 0.0001
|
26 |
+
local_rank: 0
|
27 |
+
logging_dir: logs
|
28 |
+
lr_num_cycles: 1
|
29 |
+
lr_power: 1.0
|
30 |
+
lr_scheduler: constant
|
31 |
+
lr_warmup_steps: 0
|
32 |
+
max_grad_norm: 1.0
|
33 |
+
max_train_steps: 400
|
34 |
+
mixed_precision: fp16
|
35 |
+
num_class_images: 100
|
36 |
+
num_train_epochs: 16
|
37 |
+
num_validation_images: 4
|
38 |
+
optimizer: AdamW
|
39 |
+
output_dir: finetuned_sd_xl
|
40 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
41 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
42 |
+
prior_generation_precision: null
|
43 |
+
prior_loss_weight: 1.0
|
44 |
+
prodigy_beta3: null
|
45 |
+
prodigy_decouple: true
|
46 |
+
prodigy_safeguard_warmup: true
|
47 |
+
prodigy_use_bias_correction: true
|
48 |
+
push_to_hub: true
|
49 |
+
random_flip: false
|
50 |
+
rank: 4
|
51 |
+
repeats: 1
|
52 |
+
report_to: tensorboard
|
53 |
+
resolution: 1024
|
54 |
+
resume_from_checkpoint: null
|
55 |
+
revision: null
|
56 |
+
sample_batch_size: 4
|
57 |
+
scale_lr: false
|
58 |
+
seed: null
|
59 |
+
snr_gamma: null
|
60 |
+
text_encoder_lr: 5.0e-06
|
61 |
+
train_batch_size: 1
|
62 |
+
train_text_encoder: false
|
63 |
+
use_8bit_adam: true
|
64 |
+
validation_epochs: 50
|
65 |
+
validation_prompt: null
|
66 |
+
variant: null
|
67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1709210445.a33828ac45d8.66954.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:152d4cc4f2bf117fb9927e170a741ab2c82207fa562e3c272c72e442bc69b373
|
3 |
+
size 33434
|
pytorch_lora_weights.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 23390424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fb1cf24e8f8b5d0d0c9a579fede19502d186726158430073eee8bdf92dffe2e
|
3 |
size 23390424
|