hasininawoda
commited on
Commit
•
3623742
1
Parent(s):
4fb9e21
End of training
Browse files- README.md +39 -0
- logs/text2image-fine-tune/1719963334.6610909/events.out.tfevents.1719963334.495e4d86f59f.6811.1 +3 -0
- logs/text2image-fine-tune/1719963334.6630044/hparams.yml +50 -0
- logs/text2image-fine-tune/events.out.tfevents.1719963334.495e4d86f59f.6811.0 +3 -0
- pytorch_lora_weights.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: CompVis/stable-diffusion-v1-4
|
3 |
+
library_name: diffusers
|
4 |
+
license: creativeml-openrail-m
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- stable-diffusion-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- diffusers-training
|
11 |
+
- lora
|
12 |
+
inference: true
|
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 - hasininawoda/output33
|
20 |
+
These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the None dataset. You can find some example images in the following.
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
#### How to use
|
28 |
+
|
29 |
+
```python
|
30 |
+
# TODO: add an example code snippet for running this diffusion pipeline
|
31 |
+
```
|
32 |
+
|
33 |
+
#### Limitations and bias
|
34 |
+
|
35 |
+
[TODO: provide examples of latent issues and potential remediations]
|
36 |
+
|
37 |
+
## Training details
|
38 |
+
|
39 |
+
[TODO: describe the data used to train the model]
|
logs/text2image-fine-tune/1719963334.6610909/events.out.tfevents.1719963334.495e4d86f59f.6811.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e8322963f11af0913d621ebd4752392acd788dc14741a70310f71aef0a5125a
|
3 |
+
size 2187
|
logs/text2image-fine-tune/1719963334.6630044/hparams.yml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: caption
|
8 |
+
center_crop: true
|
9 |
+
checkpointing_steps: 717
|
10 |
+
checkpoints_total_limit: null
|
11 |
+
dataloader_num_workers: 2
|
12 |
+
dataset_config_name: null
|
13 |
+
dataset_name: imagess
|
14 |
+
enable_xformers_memory_efficient_attention: false
|
15 |
+
gradient_accumulation_steps: 3
|
16 |
+
gradient_checkpointing: true
|
17 |
+
hub_model_id: null
|
18 |
+
hub_token: null
|
19 |
+
image_column: image
|
20 |
+
learning_rate: 0.0001
|
21 |
+
local_rank: -1
|
22 |
+
logging_dir: logs
|
23 |
+
lr_scheduler: constant
|
24 |
+
lr_warmup_steps: 0
|
25 |
+
max_grad_norm: 1.0
|
26 |
+
max_train_samples: null
|
27 |
+
max_train_steps: 500
|
28 |
+
mixed_precision: fp16
|
29 |
+
noise_offset: 0
|
30 |
+
num_train_epochs: 50
|
31 |
+
num_validation_images: 4
|
32 |
+
output_dir: output33
|
33 |
+
prediction_type: null
|
34 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
35 |
+
push_to_hub: false
|
36 |
+
random_flip: true
|
37 |
+
rank: 4
|
38 |
+
report_to: tensorboard
|
39 |
+
resolution: 512
|
40 |
+
resume_from_checkpoint: null
|
41 |
+
revision: null
|
42 |
+
scale_lr: false
|
43 |
+
seed: 0
|
44 |
+
snr_gamma: null
|
45 |
+
train_batch_size: 1
|
46 |
+
train_data_dir: null
|
47 |
+
use_8bit_adam: true
|
48 |
+
validation_epochs: 1
|
49 |
+
validation_prompt: null
|
50 |
+
variant: null
|
logs/text2image-fine-tune/events.out.tfevents.1719963334.495e4d86f59f.6811.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d7c81e04169e12d5022080824b1a4e3876b20b821671425f36f7b634152e765
|
3 |
+
size 24461
|
pytorch_lora_weights.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15dcf9a4e78fa1e85ef758d18e20b865254bfe35096ebc041796c2dd172fe54f
|
3 |
+
size 3226184
|