Jayw1 commited on
Commit
6324b21
·
verified ·
1 Parent(s): 59c143f

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
+ tags:
6
+ - stable-diffusion-xl
7
+ - stable-diffusion-xl-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 - Jayw1/Xubeihong123
20
+
21
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were fine-tuned on the /home/hjw/code/diffusers/images 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: 92cd6fd0011bbcd1eae8fd4d400a909cf8a788c60b973eed76c26a85e851cb1e
  • Pointer size: 132 Bytes
  • Size of remote file: 1.45 MB
image_1.png ADDED

Git LFS Details

  • SHA256: 0220a128cfc949b96e0dfdc63c6cd90df918eb3f0c59c4fc780a6565c9a67ac6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
image_2.png ADDED

Git LFS Details

  • SHA256: 218b8412b3e804b914cdb6a56b4db0f61ffb79f6ae5165718364183a3f460f5f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
image_3.png ADDED

Git LFS Details

  • SHA256: 67ab08b976f418e99617b4e831b8efe8811913c1e6c322dfa633c047ad7783a6
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB
logs/text2image-fine-tune/1728618467.333205/events.out.tfevents.1728618467.lsn-pc.2112738.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e5de487e8495533992bb1cf097c3d58c7ebb7a9d42e1751b2d3714c883fa27e
3
+ size 2503
logs/text2image-fine-tune/1728618467.335219/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: /home/hjw/code/diffusers/images
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: 24
30
+ mixed_precision: fp16
31
+ noise_offset: 0
32
+ num_train_epochs: 2
33
+ num_validation_images: 4
34
+ output_dir: Xubeihong123
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: true
40
+ rank: 4
41
+ report_to: tensorboard
42
+ resolution: 258
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: null
54
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1728618467.lsn-pc.2112738.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1674d3ce570bb0a1b6ddcf591a4f7941cfee97369c22d0972233326ed404f048
3
+ size 1240
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172614e96371854c121f446043bb8b610a89bdbccddfad79fc52e98178f94d28
3
+ size 23390424