wesliao2024 commited on
Commit
93d3302
1 Parent(s): 2f12df6

End of training

Browse files
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - stable-diffusion-xl
5
+ - stable-diffusion-xl-diffusers
6
+ - text-to-image
7
+ - diffusers
8
+ - lora
9
+ - template:sd-lora
10
+
11
+ base_model: stabilityai/stable-diffusion-xl-base-1.0
12
+ instance_prompt: an image of TOK center focused material
13
+ license: openrail++
14
+ ---
15
+
16
+ # SDXL LoRA DreamBooth - wesliao2024/130_stylegan_material_LoRA_res512
17
+
18
+ <Gallery />
19
+
20
+ ## Model description
21
+
22
+ These are wesliao2024/130_stylegan_material_LoRA_res512 LoRA adaption weights for stabilityai/stable-diffusion-xl-base-1.0.
23
+
24
+ The weights were trained using [DreamBooth](https://dreambooth.github.io/).
25
+
26
+ LoRA for the text encoder was enabled: False.
27
+
28
+ Special VAE used for training: madebyollin/sdxl-vae-fp16-fix.
29
+
30
+ ## Trigger words
31
+
32
+ You should use an image of TOK center focused material to trigger the image generation.
33
+
34
+ ## Download model
35
+
36
+ Weights for this model are available in Safetensors format.
37
+
38
+ [Download](wesliao2024/130_stylegan_material_LoRA_res512/tree/main) them in the Files & versions tab.
39
+
checkpoint-717/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6edc178e259a1aad00cde22285a5b22e808c692a665423e50c06bd03c78a436b
3
+ size 14991036
checkpoint-717/pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08b1b0ed6a8ef05881f2509bd0ab089eec3169bcaeab88da89c91a35d4739a7
3
+ size 23390424
checkpoint-717/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c0648feef34ff9cff99288f2b18186bdb6b4f8d9a958baedf6068a5f183702
3
+ size 14280
checkpoint-717/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40394f0c1a0d9600abd0b500693bd334a0baa4c7c7aee59303573a1b766545f1
3
+ size 988
checkpoint-717/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0028676b944fe15df09dc179185c0e69152f44689e48677a847aa42dccd34a4a
3
+ size 1000
logs/dreambooth-lora-sd-xl/1710038299.5642045/events.out.tfevents.1710038299.875d8b2f72ce.10770.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b066f34ed4431dd4798f0b7c44a57b7790a7f1468a1dd99a804b9ce5560a49ea
3
+ size 3294
logs/dreambooth-lora-sd-xl/1710038299.5726678/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: 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: 130_stylegan_material
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
+ instance_data_dir: null
25
+ instance_prompt: an image of TOK center focused material
26
+ learning_rate: 0.0001
27
+ local_rank: -1
28
+ logging_dir: logs
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_train_steps: 1000
35
+ mixed_precision: fp16
36
+ num_class_images: 100
37
+ num_train_epochs: 167
38
+ num_validation_images: 4
39
+ optimizer: AdamW
40
+ output_dir: 130_stylegan_material_LoRA_res512
41
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
42
+ pretrained_vae_model_name_or_path: madebyollin/sdxl-vae-fp16-fix
43
+ prior_generation_precision: null
44
+ prior_loss_weight: 1.0
45
+ prodigy_beta3: null
46
+ prodigy_decouple: true
47
+ prodigy_safeguard_warmup: true
48
+ prodigy_use_bias_correction: true
49
+ push_to_hub: false
50
+ random_flip: false
51
+ rank: 4
52
+ repeats: 1
53
+ report_to: tensorboard
54
+ resolution: 512
55
+ resume_from_checkpoint: null
56
+ revision: null
57
+ sample_batch_size: 4
58
+ scale_lr: false
59
+ seed: 0
60
+ snr_gamma: 5.0
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 8
63
+ train_text_encoder: false
64
+ use_8bit_adam: true
65
+ use_dora: false
66
+ validation_epochs: 50
67
+ validation_prompt: null
68
+ variant: null
69
+ with_prior_preservation: false
logs/dreambooth-lora-sd-xl/events.out.tfevents.1710038299.875d8b2f72ce.10770.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0dbbc4bc1fb4e66cde5f120916adbb7abd1843993a232343b1d644e838646e
3
+ size 237412
pytorch_lora_weights.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c11f03716d3d447f2b587608314bf5ed76cf9b29970afaa9b622e0f650b14a0
3
+ size 23390424