Savoia commited on
Commit
5ca5e02
·
verified ·
1 Parent(s): fe0bd10

End of training

Browse files
Files changed (22) hide show
  1. README.md +78 -0
  2. checkpoint-500/optimizer.bin +3 -0
  3. checkpoint-500/pytorch_lora_weights.safetensors +3 -0
  4. checkpoint-500/random_states_0.pkl +3 -0
  5. checkpoint-500/scaler.pt +3 -0
  6. checkpoint-500/scheduler.bin +3 -0
  7. logs/dreambooth-sd3-lora/1721465549.0582244/events.out.tfevents.1721465549.VM-16-11-ubuntu.2784314.1 +3 -0
  8. logs/dreambooth-sd3-lora/1721465549.0597808/hparams.yml +69 -0
  9. logs/dreambooth-sd3-lora/1721465694.2347035/events.out.tfevents.1721465694.VM-16-11-ubuntu.2786120.1 +3 -0
  10. logs/dreambooth-sd3-lora/1721465694.2367575/hparams.yml +69 -0
  11. logs/dreambooth-sd3-lora/1721465904.4194071/events.out.tfevents.1721465904.VM-16-11-ubuntu.2788406.1 +3 -0
  12. logs/dreambooth-sd3-lora/1721465904.421426/hparams.yml +69 -0
  13. logs/dreambooth-sd3-lora/1721469902.9953067/events.out.tfevents.1721469902.VM-16-11-ubuntu.2843276.1 +3 -0
  14. logs/dreambooth-sd3-lora/1721469902.997173/hparams.yml +69 -0
  15. logs/dreambooth-sd3-lora/1721470043.9609737/events.out.tfevents.1721470043.VM-16-11-ubuntu.2845450.1 +3 -0
  16. logs/dreambooth-sd3-lora/1721470043.9630368/hparams.yml +69 -0
  17. logs/dreambooth-sd3-lora/events.out.tfevents.1721465549.VM-16-11-ubuntu.2784314.0 +3 -0
  18. logs/dreambooth-sd3-lora/events.out.tfevents.1721465694.VM-16-11-ubuntu.2786120.0 +3 -0
  19. logs/dreambooth-sd3-lora/events.out.tfevents.1721465904.VM-16-11-ubuntu.2788406.0 +3 -0
  20. logs/dreambooth-sd3-lora/events.out.tfevents.1721469902.VM-16-11-ubuntu.2843276.0 +3 -0
  21. logs/dreambooth-sd3-lora/events.out.tfevents.1721470043.VM-16-11-ubuntu.2845450.0 +3 -0
  22. pytorch_lora_weights.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-3-medium-diffusers
3
+ library_name: diffusers
4
+ license: openrail++
5
+ tags:
6
+ - text-to-image
7
+ - diffusers-training
8
+ - diffusers
9
+ - lora
10
+ - sd3
11
+ - sd3-diffusers
12
+ - template:sd-lora
13
+ instance_prompt: a photo of sks dog
14
+ widget: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+
21
+ # SD3 DreamBooth LoRA - Savoia/trained-sd3-lora
22
+
23
+ <Gallery />
24
+
25
+ ## Model description
26
+
27
+ These are Savoia/trained-sd3-lora DreamBooth LoRA weights for stabilityai/stable-diffusion-3-medium-diffusers.
28
+
29
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/) with the [SD3 diffusers trainer](https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/README_sd3.md).
30
+
31
+ Was LoRA for the text encoder enabled? False.
32
+
33
+ ## Trigger words
34
+
35
+ You should use `a photo of sks dog` to trigger the image generation.
36
+
37
+ ## Download model
38
+
39
+ [Download the *.safetensors LoRA](Savoia/trained-sd3-lora/tree/main) in the Files & versions tab.
40
+
41
+ ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)
42
+
43
+ ```py
44
+ from diffusers import AutoPipelineForText2Image
45
+ import torch
46
+ pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-3-medium-diffusers', torch_dtype=torch.float16).to('cuda')
47
+ pipeline.load_lora_weights('Savoia/trained-sd3-lora', weight_name='pytorch_lora_weights.safetensors')
48
+ image = pipeline('a photo of sks dog').images[0]
49
+ ```
50
+
51
+ ### Use it with UIs such as AUTOMATIC1111, Comfy UI, SD.Next, Invoke
52
+
53
+ - **LoRA**: download **[`diffusers_lora_weights.safetensors` here 💾](/Savoia/trained-sd3-lora/blob/main/diffusers_lora_weights.safetensors)**.
54
+ - Rename it and place it on your `models/Lora` folder.
55
+ - On AUTOMATIC1111, load the LoRA by adding `<lora:your_new_name:1>` to your prompt. On ComfyUI just [load it as a regular LoRA](https://comfyanonymous.github.io/ComfyUI_examples/lora/).
56
+
57
+ For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)
58
+
59
+ ## License
60
+
61
+ Please adhere to the licensing terms as described [here](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE).
62
+
63
+
64
+ ## Intended uses & limitations
65
+
66
+ #### How to use
67
+
68
+ ```python
69
+ # TODO: add an example code snippet for running this diffusion pipeline
70
+ ```
71
+
72
+ #### Limitations and bias
73
+
74
+ [TODO: provide examples of latent issues and potential remediations]
75
+
76
+ ## Training details
77
+
78
+ [TODO: describe the data used to train the model]
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ff50c604d4aad6e9619c59a19c9403ac086696e8afda42b74fb37923eb8cf9
3
+ size 9598266
checkpoint-500/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5d7b3f73ae0e859de6e0563164437054752be1ff2ace6d39228ca83dbd284e
3
+ size 4742848
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:174b277e6203b9a4d5e07ec951de0276a5b6d0ff29a425166306ef9e24c5a2e2
3
+ size 14344
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
3
+ size 988
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68d7b85c46d195e3cd6e587d94878d77f315e0a073acfab811251f39fbe891fc
3
+ size 1000
logs/dreambooth-sd3-lora/1721465549.0582244/events.out.tfevents.1721465549.VM-16-11-ubuntu.2784314.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99f7d04a7847685ff36200782e0a5cb159efc1feb3b3de8ee015373e51bdacc8
3
+ size 3170
logs/dreambooth-sd3-lora/1721465549.0597808/hparams.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: dog
23
+ instance_prompt: a photo of sks dog
24
+ learning_rate: 1.0e-05
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 250
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: trained-sd3-lora
43
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
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
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 512
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
65
+ validation_epochs: 25
66
+ validation_prompt: A photo of sks dog in a bucket
67
+ variant: null
68
+ weighting_scheme: logit_normal
69
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/1721465694.2347035/events.out.tfevents.1721465694.VM-16-11-ubuntu.2786120.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91564238cd476faec160da4f9c941d44d46e8fc4830e0954ae4dc16ccb5af503
3
+ size 3170
logs/dreambooth-sd3-lora/1721465694.2367575/hparams.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: dog
23
+ instance_prompt: a photo of sks dog
24
+ learning_rate: 1.0e-05
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 250
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: trained-sd3-lora
43
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
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
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 512
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
65
+ validation_epochs: 25
66
+ validation_prompt: A photo of sks dog in a bucket
67
+ variant: null
68
+ weighting_scheme: logit_normal
69
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/1721465904.4194071/events.out.tfevents.1721465904.VM-16-11-ubuntu.2788406.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd7b45aee506309b57880f1cd5360b164962a04eae07b36091bb34ded7fe8b5
3
+ size 3170
logs/dreambooth-sd3-lora/1721465904.421426/hparams.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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
+ gradient_accumulation_steps: 1
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: dog
23
+ instance_prompt: a photo of sks dog
24
+ learning_rate: 1.0e-05
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 100
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: trained-sd3-lora
43
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
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
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 1024
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
65
+ validation_epochs: 25
66
+ validation_prompt: A photo of sks dog in a bucket
67
+ variant: null
68
+ weighting_scheme: logit_normal
69
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/1721469902.9953067/events.out.tfevents.1721469902.VM-16-11-ubuntu.2843276.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1805e9637caa4f9096bafa67cb962df21d85d0d1435a67c57b03d49b5bcffb1a
3
+ size 3170
logs/dreambooth-sd3-lora/1721469902.997173/hparams.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: dog
23
+ instance_prompt: a photo of sks dog
24
+ learning_rate: 1.0e-05
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 250
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: trained-sd3-lora
43
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
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
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 1024
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
65
+ validation_epochs: 25
66
+ validation_prompt: A photo of sks dog in a bucket
67
+ variant: null
68
+ weighting_scheme: logit_normal
69
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/1721470043.9609737/events.out.tfevents.1721470043.VM-16-11-ubuntu.2845450.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e93c72f7fb2b2ebc8b4e5ac463da941b030dfae59c26db63069d0f8d0ec37ae
3
+ size 3092
logs/dreambooth-sd3-lora/1721470043.9630368/hparams.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: false
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
+ gradient_accumulation_steps: 4
18
+ gradient_checkpointing: false
19
+ hub_model_id: null
20
+ hub_token: null
21
+ image_column: image
22
+ instance_data_dir: dog
23
+ instance_prompt: a photo of sks dog
24
+ learning_rate: 1.0e-05
25
+ local_rank: -1
26
+ logging_dir: logs
27
+ logit_mean: 0.0
28
+ logit_std: 1.0
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_sequence_length: 77
35
+ max_train_steps: 500
36
+ mixed_precision: fp16
37
+ mode_scale: 1.29
38
+ num_class_images: 100
39
+ num_train_epochs: 250
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: trained-sd3-lora
43
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-3-medium-diffusers
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
+ random_flip: false
52
+ rank: 4
53
+ repeats: 1
54
+ report_to: tensorboard
55
+ resolution: 1024
56
+ resume_from_checkpoint: null
57
+ revision: null
58
+ sample_batch_size: 4
59
+ scale_lr: false
60
+ seed: 0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
65
+ validation_epochs: 25
66
+ validation_prompt: null
67
+ variant: null
68
+ weighting_scheme: logit_normal
69
+ with_prior_preservation: false
logs/dreambooth-sd3-lora/events.out.tfevents.1721465549.VM-16-11-ubuntu.2784314.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f54478b49490f05f9c1a87f6201e0092a7c33d2f57afe8bfd07747434db13e7a
3
+ size 486
logs/dreambooth-sd3-lora/events.out.tfevents.1721465694.VM-16-11-ubuntu.2786120.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c7082cb39f4e688ec9cc9d9a6b6db4efb92508c6ae5c81c9a18bba6305a161a
3
+ size 486
logs/dreambooth-sd3-lora/events.out.tfevents.1721465904.VM-16-11-ubuntu.2788406.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551cf84c8cf409cb4c45663a84be5061b31694aa919031b237a43109793b387a
3
+ size 498
logs/dreambooth-sd3-lora/events.out.tfevents.1721469902.VM-16-11-ubuntu.2843276.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f49b2dc95e5ef075e3ee112685f61fc97df9759118af7ee12f3709d7a873d629
3
+ size 486
logs/dreambooth-sd3-lora/events.out.tfevents.1721470043.VM-16-11-ubuntu.2845450.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49e5bd42556541c035822ce3c6d8b489c02ea9b9dcb2f4f27641ebd147bbe108
3
+ size 104438
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a5d7b3f73ae0e859de6e0563164437054752be1ff2ace6d39228ca83dbd284e
3
+ size 4742848