jrajan commited on
Commit
35be774
1 Parent(s): a2a90d0

Upload folder using huggingface_hub

Browse files
Files changed (32) hide show
  1. checkpoint-500/custom_checkpoint_0.pkl +3 -0
  2. checkpoint-500/optimizer.bin +3 -0
  3. checkpoint-500/pytorch_model.bin +3 -0
  4. checkpoint-500/random_states_0.pkl +3 -0
  5. checkpoint-500/scheduler.bin +3 -0
  6. feature_extractor/preprocessor_config.json +29 -0
  7. logs/dreambooth/1702263980.0779755/events.out.tfevents.1702263980.ip-10-66-58-213.ec2.internal.690.1 +3 -0
  8. logs/dreambooth/1702263980.0789433/hparams.yml +39 -0
  9. logs/dreambooth/1702264025.701242/events.out.tfevents.1702264025.ip-10-66-58-213.ec2.internal.2039.1 +3 -0
  10. logs/dreambooth/1702264025.702635/hparams.yml +39 -0
  11. logs/dreambooth/1702264076.207804/events.out.tfevents.1702264076.ip-10-66-58-213.ec2.internal.3352.1 +3 -0
  12. logs/dreambooth/1702264076.2093458/hparams.yml +39 -0
  13. logs/dreambooth/1702264229.4340014/events.out.tfevents.1702264229.ip-10-66-58-213.ec2.internal.5645.1 +3 -0
  14. logs/dreambooth/1702264229.4358275/hparams.yml +39 -0
  15. logs/dreambooth/events.out.tfevents.1702263980.ip-10-66-58-213.ec2.internal.690.0 +3 -0
  16. logs/dreambooth/events.out.tfevents.1702264025.ip-10-66-58-213.ec2.internal.2039.0 +3 -0
  17. logs/dreambooth/events.out.tfevents.1702264076.ip-10-66-58-213.ec2.internal.3352.0 +3 -0
  18. logs/dreambooth/events.out.tfevents.1702264229.ip-10-66-58-213.ec2.internal.5645.0 +3 -0
  19. model_index.json +33 -0
  20. safety_checker/config.json +28 -0
  21. safety_checker/pytorch_model.bin +3 -0
  22. scheduler/scheduler_config.json +14 -0
  23. text_encoder/config.json +25 -0
  24. text_encoder/pytorch_model.bin +3 -0
  25. tokenizer/merges.txt +0 -0
  26. tokenizer/special_tokens_map.json +24 -0
  27. tokenizer/tokenizer_config.json +30 -0
  28. tokenizer/vocab.json +0 -0
  29. unet/config.json +45 -0
  30. unet/diffusion_pytorch_model.bin +3 -0
  31. vae/config.json +31 -0
  32. vae/diffusion_pytorch_model.bin +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:0ac6efcb6e820134dda158745e7f4e40ffaa660caa18585b61ae68e0729dfa5f
3
+ size 1040
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4535d1e1ccb75d0a25e1abbdad91d0ea067c0160d0bb6a5ca9826f2230800ca
3
+ size 1725110394
checkpoint-500/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfe1aff73464ae67ad036d06bfd203a67e34cb1f840e43a0e80ddaabbf26c323
3
+ size 3438369474
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626638bf660a4fbdd3db9879220148506d4fc00e107734dd057352a9164cf8e4
3
+ size 14472
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26977a2a813bfc3a27bc3c713c611fc01b218972f9dba925c9d6daa5544acb4
3
+ size 1000
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "use_square_size": false
29
+ }
logs/dreambooth/1702263980.0779755/events.out.tfevents.1702263980.ip-10-66-58-213.ec2.internal.690.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:253fbaf328df5a55b2b2798f2deced2909e13f3b881d7ba01ee3fbbec88b8b96
3
+ size 1972
logs/dreambooth/1702263980.0789433/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
+ class_data_dir: null
8
+ class_prompt: null
9
+ gradient_accumulation_steps: 1
10
+ gradient_checkpointing: false
11
+ hub_model_id: null
12
+ hub_token: null
13
+ instance_data_dir: /home/jrajan/dreambooth/dataset/pointling
14
+ instance_prompt: A photo of a pntlng animation
15
+ learning_rate: 5.0e-06
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_steps: 800
22
+ mixed_precision: null
23
+ num_class_images: 100
24
+ num_train_epochs: 267
25
+ output_dir: /home/jrajan/dreambooth/models/pointling1.4_.11
26
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
27
+ prior_loss_weight: 1.0
28
+ push_to_hub: false
29
+ resolution: 512
30
+ resume_from_checkpoint: null
31
+ revision: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: null
35
+ tokenizer_name: null
36
+ train_batch_size: 2
37
+ train_text_encoder: false
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1702264025.701242/events.out.tfevents.1702264025.ip-10-66-58-213.ec2.internal.2039.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c16a0baafc2553c8e7d961e401b534f1ba9aa9ef0da0901f5dac93345fee17bb
3
+ size 1972
logs/dreambooth/1702264025.702635/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
+ class_data_dir: null
8
+ class_prompt: null
9
+ gradient_accumulation_steps: 1
10
+ gradient_checkpointing: false
11
+ hub_model_id: null
12
+ hub_token: null
13
+ instance_data_dir: /home/jrajan/dreambooth/dataset/pointling
14
+ instance_prompt: A photo of a pntlng animation
15
+ learning_rate: 5.0e-06
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_steps: 800
22
+ mixed_precision: null
23
+ num_class_images: 100
24
+ num_train_epochs: 267
25
+ output_dir: /home/jrajan/dreambooth/models/pointling1.4_.11
26
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
27
+ prior_loss_weight: 1.0
28
+ push_to_hub: false
29
+ resolution: 512
30
+ resume_from_checkpoint: null
31
+ revision: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: null
35
+ tokenizer_name: null
36
+ train_batch_size: 2
37
+ train_text_encoder: false
38
+ use_8bit_adam: false
39
+ with_prior_preservation: false
logs/dreambooth/1702264076.207804/events.out.tfevents.1702264076.ip-10-66-58-213.ec2.internal.3352.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c06b5540b6018444dde9ba6272c570514bfac68f69aa73c0294e8a01abd3f05
3
+ size 1972
logs/dreambooth/1702264076.2093458/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
+ class_data_dir: null
8
+ class_prompt: null
9
+ gradient_accumulation_steps: 1
10
+ gradient_checkpointing: false
11
+ hub_model_id: null
12
+ hub_token: null
13
+ instance_data_dir: /home/jrajan/dreambooth/dataset/pointling
14
+ instance_prompt: A photo of a pntlng animation
15
+ learning_rate: 5.0e-06
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_steps: 800
22
+ mixed_precision: null
23
+ num_class_images: 100
24
+ num_train_epochs: 267
25
+ output_dir: /home/jrajan/dreambooth/models/pointling1.4_.11
26
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
27
+ prior_loss_weight: 1.0
28
+ push_to_hub: false
29
+ resolution: 512
30
+ resume_from_checkpoint: null
31
+ revision: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: null
35
+ tokenizer_name: null
36
+ train_batch_size: 2
37
+ train_text_encoder: false
38
+ use_8bit_adam: true
39
+ with_prior_preservation: false
logs/dreambooth/1702264229.4340014/events.out.tfevents.1702264229.ip-10-66-58-213.ec2.internal.5645.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adf6f974f87974a066f56dd91c7abb8459eb777bf6fcedd5acfbaaa5a9c67951
3
+ size 1972
logs/dreambooth/1702264229.4358275/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
+ class_data_dir: null
8
+ class_prompt: null
9
+ gradient_accumulation_steps: 1
10
+ gradient_checkpointing: false
11
+ hub_model_id: null
12
+ hub_token: null
13
+ instance_data_dir: /home/jrajan/dreambooth/dataset/pointling
14
+ instance_prompt: A photo of a pntlng animation
15
+ learning_rate: 5.0e-06
16
+ local_rank: -1
17
+ logging_dir: logs
18
+ lr_scheduler: constant
19
+ lr_warmup_steps: 0
20
+ max_grad_norm: 1.0
21
+ max_train_steps: 800
22
+ mixed_precision: null
23
+ num_class_images: 100
24
+ num_train_epochs: 160
25
+ output_dir: /home/jrajan/dreambooth/models/pointling1.4_.11
26
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
27
+ prior_loss_weight: 1.0
28
+ push_to_hub: false
29
+ resolution: 512
30
+ resume_from_checkpoint: null
31
+ revision: null
32
+ sample_batch_size: 4
33
+ scale_lr: false
34
+ seed: null
35
+ tokenizer_name: null
36
+ train_batch_size: 1
37
+ train_text_encoder: false
38
+ use_8bit_adam: true
39
+ with_prior_preservation: false
logs/dreambooth/events.out.tfevents.1702263980.ip-10-66-58-213.ec2.internal.690.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca8769fec1db0706b4969e6e6074316fc8304e637a0c856824857292db23516b
3
+ size 88
logs/dreambooth/events.out.tfevents.1702264025.ip-10-66-58-213.ec2.internal.2039.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea5e77aef4666aa5d1bebfd7b41dff9409eb08b65cdb582c11e0855a53499909
3
+ size 170
logs/dreambooth/events.out.tfevents.1702264076.ip-10-66-58-213.ec2.internal.3352.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5f467b3733b7c28eed8776f6ec919ea29aaccab1785ca6aea83f34f75b7ba1
3
+ size 170
logs/dreambooth/events.out.tfevents.1702264229.ip-10-66-58-213.ec2.internal.5645.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d9f0b8af7428c58700aac13d48da7a7d214482d37593bd737c9e8e249bfb23
3
+ size 67034
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.12.0",
4
+ "feature_extractor": [
5
+ "transformers",
6
+ "CLIPImageProcessor"
7
+ ],
8
+ "requires_safety_checker": true,
9
+ "safety_checker": [
10
+ "stable_diffusion",
11
+ "StableDiffusionSafetyChecker"
12
+ ],
13
+ "scheduler": [
14
+ "diffusers",
15
+ "PNDMScheduler"
16
+ ],
17
+ "text_encoder": [
18
+ "transformers",
19
+ "CLIPTextModel"
20
+ ],
21
+ "tokenizer": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "diffusers",
27
+ "UNet2DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }
safety_checker/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/jrajan/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/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.35.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/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80e0db1765652cbcb108e217570c23f5c17a76d34239c8b165b71cad79a0635a
3
+ size 1216062778
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.12.0",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "num_train_timesteps": 1000,
9
+ "prediction_type": "epsilon",
10
+ "set_alpha_to_one": false,
11
+ "skip_prk_steps": true,
12
+ "steps_offset": 1,
13
+ "trained_betas": null
14
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "CompVis/stable-diffusion-v1-4",
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": 512,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.35.2",
24
+ "vocab_size": 49408
25
+ }
text_encoder/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:661bca6c069caf5066481915056be7fb41144f701a363bbdc7fe9611e184b2f3
3
+ size 492309274
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,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.12.0",
4
+ "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
+ "act_fn": "silu",
6
+ "attention_head_dim": 8,
7
+ "block_out_channels": [
8
+ 320,
9
+ 640,
10
+ 1280,
11
+ 1280
12
+ ],
13
+ "center_input_sample": false,
14
+ "class_embed_type": null,
15
+ "cross_attention_dim": 768,
16
+ "down_block_types": [
17
+ "CrossAttnDownBlock2D",
18
+ "CrossAttnDownBlock2D",
19
+ "CrossAttnDownBlock2D",
20
+ "DownBlock2D"
21
+ ],
22
+ "downsample_padding": 1,
23
+ "dual_cross_attention": false,
24
+ "flip_sin_to_cos": true,
25
+ "freq_shift": 0,
26
+ "in_channels": 4,
27
+ "layers_per_block": 2,
28
+ "mid_block_scale_factor": 1,
29
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
30
+ "norm_eps": 1e-05,
31
+ "norm_num_groups": 32,
32
+ "num_class_embeds": null,
33
+ "only_cross_attention": false,
34
+ "out_channels": 4,
35
+ "resnet_time_scale_shift": "default",
36
+ "sample_size": 64,
37
+ "up_block_types": [
38
+ "UpBlock2D",
39
+ "CrossAttnUpBlock2D",
40
+ "CrossAttnUpBlock2D",
41
+ "CrossAttnUpBlock2D"
42
+ ],
43
+ "upcast_attention": false,
44
+ "use_linear_projection": false
45
+ }
unet/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10a6b206633acc2f7919dca9b222d8b35f8aaaf36d0c64f5e8a4eec4a287670
3
+ size 3438376438
vae/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.12.0",
4
+ "_name_or_path": "/home/jrajan/.cache/huggingface/diffusers/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/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
+ "in_channels": 3,
19
+ "latent_channels": 4,
20
+ "layers_per_block": 2,
21
+ "norm_num_groups": 32,
22
+ "out_channels": 3,
23
+ "sample_size": 512,
24
+ "scaling_factor": 0.18215,
25
+ "up_block_types": [
26
+ "UpDecoderBlock2D",
27
+ "UpDecoderBlock2D",
28
+ "UpDecoderBlock2D",
29
+ "UpDecoderBlock2D"
30
+ ]
31
+ }
vae/diffusion_pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e41af12ee8e37ffb1e88e21d1d5faf99ada2a31c916a6ee7523b679a14b74bb8
3
+ size 334712322