DominikPtaszek231643 commited on
Commit
4d56010
1 Parent(s): c97f8a4

End of training

Browse files
README.md CHANGED
@@ -9,13 +9,13 @@ tags:
9
  - template:sd-lora
10
  widget:
11
 
12
- - text: 'A photo of sks bicycle on a mountain'
13
  output:
14
  url:
15
  "image_0.png"
16
 
17
  base_model: segmind/SSD-1B
18
- instance_prompt: a photo of sks bicycle
19
  license: openrail++
20
  ---
21
 
@@ -35,7 +35,7 @@ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
35
 
36
  ## Trigger words
37
 
38
- You should use a photo of sks bicycle to trigger the image generation.
39
 
40
  ## Download model
41
 
 
9
  - template:sd-lora
10
  widget:
11
 
12
+ - text: 'A photorealistic painting of a xyzassets game weapon'
13
  output:
14
  url:
15
  "image_0.png"
16
 
17
  base_model: segmind/SSD-1B
18
+ instance_prompt: a photo of xyzassets game weapon
19
  license: openrail++
20
  ---
21
 
 
35
 
36
  ## Trigger words
37
 
38
+ You should use a photo of xyzassets game weapon to trigger the image generation.
39
 
40
  ## Download model
41
 
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04af601a72316528a7b8855b4da3f7482091db7cbc2631aa3c9fd9726e6cb839
3
  size 7706996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97c867f1f10f80636025555b84890adbe738ef84d006847dcb0d42aeb9cfe30e
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:7d71c3693c911f12dfd3c96840497d4bee8755190a910045992215a6db2da52c
3
  size 10910072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62b8aeacb6b276f86e767a80b7af4a539891a4d42cf1e2b9e6d23983afe908d
3
  size 10910072
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85190390043adf001b770959bfe909116feb3d62fed0d1fa4083fc540172e0f6
3
  size 14280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0d5dac83b51ec50630fd496f4dbcb4dafd5c68d6a69c0a787c153dcac42c416
3
  size 14280
image_0.png CHANGED

Git LFS Details

  • SHA256: fc9fba899f3b2c688fecbe7c8b53c2e1958ca1d6b0bf1a25b64eef6faf28e4f5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB

Git LFS Details

  • SHA256: b5e155f90c4b474b3f72db980015ed41a99de78351d6b88bde1bc0a45db7f4af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
logs/dreambooth-lora-sd-xl/1707042719.2961981/events.out.tfevents.1707042719.f92cb419c0a9.3923.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e844723fc472dce20f4678ce468c82c19adaa9de2b2070b59d4fe0411356983
3
+ size 3247
logs/dreambooth-lora-sd-xl/1707042719.298213/hparams.yml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ crops_coords_top_left_h: 0
15
+ crops_coords_top_left_w: 0
16
+ dataloader_num_workers: 0
17
+ dataset_config_name: null
18
+ dataset_name: null
19
+ enable_xformers_memory_efficient_attention: false
20
+ gradient_accumulation_steps: 2
21
+ gradient_checkpointing: true
22
+ hub_model_id: null
23
+ hub_token: null
24
+ image_column: image
25
+ instance_data_dir: bicycle
26
+ instance_prompt: a photo of xyzassets game weapon
27
+ learning_rate: 0.0001
28
+ local_rank: -1
29
+ logging_dir: logs
30
+ lr_num_cycles: 1
31
+ lr_power: 1.0
32
+ lr_scheduler: constant
33
+ lr_warmup_steps: 0
34
+ max_grad_norm: 1.0
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ num_class_images: 100
38
+ num_train_epochs: 46
39
+ num_validation_images: 1
40
+ optimizer: AdamW
41
+ output_dir: lora-bicycle-SSD-1B
42
+ pretrained_model_name_or_path: segmind/SSD-1B
43
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
44
+ prior_generation_precision: null
45
+ prior_loss_weight: 1.0
46
+ prodigy_beta3: null
47
+ prodigy_decouple: true
48
+ prodigy_safeguard_warmup: true
49
+ prodigy_use_bias_correction: true
50
+ push_to_hub: true
51
+ rank: 4
52
+ repeats: 1
53
+ report_to: tensorboard
54
+ resolution: 512
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
+ validation_epochs: 300
66
+ validation_prompt: A photorealistic painting of a xyzassets game weapon
67
+ variant: null
68
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1707042719.f92cb419c0a9.3923.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e38b7de1d4f2193315ea44a276b2d69b25557e9e93c18c5e6c5854feb25d57af
3
+ size 2478488
pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d71c3693c911f12dfd3c96840497d4bee8755190a910045992215a6db2da52c
3
  size 10910072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b62b8aeacb6b276f86e767a80b7af4a539891a4d42cf1e2b9e6d23983afe908d
3
  size 10910072