jianleo commited on
Commit
eaff012
1 Parent(s): bc70b25

End of training

Browse files
.gitattributes CHANGED
@@ -32,3 +32,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ image_0.png filter=lfs diff=lfs merge=lfs -text
36
+ image_1.png filter=lfs diff=lfs merge=lfs -text
37
+ image_2.png filter=lfs diff=lfs merge=lfs -text
38
+ image_3.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ step_*
2
+ epoch_*
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: /root/autodl-tmp/sd_weights/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf
5
+ tags:
6
+ - stable-diffusion
7
+ - stable-diffusion-diffusers
8
+ - text-to-image
9
+ - diffusers
10
+ - lora
11
+ inference: true
12
+ ---
13
+
14
+ # LoRA DreamBooth - jianleo/lora_ruhua_sd_05k
15
+
16
+ These are LoRA adaption weights for /root/autodl-tmp/sd_weights/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf. The weights were trained on a photo of rha woman using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
17
+
18
+ ![img_0](./image_0.png)
19
+ ![img_1](./image_1.png)
20
+ ![img_2](./image_2.png)
21
+ ![img_3](./image_3.png)
22
+
image_0.png ADDED

Git LFS Details

  • SHA256: bfd1fefeaff21af7a812b32ed5824f7e12361d838b20c320b46e63261253ad3c
  • Pointer size: 131 Bytes
  • Size of remote file: 615 kB
image_1.png ADDED

Git LFS Details

  • SHA256: c6e1963db35c00d2e5dd9614d22456470b1298137a6338ad02b837211b5c41fd
  • Pointer size: 131 Bytes
  • Size of remote file: 578 kB
image_2.png ADDED

Git LFS Details

  • SHA256: 4260a7848ddf3df367dd60d94e80b331d5b9bb392329192ebc154213e749ea1d
  • Pointer size: 131 Bytes
  • Size of remote file: 359 kB
image_3.png ADDED

Git LFS Details

  • SHA256: 3469979b0b846318dce60ebf7a5e5f4697417cf2949d64a6482d4e709fb906c8
  • Pointer size: 131 Bytes
  • Size of remote file: 568 kB
logs/dreambooth-lora/1675001769.0647368/events.out.tfevents.1675001769.autodl-container-726f11aeae-983a0e7b.22666.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c4983fe5fea08f099d775509e0840acc76c94cefeeae6df971fb77f54f995d1
3
+ size 2500
logs/dreambooth-lora/1675001769.0673018/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 10000
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ dataloader_num_workers: 0
11
+ enable_xformers_memory_efficient_attention: false
12
+ gradient_accumulation_steps: 1
13
+ gradient_checkpointing: false
14
+ hub_model_id: null
15
+ hub_token: null
16
+ instance_data_dir: /root/autodl-tmp/sd_data/ruhua
17
+ instance_prompt: a photo of rha woman
18
+ learning_rate: 0.0001
19
+ local_rank: -1
20
+ logging_dir: logs
21
+ lr_num_cycles: 1
22
+ lr_power: 1.0
23
+ lr_scheduler: constant
24
+ lr_warmup_steps: 0
25
+ max_grad_norm: 1.0
26
+ max_train_steps: 500
27
+ mixed_precision: null
28
+ num_class_images: 100
29
+ num_train_epochs: 39
30
+ num_validation_images: 4
31
+ output_dir: /root/autodl-tmp/sd_weights/lora_ruhua_sd_05k
32
+ pretrained_model_name_or_path: /root/autodl-tmp/sd_weights/models--runwayml--stable-diffusion-v1-5/snapshots/889b629140e71758e1e0006e355c331a5744b4bf
33
+ prior_generation_precision: null
34
+ prior_loss_weight: 1.0
35
+ push_to_hub: true
36
+ report_to: tensorboard
37
+ resolution: 512
38
+ resume_from_checkpoint: null
39
+ revision: null
40
+ sample_batch_size: 4
41
+ scale_lr: false
42
+ seed: 0
43
+ tokenizer_name: null
44
+ train_batch_size: 1
45
+ use_8bit_adam: false
46
+ validation_epochs: 50
47
+ validation_prompt: a photo of rha woman in a bucket
48
+ with_prior_preservation: false
logs/dreambooth-lora/events.out.tfevents.1675001769.autodl-container-726f11aeae-983a0e7b.22666.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388793abcb80e0418fc8d91bef9de24e5c121f0994d129899fd279587867f4d4
3
+ size 4193501
pytorch_lora_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075ef659ec1bb322e94acc52897cf136ea1150fecc4bb8aa03d6d4b64778c793
3
+ size 3287771