seungminh commited on
Commit
30711be
1 Parent(s): 7cabf74

End of training

Browse files
README.md CHANGED
@@ -10,6 +10,14 @@ tags:
10
  - template:sd-lora
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
 
 
 
 
 
 
 
 
13
  base_model: segmind/SSD-1B
14
  instance_prompt: a photo of sks swarovski-necklace
15
  widget:
 
10
  - template:sd-lora
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
13
+ - text-to-image
14
+ - text-to-image
15
+ - diffusers-training
16
+ - diffusers
17
+ - lora
18
+ - template:sd-lora
19
+ - stable-diffusion-xl
20
+ - stable-diffusion-xl-diffusers
21
  base_model: segmind/SSD-1B
22
  instance_prompt: a photo of sks swarovski-necklace
23
  widget:
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11265f2c9bb7475f4bdc5108aaedc32b21782bbd04af7d1fbb0120f9a4dd2798
3
  size 7706996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb731b23b157460489904408631e76c5aefa78fda753aa735b2600ccac6e7902
3
  size 7706996
checkpoint-500/pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d803b4bf7225557318a07efabfb1184739843b09b42ff407628bd6705bae747
3
  size 10910072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81bd42e09cd45d7bad347d99441d610cf98c096456c1b1cf994c9d41981392b6
3
  size 10910072
image_0.png CHANGED

Git LFS Details

  • SHA256: 0819b6de40eb9e8797cfc06a952149db2070cac1ee7eba800f55047a1c78ae63
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB

Git LFS Details

  • SHA256: e5b302f823b8f004f62baf33f88c6fa30d354ea57938a03ae42871b9b4964641
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
logs/dreambooth-lora-sd-xl/1710896811.3511665/events.out.tfevents.1710896811.3aac3d2b2b9c.256958.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c5281ebbebc2e87a7fef9bc886d7bf7f10a09646a09b583c5fcab87f6b9b70
3
+ size 3284
logs/dreambooth-lora-sd-xl/1710896811.3521187/hparams.yml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.0001
5
+ adam_weight_decay_text_encoder: 0.001
6
+ allow_tf32: false
7
+ cache_dir: null
8
+ caption_column: null
9
+ center_crop: true
10
+ checkpointing_steps: 500
11
+ checkpoints_total_limit: null
12
+ class_data_dir: null
13
+ class_prompt: null
14
+ dataloader_num_workers: 0
15
+ dataset_config_name: null
16
+ dataset_name: null
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 2
20
+ gradient_checkpointing: true
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ instance_data_dir: ./objects/swarovski2
25
+ instance_prompt: a photo of sks swarovski
26
+ learning_rate: 0.0001
27
+ local_rank: 0
28
+ logging_dir: logs
29
+ lr_num_cycles: 1
30
+ lr_power: 1.0
31
+ lr_scheduler: constant
32
+ lr_warmup_steps: 0
33
+ max_grad_norm: 1.0
34
+ max_train_steps: 500
35
+ mixed_precision: fp16
36
+ num_class_images: 100
37
+ num_train_epochs: 250
38
+ num_validation_images: 1
39
+ optimizer: AdamW
40
+ output_dir: lora-swarovski-SSD-1B_2
41
+ pretrained_model_name_or_path: segmind/SSD-1B
42
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
43
+ prior_generation_precision: null
44
+ prior_loss_weight: 1.0
45
+ prodigy_beta3: null
46
+ prodigy_decouple: true
47
+ prodigy_safeguard_warmup: true
48
+ prodigy_use_bias_correction: true
49
+ push_to_hub: true
50
+ random_flip: false
51
+ rank: 4
52
+ repeats: 1
53
+ report_to: tensorboard
54
+ resolution: 1024
55
+ resume_from_checkpoint: null
56
+ revision: null
57
+ sample_batch_size: 4
58
+ scale_lr: false
59
+ seed: 0
60
+ snr_gamma: null
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: true
65
+ use_dora: false
66
+ validation_epochs: 300
67
+ validation_prompt: A photo of neck of female model wearing sks swarovski, with thin
68
+ string
69
+ variant: null
70
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1710896811.3aac3d2b2b9c.256958.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:562fb00d94108ebc45e785aa100b0498cb72cfb056e5be3ebe6911d95976005c
3
+ size 2154514
pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d803b4bf7225557318a07efabfb1184739843b09b42ff407628bd6705bae747
3
  size 10910072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81bd42e09cd45d7bad347d99441d610cf98c096456c1b1cf994c9d41981392b6
3
  size 10910072