juliajoanna
commited on
Commit
•
0261b5b
1
Parent(s):
b37c618
End of training
Browse files- .gitattributes +4 -0
- README.md +73 -0
- checkpoint-500/optimizer.bin +3 -0
- checkpoint-500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-500/random_states_0.pkl +3 -0
- checkpoint-500/scaler.pt +3 -0
- checkpoint-500/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-sd-xl/1708274089.8368807/events.out.tfevents.1708274089.bruce.98001.1 +3 -0
- logs/dreambooth-lora-sd-xl/1708274089.8451476/hparams.yml +67 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1708274089.bruce.98001.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
image_0.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
image_1.png filter=lfs diff=lfs merge=lfs -text
|
38 |
+
image_2.png filter=lfs diff=lfs merge=lfs -text
|
39 |
+
image_3.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: openrail++
|
3 |
+
library_name: diffusers
|
4 |
+
tags:
|
5 |
+
- text-to-image
|
6 |
+
- stable-diffusion-xl
|
7 |
+
- stable-diffusion-xl-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
- template:sd-lora
|
12 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
13 |
+
instance_prompt: A photo of sks goddess sculpture
|
14 |
+
widget:
|
15 |
+
- text: A photo of sks goddess sculpture under a tree
|
16 |
+
output:
|
17 |
+
url: image_0.png
|
18 |
+
- text: A photo of sks goddess sculpture under a tree
|
19 |
+
output:
|
20 |
+
url: image_1.png
|
21 |
+
- text: A photo of sks goddess sculpture under a tree
|
22 |
+
output:
|
23 |
+
url: image_2.png
|
24 |
+
- text: A photo of sks goddess sculpture under a tree
|
25 |
+
output:
|
26 |
+
url: image_3.png
|
27 |
+
---
|
28 |
+
|
29 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
30 |
+
should probably proofread and complete it, then remove this comment. -->
|
31 |
+
|
32 |
+
|
33 |
+
# SDXL LoRA DreamBooth - juliajoanna/lora-trained-xl
|
34 |
+
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
These are juliajoanna/lora-trained-xl LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
40 |
+
|
41 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
42 |
+
|
43 |
+
LoRA for the text encoder was enabled: False.
|
44 |
+
|
45 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
46 |
+
|
47 |
+
## Trigger words
|
48 |
+
|
49 |
+
You should use A photo of sks goddess sculpture to trigger the image generation.
|
50 |
+
|
51 |
+
## Download model
|
52 |
+
|
53 |
+
Weights for this model are available in Safetensors format.
|
54 |
+
|
55 |
+
[Download](juliajoanna/lora-trained-xl/tree/main) them in the Files & versions tab.
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
+
## Intended uses & limitations
|
60 |
+
|
61 |
+
#### How to use
|
62 |
+
|
63 |
+
```python
|
64 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
65 |
+
```
|
66 |
+
|
67 |
+
#### Limitations and bias
|
68 |
+
|
69 |
+
[TODO: provide examples of latent issues and potential remediations]
|
70 |
+
|
71 |
+
## Training details
|
72 |
+
|
73 |
+
[TODO: describe the data used to train the model]
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1e6cb5a5d86ceaab41f94010f624f1ced150d608a0aec1a7e01bd7c475c8ab4
|
3 |
+
size 47392445
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d4b1bb7bf921a691bb468c344994a3f444de23ba32f3699390e4a6ca0742f42
|
3 |
+
size 23390424
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7da45e0ab207b683bb24cd1091446d083d5f1a3bfbf767c08d1543f90b9e12fd
|
3 |
+
size 14599
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
|
3 |
+
size 557
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62783ff6f0ae2c2ccc177b097e430c03940c5e70c38a191df273c5cf7ab1227c
|
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-sd-xl/1708274089.8368807/events.out.tfevents.1708274089.bruce.98001.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:461f58dcd9fa3917c9ff68ad85b953c64160b31277d51c2a46cae969a9c04a2d
|
3 |
+
size 3186
|
logs/dreambooth-lora-sd-xl/1708274089.8451476/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: false
|
18 |
+
gradient_accumulation_steps: 4
|
19 |
+
gradient_checkpointing: false
|
20 |
+
hub_model_id: null
|
21 |
+
hub_token: null
|
22 |
+
image_column: image
|
23 |
+
instance_data_dir: /home/juliajoanna/god7
|
24 |
+
instance_prompt: A photo of sks goddess sculpture
|
25 |
+
learning_rate: 0.0001
|
26 |
+
local_rank: -1
|
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: 500
|
34 |
+
mixed_precision: fp16
|
35 |
+
num_class_images: 100
|
36 |
+
num_train_epochs: 500
|
37 |
+
num_validation_images: 4
|
38 |
+
optimizer: AdamW
|
39 |
+
output_dir: lora-trained-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: 0
|
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: false
|
64 |
+
validation_epochs: 25
|
65 |
+
validation_prompt: A photo of sks goddess sculpture under a tree
|
66 |
+
variant: null
|
67 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1708274089.bruce.98001.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10cdf3acd83bd779aa608ca2762806515f5a025d1c2844102fe515f86f71def8
|
3 |
+
size 154342448
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d4b1bb7bf921a691bb468c344994a3f444de23ba32f3699390e4a6ca0742f42
|
3 |
+
size 23390424
|