JerryFan011018
commited on
Commit
•
1e15c76
1
Parent(s):
63ceb86
End of training
Browse files- README.md +44 -0
- logs/text2image-fine-tune/1732111881.153701/events.out.tfevents.1732111881.347ab98c8e68.152682.1 +3 -0
- logs/text2image-fine-tune/1732111881.155396/hparams.yml +54 -0
- logs/text2image-fine-tune/1732112085.6245155/events.out.tfevents.1732112085.347ab98c8e68.153596.1 +3 -0
- logs/text2image-fine-tune/1732112085.6261766/hparams.yml +54 -0
- logs/text2image-fine-tune/events.out.tfevents.1732111881.347ab98c8e68.152682.0 +3 -0
- logs/text2image-fine-tune/events.out.tfevents.1732112085.347ab98c8e68.153596.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
+
library_name: diffusers
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
inference: true
|
6 |
+
tags:
|
7 |
+
- stable-diffusion-xl
|
8 |
+
- stable-diffusion-xl-diffusers
|
9 |
+
- text-to-image
|
10 |
+
- diffusers
|
11 |
+
- diffusers-training
|
12 |
+
- lora
|
13 |
+
---
|
14 |
+
|
15 |
+
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
16 |
+
should probably proofread and complete it, then remove this comment. -->
|
17 |
+
|
18 |
+
|
19 |
+
# LoRA text2image fine-tuning - JerryFan011018/fashion_sdxl2
|
20 |
+
|
21 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the None dataset. You can find some example images in the following.
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
LoRA for the text encoder was enabled: False.
|
26 |
+
|
27 |
+
Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
|
28 |
+
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
#### How to use
|
33 |
+
|
34 |
+
```python
|
35 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
36 |
+
```
|
37 |
+
|
38 |
+
#### Limitations and bias
|
39 |
+
|
40 |
+
[TODO: provide examples of latent issues and potential remediations]
|
41 |
+
|
42 |
+
## Training details
|
43 |
+
|
44 |
+
[TODO: describe the data used to train the model]
|
logs/text2image-fine-tune/1732111881.153701/events.out.tfevents.1732111881.347ab98c8e68.152682.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a4bccb850cd8b1d8c8ab735564783afba0295fd7af2882f2157d5982c54965e
|
3 |
+
size 2487
|
logs/text2image-fine-tune/1732111881.155396/hparams.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cache_dir: null
|
7 |
+
caption_column: prompt
|
8 |
+
center_crop: false
|
9 |
+
checkpointing_steps: 5000
|
10 |
+
checkpoints_total_limit: null
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
dataset_config_name: null
|
13 |
+
dataset_name: /content/drive/MyDrive/myntradataset/images
|
14 |
+
debug_loss: false
|
15 |
+
enable_npu_flash_attention: false
|
16 |
+
enable_xformers_memory_efficient_attention: false
|
17 |
+
gradient_accumulation_steps: 4
|
18 |
+
gradient_checkpointing: true
|
19 |
+
hub_model_id: null
|
20 |
+
hub_token: null
|
21 |
+
image_column: image
|
22 |
+
learning_rate: 1.0e-06
|
23 |
+
local_rank: -1
|
24 |
+
logging_dir: logs
|
25 |
+
lr_scheduler: cosine
|
26 |
+
lr_warmup_steps: 0
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_samples: null
|
29 |
+
max_train_steps: 5000
|
30 |
+
mixed_precision: fp16
|
31 |
+
noise_offset: 0
|
32 |
+
num_train_epochs: 77
|
33 |
+
num_validation_images: 4
|
34 |
+
output_dir: fashion_sdxl2
|
35 |
+
prediction_type: null
|
36 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
37 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
38 |
+
push_to_hub: false
|
39 |
+
random_flip: false
|
40 |
+
rank: 4
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 80
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
snr_gamma: null
|
48 |
+
train_batch_size: 16
|
49 |
+
train_data_dir: null
|
50 |
+
train_text_encoder: false
|
51 |
+
use_8bit_adam: true
|
52 |
+
validation_epochs: 1
|
53 |
+
validation_prompt: null
|
54 |
+
variant: null
|
logs/text2image-fine-tune/1732112085.6245155/events.out.tfevents.1732112085.347ab98c8e68.153596.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:861da08e43a9cf419f827f826981dfa30d426ee151f3be3b71bc60302717080e
|
3 |
+
size 2487
|
logs/text2image-fine-tune/1732112085.6261766/hparams.yml
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cache_dir: null
|
7 |
+
caption_column: prompt
|
8 |
+
center_crop: false
|
9 |
+
checkpointing_steps: 5000
|
10 |
+
checkpoints_total_limit: null
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
dataset_config_name: null
|
13 |
+
dataset_name: /content/drive/MyDrive/myntradataset/images
|
14 |
+
debug_loss: false
|
15 |
+
enable_npu_flash_attention: false
|
16 |
+
enable_xformers_memory_efficient_attention: false
|
17 |
+
gradient_accumulation_steps: 4
|
18 |
+
gradient_checkpointing: true
|
19 |
+
hub_model_id: null
|
20 |
+
hub_token: null
|
21 |
+
image_column: image
|
22 |
+
learning_rate: 1.0e-06
|
23 |
+
local_rank: -1
|
24 |
+
logging_dir: logs
|
25 |
+
lr_scheduler: cosine
|
26 |
+
lr_warmup_steps: 0
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_samples: null
|
29 |
+
max_train_steps: 2000
|
30 |
+
mixed_precision: fp16
|
31 |
+
noise_offset: 0
|
32 |
+
num_train_epochs: 31
|
33 |
+
num_validation_images: 4
|
34 |
+
output_dir: fashion_sdxl2
|
35 |
+
prediction_type: null
|
36 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
37 |
+
pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
|
38 |
+
push_to_hub: false
|
39 |
+
random_flip: false
|
40 |
+
rank: 4
|
41 |
+
report_to: tensorboard
|
42 |
+
resolution: 80
|
43 |
+
resume_from_checkpoint: null
|
44 |
+
revision: null
|
45 |
+
scale_lr: false
|
46 |
+
seed: null
|
47 |
+
snr_gamma: null
|
48 |
+
train_batch_size: 16
|
49 |
+
train_data_dir: null
|
50 |
+
train_text_encoder: false
|
51 |
+
use_8bit_adam: true
|
52 |
+
validation_epochs: 1
|
53 |
+
validation_prompt: null
|
54 |
+
variant: null
|
logs/text2image-fine-tune/events.out.tfevents.1732111881.347ab98c8e68.152682.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f653135c7cfab1eb5c1e405088e212400bfc3434d28284f0aedb0a8bb68b69b2
|
3 |
+
size 1048
|
logs/text2image-fine-tune/events.out.tfevents.1732112085.347ab98c8e68.153596.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6db0c3332c89fdf3445e8ea446446f7192aeddb4df67718141c0253fcd76ab02
|
3 |
+
size 97961
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82c41da250971a79079062ddab2c96cc915680f9ab30f60ac36b3eac7f3714f8
|
3 |
+
size 23390424
|