aang77 commited on
Commit
eed70d0
1 Parent(s): 9a16788

End of training

Browse files
README.md CHANGED
@@ -8,6 +8,11 @@ tags:
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
 
 
 
 
 
11
  inference: true
12
  instance_prompt: a photo of gray cat
13
  ---
 
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
11
+ - text-to-image
12
+ - dreambooth
13
+ - diffusers-training
14
+ - stable-diffusion
15
+ - stable-diffusion-diffusers
16
  inference: true
17
  instance_prompt: a photo of gray cat
18
  ---
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32460f303b5d8930d622175e29ca09246c8b2f55b94cc77784382a2e56da4ee9
3
  size 6927867155
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e9959d764e673794ee226c2b27a73ab4e676baf365dd4cf5ac279bebdec8943
3
  size 6927867155
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:96c8fbd9bc867c4c56d93f735a234f6cc1518c613a5f0bd3f62da3e7f9b3f7e0
3
- size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7d1a94939d8751f09fc27693352d22598eb6e366500754bd42afcb57336c9f
3
+ size 14727
checkpoint-500/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
  size 557
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92c06367582929d8cad4031bf9575ddcd6da945885fa0adfe74247f50dae5a36
3
  size 557
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6be622d51c3bcf8a1991c02b9778f31d7e3a79a8b22e03e81a36e25205ef4c5b
3
  size 563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d709cf82e7794c269771349400b0c6be8d354ef855d8dc8de1343c201bdef7e2
3
  size 563
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:628e5ed3d45ec0f4b12f81e743aed48d3420702abe1a335eaf667bd515587678
3
  size 3463726504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566e08e2a5911de35859e7e28a767c8a516a916699a69e1533bedb9c76e1ded8
3
  size 3463726504
logs/dreambooth/1725419425.220066/events.out.tfevents.1725419425.4acfe8fffde5.8451.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adc065043b65bc7107ec272a7fc1e6c7891642adf1b177bcf869727dac5c09b7
3
+ size 2996
logs/dreambooth/1725419425.2230682/hparams.yml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: /workspace/CES/LucidDreamer/dataset/cat
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of cat
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: false
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: /workspace/CES/LucidDreamer/dataset/cat/gray
19
+ instance_prompt: a photo of gray cat
20
+ learning_rate: 5.0e-06
21
+ local_rank: -1
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: fp16
30
+ num_class_images: 50
31
+ num_train_epochs: 17
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: /workspace/CES/LucidDreamer/best_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-2
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
+ snr_gamma: null
50
+ text_encoder_use_attention_mask: false
51
+ tokenizer_max_length: null
52
+ tokenizer_name: null
53
+ train_batch_size: 1
54
+ train_text_encoder: false
55
+ use_8bit_adam: false
56
+ validation_prompt: null
57
+ validation_scheduler: DPMSolverMultistepScheduler
58
+ validation_steps: 100
59
+ variant: null
60
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1725419425.4acfe8fffde5.8451.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e86bb2c1d4b14f6b3ad16a398a6dba2483908a4f4a9cd19a0c2bcd2f7e5e33
3
+ size 67034
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4004e7c37fc2858780364d5ac31911f382657f41af8b722c8ab87897f5b41b31
3
  size 3463726504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0df4581ccf1cad06c1bdbd05d406b351200a6e4f423b862d793473469a2c64
3
  size 3463726504