adarshzd commited on
Commit
27d2d51
1 Parent(s): 7b8efa7

End of training

Browse files
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - diffusers-training
10
+ - lora
11
+ inference: true
12
+ base_model: CompVis/stable-diffusion-v1-4
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 - adarshzd/sd-th-test
20
+ These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. The weights were fine-tuned on the adarshzd/sd-tommy-hilfiger dataset. You can find some example images in the following.
21
+
22
+ ![img_0](./image_0.png)
23
+ ![img_1](./image_1.png)
24
+ ![img_2](./image_2.png)
25
+ ![img_3](./image_3.png)
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-1/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da0b738374f9b1c6606009e090f589dae1a0d3f1a49da4ea364ad67c92e7e13
3
+ size 3441397096
checkpoint-1/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f800f6862f7cdf5a96eeb627cc3f0377c169194f65b11a861d2c4c3d1e079a
3
+ size 4000378
checkpoint-1/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e76e2aaf2f00607e8be9d737c10f86493bc5c210f07391b1d8fb0e221bc0178
3
+ size 3226184
checkpoint-1/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ef1adfe43b9915f678cf3e5d08df819c5282725819d7beaffd23cb3d76465e
3
+ size 14408
checkpoint-1/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc3e1045c31339f71feb23cf07539bb8945baf3ca78e9e0c8df37141ba5a955
3
+ size 1000
image_0.png ADDED
image_1.png ADDED
image_2.png ADDED
image_3.png ADDED
logs/text2image-fine-tune/1710850430.0854313/events.out.tfevents.1710850430.418bb4aa8487.528.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930b405e52060d451f3e58be641de2f56f70bcdd0ce53fb9f99ec16f5b015c3b
3
+ size 2303
logs/text2image-fine-tune/1710850430.087738/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: text
8
+ center_crop: false
9
+ checkpointing_steps: 1
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 1
12
+ dataset_config_name: null
13
+ dataset_name: adarshzd/sd-tommy-hilfiger
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hub_model_id: adarshzd/sd-th-test
18
+ hub_token: null
19
+ image_column: image
20
+ learning_rate: 0.0001
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_scheduler: cosine
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_samples: null
27
+ max_train_steps: 1
28
+ mixed_precision: null
29
+ noise_offset: 0
30
+ num_train_epochs: 1
31
+ num_validation_images: 4
32
+ output_dir: /kaggle/working/diffusers/examples/text_to_image/out
33
+ prediction_type: null
34
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
35
+ push_to_hub: true
36
+ random_flip: false
37
+ rank: 4
38
+ report_to: tensorboard
39
+ resolution: 512
40
+ resume_from_checkpoint: null
41
+ revision: null
42
+ scale_lr: false
43
+ seed: null
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: Tommy hilfiger regular tshirt.
50
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1710850430.418bb4aa8487.528.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ce500d2ad994a78d08376fced1f7ffa7b491da71b045609776f61534c36baf1
3
+ size 1638536
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e76e2aaf2f00607e8be9d737c10f86493bc5c210f07391b1d8fb0e221bc0178
3
+ size 3226184