JerryFan011018
commited on
End of training
Browse files- README.md +44 -0
- logs/text2image-fine-tune/1732108118.3164291/events.out.tfevents.1732108118.347ab98c8e68.135304.1 +3 -0
- logs/text2image-fine-tune/1732108118.3183022/hparams.yml +54 -0
- logs/text2image-fine-tune/1732108296.745022/events.out.tfevents.1732108296.347ab98c8e68.136108.1 +3 -0
- logs/text2image-fine-tune/1732108296.7466779/hparams.yml +54 -0
- logs/text2image-fine-tune/events.out.tfevents.1732108118.347ab98c8e68.135304.0 +3 -0
- logs/text2image-fine-tune/events.out.tfevents.1732108296.347ab98c8e68.136108.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_sdxl
|
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/1732108118.3164291/events.out.tfevents.1732108118.347ab98c8e68.135304.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0848a6285076bca6a443e0b556717d38ee5a18a4586c9a90d516b9d65b07db3f
|
3 |
+
size 2486
|
logs/text2image-fine-tune/1732108118.3183022/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: 10000
|
30 |
+
mixed_precision: fp16
|
31 |
+
noise_offset: 0
|
32 |
+
num_train_epochs: 154
|
33 |
+
num_validation_images: 4
|
34 |
+
output_dir: fashion_sdxl
|
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/1732108296.745022/events.out.tfevents.1732108296.347ab98c8e68.136108.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:513b30460cd7ce62966f840f52d348ef9b3859f5d7b6cdc11785ec9bc36996eb
|
3 |
+
size 2486
|
logs/text2image-fine-tune/1732108296.7466779/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: 500
|
30 |
+
mixed_precision: fp16
|
31 |
+
noise_offset: 0
|
32 |
+
num_train_epochs: 8
|
33 |
+
num_validation_images: 4
|
34 |
+
output_dir: fashion_sdxl
|
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.1732108118.347ab98c8e68.135304.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4118630a31479ac9fe27f9a24c049ab748de16cfa2cabe338951b506028715e
|
3 |
+
size 712
|
logs/text2image-fine-tune/events.out.tfevents.1732108296.347ab98c8e68.136108.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b5138b39e9694e5a7f8ff69059dfc50ae05d58e251cf1afc51f0c298a590ba2
|
3 |
+
size 24461
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d65aaa3575a3978604e1461b048f3c17fc8e461815aff723d8b7bd2aa973558
|
3 |
+
size 23390424
|