MohammadZeineddine
commited on
End of training
Browse files- README.md +63 -0
- checkpoint-100/optimizer.bin +3 -0
- checkpoint-100/pytorch_lora_weights.safetensors +3 -0
- checkpoint-100/random_states_0.pkl +3 -0
- checkpoint-100/scaler.pt +3 -0
- checkpoint-100/scheduler.bin +3 -0
- checkpoint-200/optimizer.bin +3 -0
- checkpoint-200/pytorch_lora_weights.safetensors +3 -0
- checkpoint-200/random_states_0.pkl +3 -0
- checkpoint-200/scaler.pt +3 -0
- checkpoint-200/scheduler.bin +3 -0
- checkpoint-300/optimizer.bin +3 -0
- checkpoint-300/pytorch_lora_weights.safetensors +3 -0
- checkpoint-300/random_states_0.pkl +3 -0
- checkpoint-300/scaler.pt +3 -0
- checkpoint-300/scheduler.bin +3 -0
- checkpoint-400/optimizer.bin +3 -0
- checkpoint-400/pytorch_lora_weights.safetensors +3 -0
- checkpoint-400/random_states_0.pkl +3 -0
- checkpoint-400/scaler.pt +3 -0
- checkpoint-400/scheduler.bin +3 -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
- logs/dreambooth-lora-sd-xl/1731512642.798887/events.out.tfevents.1731512642.69c4ed61c1f8.723.1 +3 -0
- logs/dreambooth-lora-sd-xl/1731512642.8023474/hparams.yml +70 -0
- logs/dreambooth-lora-sd-xl/1731525497.0235271/events.out.tfevents.1731525497.9065c1a2f63d.134.1 +3 -0
- logs/dreambooth-lora-sd-xl/1731525497.0266156/hparams.yml +71 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1731512642.69c4ed61c1f8.723.0 +3 -0
- logs/dreambooth-lora-sd-xl/events.out.tfevents.1731525497.9065c1a2f63d.134.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
+
library_name: diffusers
|
4 |
+
license: openrail++
|
5 |
+
tags:
|
6 |
+
- text-to-image
|
7 |
+
- text-to-image
|
8 |
+
- diffusers-training
|
9 |
+
- diffusers
|
10 |
+
- lora
|
11 |
+
- template:sd-lora
|
12 |
+
- stable-diffusion-xl
|
13 |
+
- stable-diffusion-xl-diffusers
|
14 |
+
instance_prompt: A high-quality photo of a <kelmeTee> KELME sports T-shirt with the
|
15 |
+
brand logo on the chest and sleeve
|
16 |
+
widget: []
|
17 |
+
---
|
18 |
+
|
19 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
20 |
+
should probably proofread and complete it, then remove this comment. -->
|
21 |
+
|
22 |
+
|
23 |
+
# SDXL LoRA DreamBooth - MohammadZeineddine/kelme_shirt_LoRA
|
24 |
+
|
25 |
+
<Gallery />
|
26 |
+
|
27 |
+
## Model description
|
28 |
+
|
29 |
+
These are MohammadZeineddine/kelme_shirt_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
|
30 |
+
|
31 |
+
The weights were trained using [DreamBooth](https://dreambooth.github.io/).
|
32 |
+
|
33 |
+
LoRA for the text encoder was enabled: False.
|
34 |
+
|
35 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
36 |
+
|
37 |
+
## Trigger words
|
38 |
+
|
39 |
+
You should use A high-quality photo of a <kelmeTee> KELME sports T-shirt with the brand logo on the chest and sleeve to trigger the image generation.
|
40 |
+
|
41 |
+
## Download model
|
42 |
+
|
43 |
+
Weights for this model are available in Safetensors format.
|
44 |
+
|
45 |
+
[Download](MohammadZeineddine/kelme_shirt_LoRA/tree/main) them in the Files & versions tab.
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
## Intended uses & limitations
|
50 |
+
|
51 |
+
#### How to use
|
52 |
+
|
53 |
+
```python
|
54 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
55 |
+
```
|
56 |
+
|
57 |
+
#### Limitations and bias
|
58 |
+
|
59 |
+
[TODO: provide examples of latent issues and potential remediations]
|
60 |
+
|
61 |
+
## Training details
|
62 |
+
|
63 |
+
[TODO: describe the data used to train the model]
|
checkpoint-100/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2b4791cd9d7163d8bf5b8e71c109ed17b42b1323a1fb68d834f1388ec0db97
|
3 |
+
size 15133372
|
checkpoint-100/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7a8d7bd6e4586db6a43f100381029520a3b6f8344664747ef4988a501fed28a3
|
3 |
+
size 23390424
|
checkpoint-100/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4648e2f3f54c69c9437faec195296b107d45d3b87638ef40a44ea0659e2d2ae1
|
3 |
+
size 14540
|
checkpoint-100/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac4a558c5b93581a5c41e2922404490319bcd15a10296c927a72a41012ff7f27
|
3 |
+
size 988
|
checkpoint-100/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e440cace6589de6c72ad2cf84b033c31b67b56f5f593fdfc467c84dd99ca645
|
3 |
+
size 1000
|
checkpoint-200/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7e01a57b9f5b68590b3702bfa52ad88dc98adff07f9fefe081bcfd428a8336d
|
3 |
+
size 15133372
|
checkpoint-200/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d08c4d3d8f6ddb78ecdb066db039d671964c5ca0ae6159fbc988ab1a43d2255
|
3 |
+
size 23390424
|
checkpoint-200/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c04e65bbdcc8b01e13261b1e0efbace83ee3773294976e1a5dd4b9a14700f45
|
3 |
+
size 14540
|
checkpoint-200/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bd55b3848d82967a207e0805911c79200c6adce71e3b37fd24549a718f75738
|
3 |
+
size 988
|
checkpoint-200/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a30fb50df034f3b2fe35529f75f39a19995d00a1e34b1527e20eb794752d2f77
|
3 |
+
size 1000
|
checkpoint-300/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f4f8aa3b8b8f67d0663fa2b79deb4d59281d944d87f21e108c5f63384e47461
|
3 |
+
size 15134460
|
checkpoint-300/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcc8211b2da1ff23322e5a4f84361258719a47bb6392cb04a4375224bd3dd470
|
3 |
+
size 23390424
|
checkpoint-300/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abc3a591001a6f323fed80b1eeee1df28dc01bd6c2b4e9fd12ff510ffcd21f9a
|
3 |
+
size 14540
|
checkpoint-300/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92873c8c89778fe11b8eeb338a181eefdf056f2f8096c36bf259c3fd791afb34
|
3 |
+
size 988
|
checkpoint-300/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d925ef3a312cf9f1dd743e06beceb9401782b525caeac7539c0f63bd21821f45
|
3 |
+
size 1000
|
checkpoint-400/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dddbdc799330b40b96ae10abdcaede7a7f154328747c77cce4d9c4d72c4301e8
|
3 |
+
size 15134460
|
checkpoint-400/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cb7fa3ad097e66cd733cf21d52741b04583d9ad30f91a52ad5cca195e5647dc
|
3 |
+
size 23390424
|
checkpoint-400/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8e5f47947e6bffb694906e65a0907300684a93d3cb450bdd7d0b2f1c6dd86b5
|
3 |
+
size 14540
|
checkpoint-400/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c801982aae9be06d302403c1fff693e53dedf89c1d3b689ee29fedad84a96d23
|
3 |
+
size 988
|
checkpoint-400/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e861a7df1fa5e3fd4155b5733a85f3ed8481295ab34df55c68d1a5949e2127e
|
3 |
+
size 1000
|
checkpoint-500/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b190ab77bb98b5a61a8a7a6a2117f1ceb89c38852b52ad9ccd2f45407ab8a402
|
3 |
+
size 15134460
|
checkpoint-500/pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb3ac65e411ab5dd74ef120e7d71da1dbbd4d654430a34c87abcdf7f9e008b57
|
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:a98fd4ca4368025d0dbbbe19126f23ce35f7b6ba4934bf3cde059b029ce6697b
|
3 |
+
size 14540
|
checkpoint-500/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
|
3 |
+
size 988
|
checkpoint-500/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1ef945fb67548939f1340070803ddc6f91925dd6d43f8c15ba25d113f03c5ed
|
3 |
+
size 1000
|
logs/dreambooth-lora-sd-xl/1731512642.798887/events.out.tfevents.1731512642.69c4ed61c1f8.723.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93a073b5ad57da768ae2761b3733aa61bde39cf8bfe4c334236a5ca198d4c208
|
3 |
+
size 3344
|
logs/dreambooth-lora-sd-xl/1731512642.8023474/hparams.yml
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: prompt
|
9 |
+
center_crop: false
|
10 |
+
checkpointing_steps: 717
|
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: /kaggle/working/kelme-shirts-5
|
17 |
+
do_edm_style_training: false
|
18 |
+
enable_xformers_memory_efficient_attention: false
|
19 |
+
gradient_accumulation_steps: 3
|
20 |
+
gradient_checkpointing: true
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
instance_data_dir: null
|
25 |
+
instance_prompt: a photo of KELME shirt
|
26 |
+
learning_rate: 0.0001
|
27 |
+
local_rank: 0
|
28 |
+
logging_dir: logs
|
29 |
+
lr_num_cycles: 1
|
30 |
+
lr_power: 1.0
|
31 |
+
lr_scheduler: constant
|
32 |
+
lr_warmup_steps: 0
|
33 |
+
max_grad_norm: 1.0
|
34 |
+
max_train_steps: 500
|
35 |
+
mixed_precision: fp16
|
36 |
+
num_class_images: 100
|
37 |
+
num_train_epochs: 500
|
38 |
+
num_validation_images: 4
|
39 |
+
optimizer: AdamW
|
40 |
+
output_dir: /kaggle/working/kelme_shirt_LoRA
|
41 |
+
output_kohya_format: false
|
42 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
43 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
44 |
+
prior_generation_precision: null
|
45 |
+
prior_loss_weight: 1.0
|
46 |
+
prodigy_beta3: null
|
47 |
+
prodigy_decouple: true
|
48 |
+
prodigy_safeguard_warmup: true
|
49 |
+
prodigy_use_bias_correction: true
|
50 |
+
push_to_hub: false
|
51 |
+
random_flip: false
|
52 |
+
rank: 4
|
53 |
+
repeats: 1
|
54 |
+
report_to: tensorboard
|
55 |
+
resolution: 1024
|
56 |
+
resume_from_checkpoint: null
|
57 |
+
revision: null
|
58 |
+
sample_batch_size: 4
|
59 |
+
scale_lr: false
|
60 |
+
seed: 0
|
61 |
+
snr_gamma: 5.0
|
62 |
+
text_encoder_lr: 5.0e-06
|
63 |
+
train_batch_size: 1
|
64 |
+
train_text_encoder: false
|
65 |
+
use_8bit_adam: true
|
66 |
+
use_dora: false
|
67 |
+
validation_epochs: 50
|
68 |
+
validation_prompt: null
|
69 |
+
variant: null
|
70 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/1731525497.0235271/events.out.tfevents.1731525497.9065c1a2f63d.134.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e36d17852786b2d9b9e72b8c2f5fdd2c98ce096571c109ecc94081dc00690207
|
3 |
+
size 3390
|
logs/dreambooth-lora-sd-xl/1731525497.0266156/hparams.yml
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: prompt
|
9 |
+
center_crop: false
|
10 |
+
checkpointing_steps: 100
|
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: kelme-dataset
|
17 |
+
do_edm_style_training: false
|
18 |
+
enable_xformers_memory_efficient_attention: false
|
19 |
+
gradient_accumulation_steps: 3
|
20 |
+
gradient_checkpointing: true
|
21 |
+
hub_model_id: null
|
22 |
+
hub_token: null
|
23 |
+
image_column: image
|
24 |
+
instance_data_dir: null
|
25 |
+
instance_prompt: A high-quality photo of a <kelmeTee> KELME sports T-shirt with the
|
26 |
+
brand logo on the chest and sleeve
|
27 |
+
learning_rate: 0.0001
|
28 |
+
local_rank: 0
|
29 |
+
logging_dir: logs
|
30 |
+
lr_num_cycles: 1
|
31 |
+
lr_power: 1.0
|
32 |
+
lr_scheduler: constant
|
33 |
+
lr_warmup_steps: 0
|
34 |
+
max_grad_norm: 1.0
|
35 |
+
max_train_steps: 500
|
36 |
+
mixed_precision: fp16
|
37 |
+
num_class_images: 100
|
38 |
+
num_train_epochs: 250
|
39 |
+
num_validation_images: 4
|
40 |
+
optimizer: AdamW
|
41 |
+
output_dir: kelme_shirt_LoRA
|
42 |
+
output_kohya_format: false
|
43 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
44 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
45 |
+
prior_generation_precision: null
|
46 |
+
prior_loss_weight: 1.0
|
47 |
+
prodigy_beta3: null
|
48 |
+
prodigy_decouple: true
|
49 |
+
prodigy_safeguard_warmup: true
|
50 |
+
prodigy_use_bias_correction: true
|
51 |
+
push_to_hub: false
|
52 |
+
random_flip: false
|
53 |
+
rank: 4
|
54 |
+
repeats: 1
|
55 |
+
report_to: tensorboard
|
56 |
+
resolution: 1024
|
57 |
+
resume_from_checkpoint: null
|
58 |
+
revision: null
|
59 |
+
sample_batch_size: 4
|
60 |
+
scale_lr: false
|
61 |
+
seed: 0
|
62 |
+
snr_gamma: 5.0
|
63 |
+
text_encoder_lr: 5.0e-06
|
64 |
+
train_batch_size: 1
|
65 |
+
train_text_encoder: false
|
66 |
+
use_8bit_adam: true
|
67 |
+
use_dora: false
|
68 |
+
validation_epochs: 50
|
69 |
+
validation_prompt: null
|
70 |
+
variant: null
|
71 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1731512642.69c4ed61c1f8.723.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07032d4b0fe0fd57092c380df16e2e95abf48a87869ace54855d7d065a01bd8
|
3 |
+
size 125314
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1731525497.9065c1a2f63d.134.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcf3976caf4d948ca3934efe25e91da9fbdddadcd3f716725b6c0a4018b721b2
|
3 |
+
size 104442
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb3ac65e411ab5dd74ef120e7d71da1dbbd4d654430a34c87abcdf7f9e008b57
|
3 |
+
size 23390424
|