sotoy commited on
Commit
1523db6
·
1 Parent(s): 1535cf5

End of training

Browse files
README.md CHANGED
@@ -8,14 +8,15 @@ tags:
8
  - stable-diffusion-diffusers
9
  - text-to-image
10
  - diffusers
11
- - lora
12
  inference: true
13
  ---
14
 
15
- # LoRA DreamBooth - sotoy/path_to_saved_model
16
 
17
- These are LoRA adaption weights for CompVis/stable-diffusion-v1-4. 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: True.
 
8
  - stable-diffusion-diffusers
9
  - text-to-image
10
  - diffusers
11
+ - dreambooth
12
  inference: true
13
  ---
14
 
15
+ # DreamBooth - sotoy/path_to_saved_model
16
 
17
+ This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/).
18
+ You can find some example images in the following.
19
 
20
 
21
 
22
+ DreamBooth for the text encoder was enabled: True.
logs/dreambooth/1689347289.695241/events.out.tfevents.1689347289.iti-983.41542.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e111e5b83d911b469ba631fa185320a352022916942b6a8504b383573fb2c5f
3
+ size 2845
logs/dreambooth/1689347289.6982338/hparams.yml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ checkpoints_total_limit: null
9
+ class_data_dir: path_to_class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of dog
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./dog
19
+ instance_prompt: a photo of sks dog
20
+ learning_rate: 2.0e-06
21
+ local_rank: 0
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 800
29
+ mixed_precision: null
30
+ num_class_images: 200
31
+ num_train_epochs: 8
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: path_to_saved_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: false
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: true
54
+ use_8bit_adam: false
55
+ use_deepspeed_adam: true
56
+ validation_images: null
57
+ validation_prompt: null
58
+ validation_steps: 100
59
+ with_prior_preservation: true
logs/dreambooth/1689347372.8894699/events.out.tfevents.1689347372.iti-983.41858.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ee3e0029a5fa03e5353e83868b9d6faa6b44f57647f7ec20f682ea600ed2d3e
3
+ size 2845
logs/dreambooth/1689347372.8924649/hparams.yml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ checkpoints_total_limit: null
9
+ class_data_dir: path_to_class_images
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of dog
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: ./dog
19
+ instance_prompt: a photo of sks dog
20
+ learning_rate: 2.0e-06
21
+ local_rank: 0
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 400
29
+ mixed_precision: null
30
+ num_class_images: 200
31
+ num_train_epochs: 4
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: path_to_saved_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: false
48
+ skip_save_text_encoder: false
49
+ text_encoder_use_attention_mask: false
50
+ tokenizer_max_length: null
51
+ tokenizer_name: null
52
+ train_batch_size: 1
53
+ train_text_encoder: true
54
+ use_8bit_adam: true
55
+ use_deepspeed_adam: false
56
+ validation_images: null
57
+ validation_prompt: null
58
+ validation_steps: 100
59
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1689347289.iti-983.41542.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac31ce797bc4c217e2bf0813b4ef9819b4e284a2a6e8e886d31d1b1b8f87cb19
3
+ size 88
logs/dreambooth/events.out.tfevents.1689347372.iti-983.41858.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8856a1d3af45deffc1fe6efdb90bcd3d70b03421f87f6b4fcc78ab9ee7259a25
3
+ size 33434
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfc95f8a4f718dfecc2ac064a1a6d3096179078b382fcbd48ec302f5c79994d4
3
  size 492309793
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5057bdf2e716b0bdef597680cf0a56dbdbdb78c0108bebc471eaf9f3a31f1e1d
3
  size 492309793
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b17ec9499fa5c045468ad2384ed4b02f7e004c381206c8174ec49d3e7e2eb421
3
  size 3438375973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36c6034ba5c6c3767432aa3233c7497ac560f2c80a20c6b792082df6d7f47f2
3
  size 3438375973