Kyousan commited on
Commit
04c3942
·
1 Parent(s): c44cb14

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 LicarL9 suv
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 - Kyousan/lora-dr-trained-xl-colab-licar2000-withblipbehind-1e-6-1000
16
+
17
+ These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0. The weights were trained on a photo of LicarL9 suv 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-717/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f07a64ec80cd95118486af79579e3c16fe267e8ccc2eabed86f1a3f2932885e
3
+ size 14990599
checkpoint-717/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e7736c77203f64ef8ec0eb3b43fa5398611c4eaa5264c93a2c1796306c429c
3
+ size 23401064
checkpoint-717/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c0f6c2fe741c069fea472c08d4e9274b4fda61be7a19972162f285c38e3f61
3
+ size 21731
checkpoint-717/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246b411398853373d34b79bbfc7d733ef19b3dd905d9bd707628f80d6128761e
3
+ size 557
checkpoint-717/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6661b6672534480e62d09dd9e1369afeee3b587110c19950f4c64666778fc8a
3
+ size 563
logs/dreambooth-lora-sd-xl/1692666687.9206028/events.out.tfevents.1692666687.cv-liyanqiao-see6l5-0.1600729.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01df43430963b0310e2c8a7c4d24e8db189fc55fe641fe574d0fce6b57f683c9
3
+ size 2957
logs/dreambooth-lora-sd-xl/1692666687.9296448/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: 717
8
+ checkpoints_total_limit: null
9
+ class_data_dir: /workspace/finetune_xl_dreambooth/class_data
10
+ class_prompt: a photo of car
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_token: null
19
+ instance_data_dir: "/mnt/pfs-guan-ssai/cv/yanqiao/image_aesthetic_assessment/\u7406\
20
+ \u60F3_L9_"
21
+ instance_prompt: a photo of LicarL9 suv
22
+ learning_rate: 1.0e-06
23
+ local_rank: 0
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: 1000
31
+ mixed_precision: fp16
32
+ num_class_images: 100
33
+ num_train_epochs: 7
34
+ num_validation_images: 4
35
+ output_dir: lora-dr-trained-xl-colab-licar2000-withblipbehind-1e-6-1000
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: true
logs/dreambooth-lora-sd-xl/events.out.tfevents.1692666687.cv-liyanqiao-see6l5-0.1600729.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552c1fd236e9cc554c50e852eeb387b07cbd19e74feff66da78ffee284f2f0f1
3
+ size 167070
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1177b84fd8574e1cb0fc9777320a6575556b29bd712bbca80cbb965aa2c0aeb6
3
+ size 23401064