sophwats commited on
Commit
08f9479
·
1 Parent(s): abb2522

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,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: openrail++
4
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
5
+ instance_prompt: a photo of toy jensen
6
+ tags:
7
+ - stable-diffusion-xl
8
+ - stable-diffusion-xl-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - lora
12
+ inference: true
13
+ ---
14
+
15
+ # LoRA DreamBooth - sophwats/out-dir
16
+
17
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained on a photo of toy jensen using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
18
+
19
+ ![img_0](./image_0.png)
20
+ ![img_1](./image_1.png)
21
+ ![img_2](./image_2.png)
22
+ ![img_3](./image_3.png)
23
+
24
+
25
+ LoRA for the text encoder was enabled: False.
26
+
27
+ Special VAE used for training: None.
image_0.png ADDED

Git LFS Details

  • SHA256: 9295e0bed75466de7e8e5b42548e27d7371dfe84d8bb17b91c1875721b3f184d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
image_1.png ADDED

Git LFS Details

  • SHA256: f5747607bff57a81befc29cfd30cfd67ebbb6c909a27afc4990753540be809bf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.56 MB
image_2.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6aee1501fd50f4163c8455785b0d9f7f0b863339520b9d3e9ce0e774ca512fca
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
logs/dreambooth-lora-sd-xl/1691079255.9482193/events.out.tfevents.1691079255.7cb694488554.1557.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91e49d7b36537733b265cd89b26110ad7e07a82c179bd7bb2ac44020b3b164d8
3
+ size 2601
logs/dreambooth-lora-sd-xl/1691079255.9502137/hparams.yml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: null
10
+ class_prompt: null
11
+ crops_coords_top_left_h: 0
12
+ crops_coords_top_left_w: 0
13
+ dataloader_num_workers: 0
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: null
18
+ hub_token: null
19
+ instance_data_dir: toy-jensen
20
+ instance_prompt: a photo of toy jensen
21
+ learning_rate: 0.0001
22
+ local_rank: 0
23
+ logging_dir: logs
24
+ lr_num_cycles: 1
25
+ lr_power: 1.0
26
+ lr_scheduler: constant
27
+ lr_warmup_steps: 0
28
+ max_grad_norm: 1.0
29
+ max_train_steps: 3
30
+ mixed_precision: fp16
31
+ num_class_images: 100
32
+ num_train_epochs: 3
33
+ num_validation_images: 4
34
+ output_dir: out-dir
35
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
36
+ pretrained_vae_model_name_or_path: null
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: false
40
+ report_to: tensorboard
41
+ resolution: 1024
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: 0
47
+ train_batch_size: 1
48
+ train_text_encoder: false
49
+ use_8bit_adam: false
50
+ validation_epochs: 3
51
+ validation_prompt: A photo of toy jensen in a car
52
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/1691079998.6128125/events.out.tfevents.1691079998.7cb694488554.3685.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cd86f3135860c61de7be55d18fa9ba45cace7d644478da6da71247628b7b5a1
3
+ size 2601
logs/dreambooth-lora-sd-xl/1691079998.6147587/hparams.yml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: null
10
+ class_prompt: null
11
+ crops_coords_top_left_h: 0
12
+ crops_coords_top_left_w: 0
13
+ dataloader_num_workers: 0
14
+ enable_xformers_memory_efficient_attention: false
15
+ gradient_accumulation_steps: 4
16
+ gradient_checkpointing: false
17
+ hub_model_id: null
18
+ hub_token: null
19
+ instance_data_dir: toy-jensen
20
+ instance_prompt: a photo of toy jensen
21
+ learning_rate: 0.0001
22
+ local_rank: 0
23
+ logging_dir: logs
24
+ lr_num_cycles: 1
25
+ lr_power: 1.0
26
+ lr_scheduler: constant
27
+ lr_warmup_steps: 0
28
+ max_grad_norm: 1.0
29
+ max_train_steps: 1
30
+ mixed_precision: fp16
31
+ num_class_images: 100
32
+ num_train_epochs: 1
33
+ num_validation_images: 4
34
+ output_dir: out-dir
35
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
36
+ pretrained_vae_model_name_or_path: null
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 1024
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: 0
47
+ train_batch_size: 1
48
+ train_text_encoder: false
49
+ use_8bit_adam: false
50
+ validation_epochs: 1
51
+ validation_prompt: A photo of toy jensen in a car
52
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1691079255.7cb694488554.1557.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b427d2eb25817f61016c250d4fb28ef373c060b46c2d394e6886546c3f1072
3
+ size 5643173
logs/dreambooth-lora-sd-xl/events.out.tfevents.1691079998.7cb694488554.3685.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b6906f386da0cc303a4e9ee8da60581b4cb4d9642b1e5322bb7aaaff4d8e629
3
+ size 5744343
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04ba4c25b90f0b4c6f6beeef0f2a9dd5a30d88a9165dc3640d0378c7a5199b94
3
+ size 23664959