mcnckc commited on
Commit
4e47718
·
verified ·
1 Parent(s): c0bbeff

End of training

Browse files
logs/dreambooth/1769428703.4950545/events.out.tfevents.1769428703.cn-043.47372.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce775f2bc8699ef70bf613b00beb2ee15d69ebd686da462c1f4c1377d0282b7
3
+ size 2868
logs/dreambooth/1769428703.5029933/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: 10000
8
+ checkpoints_total_limit: null
9
+ class_data_dir: dog-generated
10
+ class_labels_conditioning: null
11
+ class_prompt: a photo of a dog
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: dog
19
+ instance_prompt: a photo of sks dog
20
+ learning_rate: 1.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: 1000
29
+ mixed_precision: null
30
+ num_class_images: 100
31
+ num_train_epochs: 10
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: dream-booth
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: stable-diffusion-v1-5/stable-diffusion-v1-5
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: true
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.1769428703.cn-043.47372.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38e9476ffb3a77d20f5347d6c813f2331310ccc66ac67dce917782f1d7f2580
3
+ size 83834
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.36.0.dev0",
4
  "_name_or_path": "stable-diffusion-v1-5/stable-diffusion-v1-5",
5
  "feature_extractor": [
6
  "transformers",
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.37.0.dev0",
4
  "_name_or_path": "stable-diffusion-v1-5/stable-diffusion-v1-5",
5
  "feature_extractor": [
6
  "transformers",
safety_checker/config.json CHANGED
@@ -2,6 +2,7 @@
2
  "architectures": [
3
  "StableDiffusionSafetyChecker"
4
  ],
 
5
  "initializer_factor": 1.0,
6
  "logit_scale_init_value": 2.6592,
7
  "model_type": "clip",
@@ -9,6 +10,7 @@
9
  "text_config": {
10
  "attention_dropout": 0.0,
11
  "dropout": 0.0,
 
12
  "hidden_act": "quick_gelu",
13
  "hidden_size": 768,
14
  "initializer_factor": 1.0,
@@ -20,14 +22,17 @@
20
  "num_attention_heads": 12,
21
  "num_hidden_layers": 12,
22
  "projection_dim": 512,
23
- "torch_dtype": "float32",
 
 
 
24
  "vocab_size": 49408
25
  },
26
- "torch_dtype": "float32",
27
- "transformers_version": "4.55.4",
28
  "vision_config": {
29
  "attention_dropout": 0.0,
30
  "dropout": 0.0,
 
31
  "hidden_act": "quick_gelu",
32
  "hidden_size": 1024,
33
  "image_size": 224,
@@ -41,6 +46,9 @@
41
  "num_hidden_layers": 24,
42
  "patch_size": 14,
43
  "projection_dim": 512,
44
- "torch_dtype": "float32"
 
 
 
45
  }
46
  }
 
2
  "architectures": [
3
  "StableDiffusionSafetyChecker"
4
  ],
5
+ "dtype": "float32",
6
  "initializer_factor": 1.0,
7
  "logit_scale_init_value": 2.6592,
8
  "model_type": "clip",
 
10
  "text_config": {
11
  "attention_dropout": 0.0,
12
  "dropout": 0.0,
13
+ "dtype": "float32",
14
  "hidden_act": "quick_gelu",
15
  "hidden_size": 768,
16
  "initializer_factor": 1.0,
 
22
  "num_attention_heads": 12,
23
  "num_hidden_layers": 12,
24
  "projection_dim": 512,
25
+ "pruned_heads": {},
26
+ "tf_legacy_loss": false,
27
+ "torchscript": false,
28
+ "use_bfloat16": false,
29
  "vocab_size": 49408
30
  },
31
+ "transformers_version": "5.0.0.dev0",
 
32
  "vision_config": {
33
  "attention_dropout": 0.0,
34
  "dropout": 0.0,
35
+ "dtype": "float32",
36
  "hidden_act": "quick_gelu",
37
  "hidden_size": 1024,
38
  "image_size": 224,
 
46
  "num_hidden_layers": 24,
47
  "patch_size": 14,
48
  "projection_dim": 512,
49
+ "pruned_heads": {},
50
+ "tf_legacy_loss": false,
51
+ "torchscript": false,
52
+ "use_bfloat16": false
53
  }
54
  }
scheduler/scheduler_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.36.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
1
  {
2
  "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.37.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
text_encoder/config.json CHANGED
@@ -5,6 +5,7 @@
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
 
8
  "eos_token_id": 2,
9
  "hidden_act": "quick_gelu",
10
  "hidden_size": 768,
@@ -18,7 +19,6 @@
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 1,
20
  "projection_dim": 768,
21
- "torch_dtype": "float32",
22
- "transformers_version": "4.55.4",
23
  "vocab_size": 49408
24
  }
 
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 0,
7
  "dropout": 0.0,
8
+ "dtype": "float32",
9
  "eos_token_id": 2,
10
  "hidden_act": "quick_gelu",
11
  "hidden_size": 768,
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "transformers_version": "5.0.0.dev0",
 
23
  "vocab_size": 49408
24
  }
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c2c22a480a8a6787c59fce6b97651c3adfad5090c4f97552aca5add2324c569
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a738863f5c42db2a86572c66acc98cadceac9928bb5e13088f0b4886547c32a
3
  size 492265168
unet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.36.0.dev0",
4
  "_name_or_path": "stable-diffusion-v1-5/stable-diffusion-v1-5",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.37.0.dev0",
4
  "_name_or_path": "stable-diffusion-v1-5/stable-diffusion-v1-5",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cddc6a1d78969518691ca051ad74f6ccf94e73e4b7cf930b715c0dca6cf4530
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1bafa73ba1fc3a8f6b9ce091214e26886a706abe178e9ec7c9141f0bd95852b
3
  size 3438167536
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.36.0.dev0",
4
  "_name_or_path": "/home/msgusev_1/.cache/huggingface/hub/models--stable-diffusion-v1-5--stable-diffusion-v1-5/snapshots/451f4fe16113bff5a5d2269ed5ad43b0592e9a14/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.37.0.dev0",
4
  "_name_or_path": "/home/msgusev_1/.cache/huggingface/hub/models--stable-diffusion-v1-5--stable-diffusion-v1-5/snapshots/451f4fe16113bff5a5d2269ed5ad43b0592e9a14/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [