End of training
Browse files- .gitattributes +4 -0
- README.md +79 -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/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-sana-lora/1736625803.2246807/events.out.tfevents.1736625803.d63fb6905e9f.1948.1 +3 -0
- logs/dreambooth-sana-lora/1736625803.227759/hparams.yml +72 -0
- logs/dreambooth-sana-lora/events.out.tfevents.1736625803.d63fb6905e9f.1948.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,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: Efficient-Large-Model/Sana_1600M_1024px_BF16_diffusers
|
3 |
+
library_name: diffusers
|
4 |
+
license: other
|
5 |
+
instance_prompt: a photo of sks cat
|
6 |
+
widget:
|
7 |
+
- text: A photo of sks cat is sitting on the wooden chair with dark studio background
|
8 |
+
output:
|
9 |
+
url: image_0.png
|
10 |
+
- text: A photo of sks cat is sitting on the wooden chair with dark studio background
|
11 |
+
output:
|
12 |
+
url: image_1.png
|
13 |
+
- text: A photo of sks cat is sitting on the wooden chair with dark studio background
|
14 |
+
output:
|
15 |
+
url: image_2.png
|
16 |
+
- text: A photo of sks cat is sitting on the wooden chair with dark studio background
|
17 |
+
output:
|
18 |
+
url: image_3.png
|
19 |
+
tags:
|
20 |
+
- text-to-image
|
21 |
+
- diffusers-training
|
22 |
+
- diffusers
|
23 |
+
- lora
|
24 |
+
- sana
|
25 |
+
- sana-diffusers
|
26 |
+
- template:sd-lora
|
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 |
+
# Sana DreamBooth LoRA - ainjarts/trained-sana-cat-lora
|
34 |
+
|
35 |
+
<Gallery />
|
36 |
+
|
37 |
+
## Model description
|
38 |
+
|
39 |
+
These are ainjarts/trained-sana-cat-lora DreamBooth LoRA weights for Efficient-Large-Model/Sana_1600M_1024px_BF16_diffusers.
|
40 |
+
|
41 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [Sana diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sana.md).
|
42 |
+
|
43 |
+
|
44 |
+
## Trigger words
|
45 |
+
|
46 |
+
You should use `a photo of sks cat` to trigger the image generation.
|
47 |
+
|
48 |
+
## Download model
|
49 |
+
|
50 |
+
[Download the *.safetensors LoRA](ainjarts/trained-sana-cat-lora/tree/main) in the Files & versions tab.
|
51 |
+
|
52 |
+
## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
|
53 |
+
|
54 |
+
```py
|
55 |
+
TODO
|
56 |
+
```
|
57 |
+
|
58 |
+
For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
|
59 |
+
|
60 |
+
## License
|
61 |
+
|
62 |
+
TODO
|
63 |
+
|
64 |
+
|
65 |
+
## Intended uses & limitations
|
66 |
+
|
67 |
+
#### How to use
|
68 |
+
|
69 |
+
```python
|
70 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
71 |
+
```
|
72 |
+
|
73 |
+
#### Limitations and bias
|
74 |
+
|
75 |
+
[TODO: provide examples of latent issues and potential remediations]
|
76 |
+
|
77 |
+
## Training details
|
78 |
+
|
79 |
+
[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:01823493c8fe5674a0f36825be7a7cb705cb5bc95383d118ae1ad0d5687909f9
|
3 |
+
size 4643130
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e076081b182b93b0fa7a5a3b929b31d647fb2643a1804ecbf04f7105bc9fa5a
|
3 |
+
size 4331320
|
checkpoint-500/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a7ca1ed5ca4df255ec06c321f90e18c064b223f77269d9295c9a4282d787ff0
|
3 |
+
size 14344
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cf34ac8dd2addc454aeb1ee4eaba3267c2841857e117be40ac2ed02cf581c9c
|
3 |
+
size 1000
|
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-sana-lora/1736625803.2246807/events.out.tfevents.1736625803.d63fb6905e9f.1948.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d652f1039f4154129037c23b2da5d57db316e4499e21c14b776f029b3e251cee
|
3 |
+
size 3315
|
logs/dreambooth-sana-lora/1736625803.227759/hparams.yml
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cache_latents: false
|
9 |
+
caption_column: null
|
10 |
+
center_crop: false
|
11 |
+
checkpointing_steps: 500
|
12 |
+
checkpoints_total_limit: null
|
13 |
+
class_data_dir: null
|
14 |
+
class_prompt: null
|
15 |
+
complex_human_instruction: null
|
16 |
+
dataloader_num_workers: 0
|
17 |
+
dataset_config_name: null
|
18 |
+
dataset_name: null
|
19 |
+
gradient_accumulation_steps: 4
|
20 |
+
gradient_checkpointing: false
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
instance_data_dir: /workspace/diffusers/examples/dreambooth/cat
|
25 |
+
instance_prompt: a photo of sks cat
|
26 |
+
learning_rate: 0.0001
|
27 |
+
local_rank: -1
|
28 |
+
logging_dir: logs
|
29 |
+
logit_mean: 0.0
|
30 |
+
logit_std: 1.0
|
31 |
+
lora_layers: null
|
32 |
+
lr_num_cycles: 1
|
33 |
+
lr_power: 1.0
|
34 |
+
lr_scheduler: constant
|
35 |
+
lr_warmup_steps: 0
|
36 |
+
max_grad_norm: 1.0
|
37 |
+
max_sequence_length: 300
|
38 |
+
max_train_steps: 500
|
39 |
+
mixed_precision: bf16
|
40 |
+
mode_scale: 1.29
|
41 |
+
num_class_images: 100
|
42 |
+
num_train_epochs: 167
|
43 |
+
num_validation_images: 4
|
44 |
+
offload: false
|
45 |
+
optimizer: AdamW
|
46 |
+
output_dir: /workspace/output/trained-sana-cat-lora
|
47 |
+
pretrained_model_name_or_path: Efficient-Large-Model/Sana_1600M_1024px_BF16_diffusers
|
48 |
+
prior_loss_weight: 1.0
|
49 |
+
prodigy_beta3: null
|
50 |
+
prodigy_decouple: true
|
51 |
+
prodigy_safeguard_warmup: true
|
52 |
+
prodigy_use_bias_correction: true
|
53 |
+
push_to_hub: true
|
54 |
+
random_flip: false
|
55 |
+
rank: 4
|
56 |
+
repeats: 1
|
57 |
+
report_to: tensorboard
|
58 |
+
resolution: 1024
|
59 |
+
resume_from_checkpoint: null
|
60 |
+
revision: null
|
61 |
+
sample_batch_size: 4
|
62 |
+
scale_lr: false
|
63 |
+
seed: 0
|
64 |
+
train_batch_size: 1
|
65 |
+
upcast_before_saving: false
|
66 |
+
use_8bit_adam: true
|
67 |
+
validation_epochs: 25
|
68 |
+
validation_prompt: A photo of sks cat is sitting on the wooden chair with dark studio
|
69 |
+
background
|
70 |
+
variant: null
|
71 |
+
weighting_scheme: none
|
72 |
+
with_prior_preservation: false
|
logs/dreambooth-sana-lora/events.out.tfevents.1736625803.d63fb6905e9f.1948.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb0411b3b77d4f24e11072066fd1aeb03ef75e060896b989999a4b5bc30f4c6e
|
3 |
+
size 37159772
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e076081b182b93b0fa7a5a3b929b31d647fb2643a1804ecbf04f7105bc9fa5a
|
3 |
+
size 4331320
|