MSHADroo commited on
Commit
f965760
·
verified ·
1 Parent(s): 463e390

End of training

Browse files
.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,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 - MSHADroo/sd-qassem-model-lora-sdxl
20
+
21
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the MSHADroo/dml_task_1 dataset. You can find some example images in the following.
22
+
23
+ ![img_0](./image_0.png)
24
+ ![img_1](./image_1.png)
25
+ ![img_2](./image_2.png)
26
+ ![img_3](./image_3.png)
27
+
28
+
29
+ LoRA for the text encoder was enabled: False.
30
+
31
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
32
+
33
+
34
+ ## Intended uses & limitations
35
+
36
+ #### How to use
37
+
38
+ ```python
39
+ # TODO: add an example code snippet for running this diffusion pipeline
40
+ ```
41
+
42
+ #### Limitations and bias
43
+
44
+ [TODO: provide examples of latent issues and potential remediations]
45
+
46
+ ## Training details
47
+
48
+ [TODO: describe the data used to train the model]
image_0.png ADDED

Git LFS Details

  • SHA256: 67a7a7f016f546ae71c3496300defba548429b67220e5168bb78dc3f3fc508d1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 4bf2b2ba918c9a140091ed78f7c836998ccd47124a0082f5ffd506fc2eb6d660
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
image_2.png ADDED

Git LFS Details

  • SHA256: b56c62f0c719428a010ed56bd0bde3f0520f666dfaa9e81ee02d985df28c9220
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB
image_3.png ADDED

Git LFS Details

  • SHA256: b5f1af21b220f918fc0f1a76d15fd8145f7aa1c6f6679f34d0352fd6bd6cca72
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
logs/text2image-fine-tune/1742200998.0038016/events.out.tfevents.1742200998.2e595c0c788c.968.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abbdaec2cf6b87d844ffaea97ae25a87f8d41b654a12232c8e08d34fe70d4769
3
+ size 2584
logs/text2image-fine-tune/1742200998.005684/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: text
8
+ center_crop: false
9
+ checkpointing_steps: 500
10
+ checkpoints_total_limit: null
11
+ dataloader_num_workers: 0
12
+ dataset_config_name: null
13
+ dataset_name: MSHADroo/dml_task_1
14
+ debug_loss: false
15
+ enable_npu_flash_attention: false
16
+ enable_xformers_memory_efficient_attention: false
17
+ gradient_accumulation_steps: 1
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ learning_rate: 0.0001
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_samples: null
29
+ max_train_steps: 120
30
+ mixed_precision: fp16
31
+ noise_offset: 0
32
+ num_train_epochs: 2
33
+ num_validation_images: 4
34
+ output_dir: sd-qassem-model-lora-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: true
39
+ random_flip: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 1024
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 42
47
+ snr_gamma: null
48
+ train_batch_size: 1
49
+ train_data_dir: null
50
+ train_text_encoder: false
51
+ use_8bit_adam: false
52
+ validation_epochs: 1
53
+ validation_prompt: qassem soleimani smiling happily
54
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1742200998.2e595c0c788c.968.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3514fb613f9435a2141e094d515c274023677108e7dcd74f1cac2cd67869b36e
3
+ size 15271822
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a193c267507df978bb6783f4aebda017d19b1cdf21e9c61ebc3fdf6598b28231
3
+ size 23390424