MakAttack commited on
Commit
9438c3c
·
1 Parent(s): b5e04fb

End of training

Browse files
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: openrail++
4
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
5
+ instance_prompt: a photo of sks dog
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 - MakAttack/653b6f968c32dcbd99d24162
16
+
17
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
18
+
19
+
20
+
21
+ LoRA for the text encoder was enabled: False.
22
+
23
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
checkpoint-750/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e17fdd901698dd6235df596c5a2b151a0d50b29798cb90f5910210469a41b3
3
+ size 14991036
checkpoint-750/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27835aa280c8e2edf1d6a23afb55dd1fd453c6c63170c4d7b9d835adff288b0
3
+ size 23401064
checkpoint-750/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86836de80b56ed2ce0d413282b173a202fd545002ce1f5907c8437b4c59f3445
3
+ size 14280
checkpoint-750/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c81c4bed410b5f7275224ab7c747fbdb55beb1b2bd651a613603d5868aa5a2d9
3
+ size 988
checkpoint-750/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c1ab8246ea725a1b82d71ebf7200b3558b60c9382e993851d05b28dc385ab8
3
+ size 1000
image_1.png ADDED
image_10.png ADDED
image_2.png ADDED
image_3.png ADDED
image_4.png ADDED
image_5.png ADDED
image_6.png ADDED
image_7.png ADDED
image_8.png ADDED
image_9.png ADDED
logs/dreambooth-lora-sd-xl/1698398845.6603985/events.out.tfevents.1698398845.npg55qc12r.229.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f922ac393dc9fd4c94a327a2f5eed5cdbab7f4282082152c5f5090acffb3571
3
+ size 2760
logs/dreambooth-lora-sd-xl/1698398845.6624336/hparams.yml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 750
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: true
15
+ gradient_accumulation_steps: 2
16
+ gradient_checkpointing: true
17
+ hub_model_id: null
18
+ hub_private_repo: true
19
+ hub_token: null
20
+ instance_data_dir: ./images/653b6f968c32dcbd99d24162
21
+ instance_prompt: a photo of sks dog
22
+ learning_rate: 0.0005
23
+ local_rank: -1
24
+ logging_dir: logs
25
+ lr_num_cycles: 1
26
+ lr_power: 1.0
27
+ lr_scheduler: constant
28
+ lr_warmup_steps: 0
29
+ max_grad_norm: 1.0
30
+ max_train_steps: 750
31
+ mixed_precision: fp16
32
+ num_class_images: 100
33
+ num_train_epochs: 250
34
+ num_validation_images: 4
35
+ output_dir: ./images/653b6f968c32dcbd99d24162
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
37
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
38
+ prior_generation_precision: null
39
+ prior_loss_weight: 1.0
40
+ push_to_hub: true
41
+ rank: 4
42
+ report_to: tensorboard
43
+ resolution: 1024
44
+ resume_from_checkpoint: null
45
+ revision: null
46
+ sample_batch_size: 4
47
+ scale_lr: false
48
+ seed: 0
49
+ train_batch_size: 2
50
+ train_text_encoder: false
51
+ use_8bit_adam: true
52
+ validation_epochs: 50
53
+ validation_prompt: null
54
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1698398845.npg55qc12r.229.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b54dcd2f4fe573ff61e1dab95b9270ebc6afdf75bba20884d3516abb17366db
3
+ size 104610
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b27835aa280c8e2edf1d6a23afb55dd1fd453c6c63170c4d7b9d835adff288b0
3
+ size 23401064