DavideTHU commited on
Commit
3ca0907
·
verified ·
1 Parent(s): 7feb857

End of training

Browse files
Files changed (36) hide show
  1. checkpoint-500/custom_checkpoint_0.pkl +3 -0
  2. checkpoint-500/model.safetensors +3 -0
  3. checkpoint-500/model_1.safetensors +3 -0
  4. checkpoint-500/optimizer.bin +3 -0
  5. checkpoint-500/random_states_0.pkl +3 -0
  6. checkpoint-500/scheduler.bin +3 -0
  7. feature_extractor/preprocessor_config.json +28 -0
  8. logs/dreambooth/1705009061.1632333/events.out.tfevents.1705009061.ip-172-31-5-14.1834.1 +3 -0
  9. logs/dreambooth/1705009061.1642196/hparams.yml +39 -0
  10. logs/dreambooth/1705009126.5599582/events.out.tfevents.1705009126.ip-172-31-5-14.1884.1 +3 -0
  11. logs/dreambooth/1705009126.5610187/hparams.yml +39 -0
  12. logs/dreambooth/1705009160.5117962/events.out.tfevents.1705009160.ip-172-31-5-14.1935.1 +3 -0
  13. logs/dreambooth/1705009160.5127814/hparams.yml +39 -0
  14. logs/dreambooth/1705009246.5390713/events.out.tfevents.1705009246.ip-172-31-5-14.1991.1 +3 -0
  15. logs/dreambooth/1705009246.5400832/hparams.yml +39 -0
  16. logs/dreambooth/1705009284.1942742/events.out.tfevents.1705009284.ip-172-31-5-14.2035.1 +3 -0
  17. logs/dreambooth/1705009284.1952477/hparams.yml +39 -0
  18. logs/dreambooth/events.out.tfevents.1705009061.ip-172-31-5-14.1834.0 +3 -0
  19. logs/dreambooth/events.out.tfevents.1705009126.ip-172-31-5-14.1884.0 +3 -0
  20. logs/dreambooth/events.out.tfevents.1705009160.ip-172-31-5-14.1935.0 +3 -0
  21. logs/dreambooth/events.out.tfevents.1705009246.ip-172-31-5-14.1991.0 +3 -0
  22. logs/dreambooth/events.out.tfevents.1705009284.ip-172-31-5-14.2035.0 +3 -0
  23. model_index.json +38 -0
  24. safety_checker/config.json +28 -0
  25. safety_checker/model.safetensors +3 -0
  26. scheduler/scheduler_config.json +20 -0
  27. text_encoder/config.json +25 -0
  28. text_encoder/model.safetensors +3 -0
  29. tokenizer/merges.txt +0 -0
  30. tokenizer/special_tokens_map.json +24 -0
  31. tokenizer/tokenizer_config.json +30 -0
  32. tokenizer/vocab.json +0 -0
  33. unet/config.json +68 -0
  34. unet/diffusion_pytorch_model.safetensors +3 -0
  35. vae/config.json +32 -0
  36. vae/diffusion_pytorch_model.safetensors +3 -0
checkpoint-500/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30f95d1b56ba2ad6492f8343db0eb3636db36e7a6a8ad9a0e9aad1ae526b9eb2
3
+ size 583
checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85817c5a2bd3ef34f74a5a029408d5cfdc34348056cb527de51ef659655fe567
3
+ size 3438225152
checkpoint-500/model_1.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e9b8ea82798204cb98f84c394d266c46a83d7545346bb1cf038846a234b511
3
+ size 492265168
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08d0073fb73f085729cc5b166d268d653927c26523c3651cad8d4169f239248
3
+ size 7861518391
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5100977c0a09b799784e7b096a7eb5a11985d09c3bddaa1a3d4d5a3c4e25c8e9
3
+ size 14727
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be622d51c3bcf8a1991c02b9778f31d7e3a79a8b22e03e81a36e25205ef4c5b
3
+ size 563
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "CLIPFeatureExtractor",
12
+ "image_mean": [
13
+ 0.48145466,
14
+ 0.4578275,
15
+ 0.40821073
16
+ ],
17
+ "image_processor_type": "CLIPImageProcessor",
18
+ "image_std": [
19
+ 0.26862954,
20
+ 0.26130258,
21
+ 0.27577711
22
+ ],
23
+ "resample": 3,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "shortest_edge": 224
27
+ }
28
+ }
logs/dreambooth/1705009061.1632333/events.out.tfevents.1705009061.ip-172-31-5-14.1834.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efe2fe098243e86e91f254df1cabaa70ed134254aba144b9048b43f1f8cb0b7
3
+ size 2009
logs/dreambooth/1705009061.1642196/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ checkpoints_total_limit: null
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ gradient_accumulation_steps: 2
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ instance_data_dir: images/faucet
15
+ instance_prompt: a photo of a sks faucet
16
+ learning_rate: 5.0e-06
17
+ local_rank: -1
18
+ logging_dir: logs
19
+ lr_scheduler: constant
20
+ lr_warmup_steps: 0
21
+ max_grad_norm: 1.0
22
+ max_train_steps: 500
23
+ mixed_precision: fp16
24
+ num_class_images: 100
25
+ num_train_epochs: 100
26
+ output_dir: stable-diffusion-inpainting-faucet
27
+ pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting
28
+ prior_loss_weight: 1.0
29
+ push_to_hub: true
30
+ resolution: 512
31
+ resume_from_checkpoint: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: 0
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1705009126.5599582/events.out.tfevents.1705009126.ip-172-31-5-14.1884.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a868705354f7ebaef823a553a3f6551ac7f6b30dc974800f43acd2c185895567
3
+ size 2009
logs/dreambooth/1705009126.5610187/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ checkpoints_total_limit: null
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ gradient_accumulation_steps: 2
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ instance_data_dir: images/faucet
15
+ instance_prompt: a photo of a sks faucet
16
+ learning_rate: 5.0e-06
17
+ local_rank: -1
18
+ logging_dir: logs
19
+ lr_scheduler: constant
20
+ lr_warmup_steps: 0
21
+ max_grad_norm: 1.0
22
+ max_train_steps: 500
23
+ mixed_precision: fp16
24
+ num_class_images: 100
25
+ num_train_epochs: 125
26
+ output_dir: stable-diffusion-inpainting-faucet
27
+ pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting
28
+ prior_loss_weight: 1.0
29
+ push_to_hub: true
30
+ resolution: 512
31
+ resume_from_checkpoint: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: 0
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1705009160.5117962/events.out.tfevents.1705009160.ip-172-31-5-14.1935.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcfa7168c7bc2e176b8868740d3b50683b0d93b7437c6fd84abdd1375e9e058e
3
+ size 2009
logs/dreambooth/1705009160.5127814/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ checkpoints_total_limit: null
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ gradient_accumulation_steps: 2
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ instance_data_dir: images/faucet
15
+ instance_prompt: a photo of a sks faucet
16
+ learning_rate: 5.0e-06
17
+ local_rank: -1
18
+ logging_dir: logs
19
+ lr_scheduler: constant
20
+ lr_warmup_steps: 0
21
+ max_grad_norm: 1.0
22
+ max_train_steps: 500
23
+ mixed_precision: fp16
24
+ num_class_images: 100
25
+ num_train_epochs: 125
26
+ output_dir: stable-diffusion-inpainting-faucet
27
+ pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting
28
+ prior_loss_weight: 1.0
29
+ push_to_hub: true
30
+ resolution: 512
31
+ resume_from_checkpoint: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: 0
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1705009246.5390713/events.out.tfevents.1705009246.ip-172-31-5-14.1991.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f63941e0b632c42734dca88fad9d074a0eac532d59b3b8439a175e332d17c255
3
+ size 2009
logs/dreambooth/1705009246.5400832/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ checkpoints_total_limit: null
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ gradient_accumulation_steps: 2
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ instance_data_dir: images/faucet
15
+ instance_prompt: a photo of a sks faucet
16
+ learning_rate: 5.0e-06
17
+ local_rank: -1
18
+ logging_dir: logs
19
+ lr_scheduler: constant
20
+ lr_warmup_steps: 0
21
+ max_grad_norm: 1.0
22
+ max_train_steps: 500
23
+ mixed_precision: fp16
24
+ num_class_images: 100
25
+ num_train_epochs: 125
26
+ output_dir: stable-diffusion-inpainting-faucet
27
+ pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting
28
+ prior_loss_weight: 1.0
29
+ push_to_hub: true
30
+ resolution: 512
31
+ resume_from_checkpoint: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: 0
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1705009284.1942742/events.out.tfevents.1705009284.ip-172-31-5-14.2035.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83097894e241f716a569b0dd70ab8a1f8e731ee5002d4825e33da1074774c48
3
+ size 2007
logs/dreambooth/1705009284.1952477/hparams.yml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ center_crop: false
6
+ checkpointing_steps: 500
7
+ checkpoints_total_limit: null
8
+ class_data_dir: null
9
+ class_prompt: null
10
+ gradient_accumulation_steps: 2
11
+ gradient_checkpointing: true
12
+ hub_model_id: null
13
+ hub_token: null
14
+ instance_data_dir: images/faucet
15
+ instance_prompt: a photo of a sks faucet
16
+ learning_rate: 5.0e-06
17
+ local_rank: -1
18
+ logging_dir: logs
19
+ lr_scheduler: constant
20
+ lr_warmup_steps: 0
21
+ max_grad_norm: 1.0
22
+ max_train_steps: 500
23
+ mixed_precision: 'no'
24
+ num_class_images: 100
25
+ num_train_epochs: 125
26
+ output_dir: stable-diffusion-inpainting-faucet
27
+ pretrained_model_name_or_path: runwayml/stable-diffusion-inpainting
28
+ prior_loss_weight: 1.0
29
+ push_to_hub: true
30
+ resolution: 512
31
+ resume_from_checkpoint: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: 0
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: true
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/events.out.tfevents.1705009061.ip-172-31-5-14.1834.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fcd7007570a15325bb2ff5e213dbeb616dc044ae8d997749a62b6a532312e8b
3
+ size 166
logs/dreambooth/events.out.tfevents.1705009126.ip-172-31-5-14.1884.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a99aad54d27617306f28558bddf3c9f8213bca9bf5fbacf722591c8a4189e3
3
+ size 88
logs/dreambooth/events.out.tfevents.1705009160.ip-172-31-5-14.1935.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533ff3722f16d61155b3ac3724669431d6a30f0796cc0f9e344a90cfb833362f
3
+ size 166
logs/dreambooth/events.out.tfevents.1705009246.ip-172-31-5-14.1991.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6bf0aef460e3c488e5bfc76f925c5fadbfad58decb43b42f21335d8af959314
3
+ size 248
logs/dreambooth/events.out.tfevents.1705009284.ip-172-31-5-14.2035.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38427a71a692d17dc6c37dc10cc12faccdbb7a33de6cb1d8d5dfe1044ef89e22
3
+ size 73138
model_index.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.25.0",
4
+ "_name_or_path": "runwayml/stable-diffusion-inpainting",
5
+ "feature_extractor": [
6
+ "transformers",
7
+ "CLIPImageProcessor"
8
+ ],
9
+ "image_encoder": [
10
+ null,
11
+ null
12
+ ],
13
+ "requires_safety_checker": true,
14
+ "safety_checker": [
15
+ "stable_diffusion",
16
+ "StableDiffusionSafetyChecker"
17
+ ],
18
+ "scheduler": [
19
+ "diffusers",
20
+ "DDIMScheduler"
21
+ ],
22
+ "text_encoder": [
23
+ "transformers",
24
+ "CLIPTextModel"
25
+ ],
26
+ "tokenizer": [
27
+ "transformers",
28
+ "CLIPTokenizer"
29
+ ],
30
+ "unet": [
31
+ "diffusers",
32
+ "UNet2DConditionModel"
33
+ ],
34
+ "vae": [
35
+ "diffusers",
36
+ "AutoencoderKL"
37
+ ]
38
+ }
safety_checker/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-inpainting/snapshots/51388a731f57604945fddd703ecb5c50e8e7b49d/safety_checker",
3
+ "architectures": [
4
+ "StableDiffusionSafetyChecker"
5
+ ],
6
+ "initializer_factor": 1.0,
7
+ "logit_scale_init_value": 2.6592,
8
+ "model_type": "clip",
9
+ "projection_dim": 768,
10
+ "text_config": {
11
+ "dropout": 0.0,
12
+ "hidden_size": 768,
13
+ "intermediate_size": 3072,
14
+ "model_type": "clip_text_model",
15
+ "num_attention_heads": 12
16
+ },
17
+ "torch_dtype": "float32",
18
+ "transformers_version": "4.36.2",
19
+ "vision_config": {
20
+ "dropout": 0.0,
21
+ "hidden_size": 1024,
22
+ "intermediate_size": 4096,
23
+ "model_type": "clip_vision_model",
24
+ "num_attention_heads": 16,
25
+ "num_hidden_layers": 24,
26
+ "patch_size": 14
27
+ }
28
+ }
safety_checker/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb351a5ded815c3ff744968ad9c6b218d071b9d313d04f35e813b84b4c0ffde8
3
+ size 1215979664
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "DDIMScheduler",
3
+ "_diffusers_version": "0.25.0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
+ "num_train_timesteps": 1000,
11
+ "prediction_type": "epsilon",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "skip_prk_steps": true,
16
+ "steps_offset": 1,
17
+ "thresholding": false,
18
+ "timestep_spacing": "leading",
19
+ "trained_betas": null
20
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "runwayml/stable-diffusion-inpainting",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 768,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.36.2",
24
+ "vocab_size": 49408
25
+ }
text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0e9b8ea82798204cb98f84c394d266c46a83d7545346bb1cf038846a234b511
3
+ size 492265168
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 77,
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.25.0",
4
+ "_name_or_path": "runwayml/stable-diffusion-inpainting",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": null,
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": null,
9
+ "attention_head_dim": 8,
10
+ "attention_type": "default",
11
+ "block_out_channels": [
12
+ 320,
13
+ 640,
14
+ 1280,
15
+ 1280
16
+ ],
17
+ "center_input_sample": false,
18
+ "class_embed_type": null,
19
+ "class_embeddings_concat": false,
20
+ "conv_in_kernel": 3,
21
+ "conv_out_kernel": 3,
22
+ "cross_attention_dim": 768,
23
+ "cross_attention_norm": null,
24
+ "down_block_types": [
25
+ "CrossAttnDownBlock2D",
26
+ "CrossAttnDownBlock2D",
27
+ "CrossAttnDownBlock2D",
28
+ "DownBlock2D"
29
+ ],
30
+ "downsample_padding": 1,
31
+ "dropout": 0.0,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 9,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
45
+ "num_class_embeds": null,
46
+ "only_cross_attention": false,
47
+ "out_channels": 4,
48
+ "projection_class_embeddings_input_dim": null,
49
+ "resnet_out_scale_factor": 1.0,
50
+ "resnet_skip_time_act": false,
51
+ "resnet_time_scale_shift": "default",
52
+ "reverse_transformer_layers_per_block": null,
53
+ "sample_size": 64,
54
+ "time_cond_proj_dim": null,
55
+ "time_embedding_act_fn": null,
56
+ "time_embedding_dim": null,
57
+ "time_embedding_type": "positional",
58
+ "timestep_post_act": null,
59
+ "transformer_layers_per_block": 1,
60
+ "up_block_types": [
61
+ "UpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D",
64
+ "CrossAttnUpBlock2D"
65
+ ],
66
+ "upcast_attention": false,
67
+ "use_linear_projection": false
68
+ }
unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85817c5a2bd3ef34f74a5a029408d5cfdc34348056cb527de51ef659655fe567
3
+ size 3438225152
vae/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.25.0",
4
+ "_name_or_path": "/home/ubuntu/.cache/huggingface/hub/models--runwayml--stable-diffusion-inpainting/snapshots/51388a731f57604945fddd703ecb5c50e8e7b49d/vae",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "force_upcast": true,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "layers_per_block": 2,
22
+ "norm_num_groups": 32,
23
+ "out_channels": 3,
24
+ "sample_size": 256,
25
+ "scaling_factor": 0.18215,
26
+ "up_block_types": [
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
+ "UpDecoderBlock2D",
30
+ "UpDecoderBlock2D"
31
+ ]
32
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
3
+ size 334643268