bhuv1-c commited on
Commit
8a8c10e
·
verified ·
1 Parent(s): f33a9e0

End of training

Browse files
README.md CHANGED
@@ -11,6 +11,11 @@ tags:
11
  - diffusers-training
12
  - stable-diffusion
13
  - stable-diffusion-diffusers
 
 
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the training script had access to. You
 
11
  - diffusers-training
12
  - stable-diffusion
13
  - stable-diffusion-diffusers
14
+ - text-to-image
15
+ - dreambooth
16
+ - diffusers-training
17
+ - stable-diffusion
18
+ - stable-diffusion-diffusers
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the training script had access to. You
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:145c6c0f15bd30eb7364b121dffcdd730267a954077f8fb7f225b447c7d40acf
3
  size 7861403640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9311eb599fed70dd9ccac6c016598f955e64960beaaebaf71e0c6ce5b93cfd4
3
  size 7861403640
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c168332437b96f71f60a981d22daa05df4bd335780830843c29fe21182c2990
3
- size 14408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffed14bcfac30e00b84e23dcd7f886580a86efc05fb737bf4267a5bdc9047e4f
3
+ size 14344
checkpoint-500/text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:973a5b84fcfb315348fcae14083f4d1b5b0c738a1a4a8ea5295bb0f5622b6f6b
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b108bd5913a7993a9ba8291fdf1876016220c5ea9c5d8d85d23fdc291477784
3
  size 492265168
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c22000b89c04d8c6bdc681a77545a2a6a2cf5386d605867bd944da2b170b5ef0
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa3cd486a7a677f144f9f2d716504eee1780bdb47aec25ec5818a2005070657
3
  size 3438167536
logs/dreambooth/1742239113.5168507/events.out.tfevents.1742239113.pico.159245.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:317bd7e00cb132f5dd1374640430312518598525b915e7416418ccd030ce0915
3
+ size 2887
logs/dreambooth/1742239113.5179167/hparams.yml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: null
10
+ class_labels_conditioning: null
11
+ class_prompt: fruits on table
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 4
15
+ gradient_checkpointing: false
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: fruits-for-intent
19
+ instance_prompt: a [slx] ['apple', 'lemon', 'lime', 'onion', 'orange', 'pear'] fruits
20
+ on table
21
+ learning_rate: 3.0e-06
22
+ local_rank: -1
23
+ logging_dir: logs
24
+ lr_num_cycles: 1
25
+ lr_power: 1.0
26
+ lr_scheduler: constant
27
+ lr_warmup_steps: 0
28
+ max_grad_norm: 1.0
29
+ max_train_steps: 800
30
+ mixed_precision: null
31
+ num_class_images: 100
32
+ num_train_epochs: 400
33
+ num_validation_images: 4
34
+ offset_noise: false
35
+ output_dir: md-intent-prediction-data-2
36
+ pre_compute_text_embeddings: false
37
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
38
+ prior_generation_precision: null
39
+ prior_loss_weight: 1.0
40
+ push_to_hub: true
41
+ report_to: tensorboard
42
+ resolution: 256
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ sample_batch_size: 4
46
+ scale_lr: false
47
+ seed: null
48
+ set_grads_to_none: false
49
+ skip_save_text_encoder: false
50
+ snr_gamma: null
51
+ text_encoder_use_attention_mask: false
52
+ tokenizer_max_length: null
53
+ tokenizer_name: null
54
+ train_batch_size: 1
55
+ train_text_encoder: true
56
+ use_8bit_adam: false
57
+ validation_prompt: null
58
+ validation_scheduler: DPMSolverMultistepScheduler
59
+ validation_steps: 100
60
+ variant: null
61
+ with_prior_preservation: false
logs/dreambooth/events.out.tfevents.1742239113.pico.159245.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0bcfcdc881644c46618a04b4bb7dfff2c4cc67b2868b25b5d254093bacb661a
3
+ size 167438
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d66c581e2cea886607fe41cc5de0adf30b52741c4807b2772f76b5e6dccec696
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa92762c16a72f908654d6627d8918b49cf870b6dc8e884344ac81067dda0b53
3
  size 492265168
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6b0509b1702b41df5e29f712e29f755843850b5764c1d5b45689d231df2b0e4a
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a6cc35b506b8f9879339ac3abefab74921d689b28e1bb383836e0fb1444934
3
  size 3438167536