MariaK commited on
Commit
53457f1
·
1 Parent(s): 084d815

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
logs/dreambooth/1681829486.7274346/events.out.tfevents.1681829486.05e5f2a91403.38587.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cebb65836d5fa4dcdb4c2b9289ddf9e5cc5669da6cb3bfe2d9f1b166829487
3
+ size 2930
logs/dreambooth/1681829486.7291331/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 500
8
+ class_data_dir: /content/class-images
9
+ class_prompt: a photo of dog
10
+ enable_xformers_memory_efficient_attention: false
11
+ gradient_accumulation_steps: 1
12
+ gradient_checkpointing: true
13
+ hub_model_id: MariaK/dreambooth_lora_example
14
+ hub_token: null
15
+ instance_data_dir: /content/dogs
16
+ instance_prompt: a photo of sks dog
17
+ learning_rate: 0.0001
18
+ local_rank: -1
19
+ logging_dir: logs
20
+ lora_alpha: 27
21
+ lora_bias: none
22
+ lora_dropout: 0.0
23
+ lora_r: 16
24
+ lora_text_encoder_alpha: 17
25
+ lora_text_encoder_bias: none
26
+ lora_text_encoder_dropout: 0.0
27
+ lora_text_encoder_r: 16
28
+ lr_num_cycles: 1
29
+ lr_power: 1.0
30
+ lr_scheduler: constant
31
+ lr_warmup_steps: 0
32
+ max_grad_norm: 1.0
33
+ max_train_steps: 400
34
+ mixed_precision: null
35
+ num_class_images: 200
36
+ num_train_epochs: 2
37
+ num_validation_images: 4
38
+ output_dir: /content/saved-model
39
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
40
+ prior_generation_precision: null
41
+ prior_loss_weight: 1.0
42
+ push_to_hub: true
43
+ report_to: tensorboard
44
+ resolution: 512
45
+ resume_from_checkpoint: null
46
+ revision: null
47
+ sample_batch_size: 4
48
+ scale_lr: false
49
+ seed: null
50
+ tokenizer_name: null
51
+ train_batch_size: 1
52
+ train_text_encoder: true
53
+ use_8bit_adam: false
54
+ use_lora: true
55
+ validation_prompt: null
56
+ validation_steps: 100
57
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1681829486.05e5f2a91403.38587.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f99fb18aa2387e5b76a02adaa159ccc524c6ea10ff09c75761ff18e90b992bd0
3
+ size 33434
text_encoder/adapter_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": "CompVis/stable-diffusion-v1-4",
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 17,
8
+ "lora_dropout": 0.0,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 16,
12
+ "target_modules": [
13
+ "q_proj",
14
+ "v_proj"
15
+ ],
16
+ "task_type": null
17
+ }
text_encoder/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90670a07677c409d03afdaf73d238a4857c2289f4d71b251927234d4b36cae4d
3
+ size 2376897
unet/adapter_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "base_model_name_or_path": null,
3
+ "bias": "none",
4
+ "fan_in_fan_out": false,
5
+ "inference_mode": true,
6
+ "init_lora_weights": true,
7
+ "lora_alpha": 27,
8
+ "lora_dropout": 0.0,
9
+ "modules_to_save": null,
10
+ "peft_type": "LORA",
11
+ "r": 16,
12
+ "target_modules": [
13
+ "to_q",
14
+ "to_v",
15
+ "query",
16
+ "value"
17
+ ],
18
+ "task_type": null
19
+ }
unet/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bed25996a044c4f3b9cf71c2bcd397613d2a8a6d02fbc1e409de15958d7729e
3
+ size 6426445