multimodalart HF staff commited on
Commit
751d7d9
·
verified ·
1 Parent(s): a73bb21

End of training

Browse files
README.md CHANGED
@@ -10,6 +10,14 @@ tags:
10
  - template:sd-lora
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
 
 
 
 
 
 
 
 
13
  base_model: stabilityai/stable-diffusion-xl-base-1.0
14
  instance_prompt: A [v]
15
  widget: []
 
10
  - template:sd-lora
11
  - stable-diffusion-xl
12
  - stable-diffusion-xl-diffusers
13
+ - text-to-image
14
+ - text-to-image
15
+ - diffusers-training
16
+ - diffusers
17
+ - lora
18
+ - template:sd-lora
19
+ - stable-diffusion-xl
20
+ - stable-diffusion-xl-diffusers
21
  base_model: stabilityai/stable-diffusion-xl-base-1.0
22
  instance_prompt: A [v]
23
  widget: []
checkpoint-1000/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ac178a975e51164bacca5e06f7acbd752e9095fde888376dee95bc375030136
3
  size 225713029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5775e799d8df17c625544521634c194a0cbe40d85d183c6cc9caa2083036f31
3
  size 225713029
checkpoint-1000/pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2dbee692ebecf484151fda4f98033db6b445c43b76f77822315ff8a0d47599c
3
  size 112769968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1dd632bb53321f530ddfd78eb0b9b0863103bd57c0c0ab81e0cab552130315
3
  size 112769968
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ef96b1cb71e851fe7e80d64f839a37d754115d7d0f8b8c4a252073c4a727f4
3
  size 225713029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:071fc46b6ff08863221e70c67c92e01794c389366e24e43c78e5f0411079f15a
3
  size 225713029
checkpoint-500/pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c15ab0f5d501d83346a31cadb9f9eaa87dbf383de8e8c1a53157820873df61e
3
  size 112769968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80745195f9cc2e8144a90291687b41b999565b2af6843ee0381b1b0da68d38d
3
  size 112769968
logs/dreambooth-lora-sd-xl/1712772448.989532/events.out.tfevents.1712772448.150-136-220-21.1291341.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9965cb1e1f127cf96dbd25b9eaf189c0c800741a8ad2e83769329863d3906b9d
3
+ size 3040
logs/dreambooth-lora-sd-xl/1712772448.991554/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: null
9
+ center_crop: false
10
+ checkpointing_steps: 500
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: null
17
+ do_edm_style_training: false
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 1
20
+ gradient_checkpointing: true
21
+ hub_model_id: null
22
+ hub_token: null
23
+ image_column: image
24
+ instance_data_dir: ./style
25
+ instance_prompt: A [v2]
26
+ learning_rate: 5.0e-05
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: 1000
38
+ num_validation_images: 4
39
+ optimizer: AdamW
40
+ output_dir: B-LoRA_style
41
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
42
+ pretrained_vae_model_name_or_path: null
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: true
50
+ random_flip: false
51
+ rank: 64
52
+ repeats: 1
53
+ report_to: tensorboard
54
+ resolution: 1024
55
+ resume_from_checkpoint: null
56
+ revision: null
57
+ sample_batch_size: 4
58
+ scale_lr: false
59
+ seed: 0
60
+ snr_gamma: null
61
+ text_encoder_lr: 5.0e-06
62
+ train_batch_size: 1
63
+ train_text_encoder: false
64
+ use_8bit_adam: false
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.1712772448.150-136-220-21.1291341.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9cb04be571c2487dd84c04a27f9ef536f1c77aebea0b99c2d23f83340137ba
3
+ size 83834
pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2dbee692ebecf484151fda4f98033db6b445c43b76f77822315ff8a0d47599c
3
  size 112769968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c1dd632bb53321f530ddfd78eb0b9b0863103bd57c0c0ab81e0cab552130315
3
  size 112769968