End of training
Browse files- .gitattributes +4 -0
- README.md +43 -0
- checkpoint-7500/model.safetensors +3 -0
- checkpoint-7500/optimizer.bin +3 -0
- checkpoint-7500/pytorch_lora_weights.safetensors +3 -0
- checkpoint-7500/random_states_0.pkl +3 -0
- checkpoint-7500/scaler.pt +3 -0
- checkpoint-7500/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/text2image-fine-tune/1770961526.9878597/events.out.tfevents.1770961526.wmgubws17.wmgds.wmg.warwick.ac.uk.3955623.1 +3 -0
- logs/text2image-fine-tune/1770961526.9892929/hparams.yml +51 -0
- logs/text2image-fine-tune/events.out.tfevents.1770961526.wmgubws17.wmgds.wmg.warwick.ac.uk.3955623.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,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: runwayml/stable-diffusion-v1-5
|
| 3 |
+
library_name: diffusers
|
| 4 |
+
license: creativeml-openrail-m
|
| 5 |
+
inference: true
|
| 6 |
+
tags:
|
| 7 |
+
- stable-diffusion
|
| 8 |
+
- stable-diffusion-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 - zhangyi617/sd15_coco_lora
|
| 20 |
+
These are LoRA adaption weights for runwayml/stable-diffusion-v1-5. The weights were fine-tuned on the zhangyi617/coco_fintune_1500 dataset. You can find some example images in the following.
|
| 21 |
+
|
| 22 |
+

|
| 23 |
+

|
| 24 |
+

|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Intended uses & limitations
|
| 30 |
+
|
| 31 |
+
#### How to use
|
| 32 |
+
|
| 33 |
+
```python
|
| 34 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
#### Limitations and bias
|
| 38 |
+
|
| 39 |
+
[TODO: provide examples of latent issues and potential remediations]
|
| 40 |
+
|
| 41 |
+
## Training details
|
| 42 |
+
|
| 43 |
+
[TODO: describe the data used to train the model]
|
checkpoint-7500/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9486897528970f5620d9fb869013037aa78b6838379da08c1bb17c815dcc0aa8
|
| 3 |
+
size 1722353544
|
checkpoint-7500/optimizer.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b970bc1a970588d5a2fa29e42bf4a2901305476de212de60b26e88fef20959af
|
| 3 |
+
size 6592523
|
checkpoint-7500/pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1156e0119c3cefda7fcf1af8ccecd6f11ed7eb8cdac70ca3e29c330f71e9403
|
| 3 |
+
size 3226184
|
checkpoint-7500/random_states_0.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bd41d95da40a8de3f6e6733aeeffef92e4f9fa8a33ad2e1a6328e9fe483fb64
|
| 3 |
+
size 14821
|
checkpoint-7500/scaler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:642827d515e7c3d88d20c04224822701abbbc9250deb1d366045f974d08b8258
|
| 3 |
+
size 1383
|
checkpoint-7500/scheduler.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d281af8a60239e76b15e1d2e343babbafc26161bae5b5b6d52289b7c39a95994
|
| 3 |
+
size 1401
|
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/text2image-fine-tune/1770961526.9878597/events.out.tfevents.1770961526.wmgubws17.wmgds.wmg.warwick.ac.uk.3955623.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:994d9a0ed40b1b84ad7465321fdb20f6689dc68b1412c2137b21817ec475c41b
|
| 3 |
+
size 2440
|
logs/text2image-fine-tune/1770961526.9892929/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: text
|
| 8 |
+
center_crop: true
|
| 9 |
+
checkpointing_steps: 7500
|
| 10 |
+
checkpoints_total_limit: null
|
| 11 |
+
dataloader_num_workers: 8
|
| 12 |
+
dataset_config_name: null
|
| 13 |
+
dataset_name: zhangyi617/coco_fintune_1500
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 1
|
| 16 |
+
gradient_checkpointing: false
|
| 17 |
+
hub_model_id: sd15_coco_lora
|
| 18 |
+
hub_token: null
|
| 19 |
+
image_column: image
|
| 20 |
+
image_interpolation_mode: lanczos
|
| 21 |
+
learning_rate: 0.0001
|
| 22 |
+
local_rank: -1
|
| 23 |
+
logging_dir: logs
|
| 24 |
+
lr_scheduler: cosine
|
| 25 |
+
lr_warmup_steps: 0
|
| 26 |
+
max_grad_norm: 4.0
|
| 27 |
+
max_train_samples: null
|
| 28 |
+
max_train_steps: 7500
|
| 29 |
+
mixed_precision: fp16
|
| 30 |
+
noise_offset: 0
|
| 31 |
+
num_train_epochs: 20
|
| 32 |
+
num_validation_images: 4
|
| 33 |
+
output_dir: output_models/sd15_coco_lora
|
| 34 |
+
prediction_type: null
|
| 35 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
| 36 |
+
push_to_hub: true
|
| 37 |
+
random_flip: true
|
| 38 |
+
rank: 4
|
| 39 |
+
report_to: tensorboard
|
| 40 |
+
resolution: 512
|
| 41 |
+
resume_from_checkpoint: null
|
| 42 |
+
revision: null
|
| 43 |
+
scale_lr: false
|
| 44 |
+
seed: 42
|
| 45 |
+
snr_gamma: null
|
| 46 |
+
train_batch_size: 4
|
| 47 |
+
train_data_dir: null
|
| 48 |
+
use_8bit_adam: false
|
| 49 |
+
validation_epochs: 1
|
| 50 |
+
validation_prompt: a car is driving down the road with another car
|
| 51 |
+
variant: null
|
logs/text2image-fine-tune/events.out.tfevents.1770961526.wmgubws17.wmgds.wmg.warwick.ac.uk.3955623.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e392b9d81a506580f9f0e16a171aca7395a5fe796770dbc21ee6046d640ddad8
|
| 3 |
+
size 40574827
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1156e0119c3cefda7fcf1af8ccecd6f11ed7eb8cdac70ca3e29c330f71e9403
|
| 3 |
+
size 3226184
|