scabz commited on
Commit
f5d995e
·
verified ·
1 Parent(s): 4c87885

End of training

Browse files
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
3
+ library_name: diffusers
4
+ license: openrail++
5
+ instance_prompt: a photo of TOK dog
6
+ widget: []
7
+ tags:
8
+ - text-to-image
9
+ - text-to-image
10
+ - diffusers-training
11
+ - diffusers
12
+ - lora
13
+ - template:sd-lora
14
+ - stable-diffusion-xl
15
+ - stable-diffusion-xl-diffusers
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+
22
+ # SDXL LoRA DreamBooth - scabz/corgy_dog_LoRA
23
+
24
+ <Gallery />
25
+
26
+ ## Model description
27
+
28
+ These are scabz/corgy_dog_LoRA LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
29
+
30
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
31
+
32
+ LoRA for the text encoder was enabled: False.
33
+
34
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
35
+
36
+ ## Trigger words
37
+
38
+ You should use a photo of TOK dog to trigger the image generation.
39
+
40
+ ## Download model
41
+
42
+ Weights for this model are available in Safetensors format.
43
+
44
+ [Download](scabz/corgy_dog_LoRA/tree/main) them in the Files & versions tab.
45
+
46
+
47
+
48
+ ## Intended uses & limitations
49
+
50
+ #### How to use
51
+
52
+ ```python
53
+ # TODO: add an example code snippet for running this diffusion pipeline
54
+ ```
55
+
56
+ #### Limitations and bias
57
+
58
+ [TODO: provide examples of latent issues and potential remediations]
59
+
60
+ ## Training details
61
+
62
+ [TODO: describe the data used to train the model]
logs/dreambooth-lora-sd-xl/1757433127.4223344/events.out.tfevents.1757433127.f9509c053371.2897.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1109fc48ddff2d1a0c5b5e6992d7a6fe94c2ba236c87e7bfa00ad9d4f87adc
3
+ size 3409
logs/dreambooth-lora-sd-xl/1757433127.4239671/hparams.yml ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: prompt
9
+ center_crop: false
10
+ checkpointing_steps: 717
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: dog
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 3
20
+ gradient_checkpointing: true
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ image_interpolation_mode: lanczos
25
+ instance_data_dir: null
26
+ instance_prompt: a photo of TOK dog
27
+ learning_rate: 0.0001
28
+ local_rank: -1
29
+ logging_dir: logs
30
+ lora_dropout: 0.0
31
+ lr_num_cycles: 1
32
+ lr_power: 1.0
33
+ lr_scheduler: constant
34
+ lr_warmup_steps: 0
35
+ max_grad_norm: 1.0
36
+ max_train_steps: 500
37
+ mixed_precision: fp16
38
+ num_class_images: 100
39
+ num_train_epochs: 250
40
+ num_validation_images: 4
41
+ optimizer: AdamW
42
+ output_dir: corgy_dog_LoRA
43
+ output_kohya_format: false
44
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
45
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
46
+ prior_generation_precision: null
47
+ prior_loss_weight: 1.0
48
+ prodigy_beta3: null
49
+ prodigy_decouple: true
50
+ prodigy_safeguard_warmup: true
51
+ prodigy_use_bias_correction: true
52
+ push_to_hub: false
53
+ random_flip: false
54
+ rank: 4
55
+ repeats: 1
56
+ report_to: tensorboard
57
+ resolution: 1024
58
+ resume_from_checkpoint: null
59
+ revision: null
60
+ sample_batch_size: 4
61
+ scale_lr: false
62
+ seed: 0
63
+ snr_gamma: 5.0
64
+ text_encoder_lr: 5.0e-06
65
+ train_batch_size: 1
66
+ train_text_encoder: false
67
+ use_8bit_adam: true
68
+ use_dora: false
69
+ validation_epochs: 50
70
+ validation_prompt: null
71
+ variant: null
72
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1757433127.f9509c053371.2897.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3893c985c396b1054ac335092820497235a1a728efcbf9bbd85584494c8406bc
3
+ size 104442
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31e746fc7fca53b3321991181c7d1c3a5ca260abb2bb6650aceea4e9f50c82fb
3
+ size 23390424