Revert Back my test
Browse files- feature_extractor/preprocessor_config.json +0 -20
- model_index.json +0 -33
- safety_checker/config.json +0 -174
- safety_checker/pytorch_model.bin +0 -3
- scheduler/scheduler_config.json +0 -14
- text_encoder/config.json +0 -25
- text_encoder/pytorch_model.bin +0 -3
- tokenizer/merges.txt +0 -0
- tokenizer/special_tokens_map.json +0 -24
- tokenizer/tokenizer_config.json +0 -34
- tokenizer/vocab.json +0 -0
- unet/config.json +0 -44
- unet/diffusion_pytorch_model.bin +0 -3
- vae/config.json +0 -29
- vae/diffusion_pytorch_model.bin +0 -3
feature_extractor/preprocessor_config.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"crop_size": 224,
|
| 3 |
-
"do_center_crop": true,
|
| 4 |
-
"do_convert_rgb": true,
|
| 5 |
-
"do_normalize": true,
|
| 6 |
-
"do_resize": true,
|
| 7 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
| 8 |
-
"image_mean": [
|
| 9 |
-
0.48145466,
|
| 10 |
-
0.4578275,
|
| 11 |
-
0.40821073
|
| 12 |
-
],
|
| 13 |
-
"image_std": [
|
| 14 |
-
0.26862954,
|
| 15 |
-
0.26130258,
|
| 16 |
-
0.27577711
|
| 17 |
-
],
|
| 18 |
-
"resample": 3,
|
| 19 |
-
"size": 224
|
| 20 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
model_index.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "StableDiffusionPipeline",
|
| 3 |
-
"_diffusers_version": "0.12.1",
|
| 4 |
-
"feature_extractor": [
|
| 5 |
-
"transformers",
|
| 6 |
-
"CLIPFeatureExtractor"
|
| 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
DELETED
|
@@ -1,174 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "CompVis/stable-diffusion-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 |
-
"_name_or_path": "",
|
| 12 |
-
"add_cross_attention": false,
|
| 13 |
-
"architectures": null,
|
| 14 |
-
"attention_dropout": 0.0,
|
| 15 |
-
"bad_words_ids": null,
|
| 16 |
-
"bos_token_id": 0,
|
| 17 |
-
"chunk_size_feed_forward": 0,
|
| 18 |
-
"cross_attention_hidden_size": null,
|
| 19 |
-
"decoder_start_token_id": null,
|
| 20 |
-
"diversity_penalty": 0.0,
|
| 21 |
-
"do_sample": false,
|
| 22 |
-
"dropout": 0.0,
|
| 23 |
-
"early_stopping": false,
|
| 24 |
-
"encoder_no_repeat_ngram_size": 0,
|
| 25 |
-
"eos_token_id": 2,
|
| 26 |
-
"exponential_decay_length_penalty": null,
|
| 27 |
-
"finetuning_task": null,
|
| 28 |
-
"forced_bos_token_id": null,
|
| 29 |
-
"forced_eos_token_id": null,
|
| 30 |
-
"hidden_act": "quick_gelu",
|
| 31 |
-
"hidden_size": 768,
|
| 32 |
-
"id2label": {
|
| 33 |
-
"0": "LABEL_0",
|
| 34 |
-
"1": "LABEL_1"
|
| 35 |
-
},
|
| 36 |
-
"initializer_factor": 1.0,
|
| 37 |
-
"initializer_range": 0.02,
|
| 38 |
-
"intermediate_size": 3072,
|
| 39 |
-
"is_decoder": false,
|
| 40 |
-
"is_encoder_decoder": false,
|
| 41 |
-
"label2id": {
|
| 42 |
-
"LABEL_0": 0,
|
| 43 |
-
"LABEL_1": 1
|
| 44 |
-
},
|
| 45 |
-
"layer_norm_eps": 1e-05,
|
| 46 |
-
"length_penalty": 1.0,
|
| 47 |
-
"max_length": 20,
|
| 48 |
-
"max_position_embeddings": 77,
|
| 49 |
-
"min_length": 0,
|
| 50 |
-
"model_type": "clip_text_model",
|
| 51 |
-
"no_repeat_ngram_size": 0,
|
| 52 |
-
"num_attention_heads": 12,
|
| 53 |
-
"num_beam_groups": 1,
|
| 54 |
-
"num_beams": 1,
|
| 55 |
-
"num_hidden_layers": 12,
|
| 56 |
-
"num_return_sequences": 1,
|
| 57 |
-
"output_attentions": false,
|
| 58 |
-
"output_hidden_states": false,
|
| 59 |
-
"output_scores": false,
|
| 60 |
-
"pad_token_id": 1,
|
| 61 |
-
"prefix": null,
|
| 62 |
-
"problem_type": null,
|
| 63 |
-
"pruned_heads": {},
|
| 64 |
-
"remove_invalid_values": false,
|
| 65 |
-
"repetition_penalty": 1.0,
|
| 66 |
-
"return_dict": true,
|
| 67 |
-
"return_dict_in_generate": false,
|
| 68 |
-
"sep_token_id": null,
|
| 69 |
-
"task_specific_params": null,
|
| 70 |
-
"temperature": 1.0,
|
| 71 |
-
"tf_legacy_loss": false,
|
| 72 |
-
"tie_encoder_decoder": false,
|
| 73 |
-
"tie_word_embeddings": true,
|
| 74 |
-
"tokenizer_class": null,
|
| 75 |
-
"top_k": 50,
|
| 76 |
-
"top_p": 1.0,
|
| 77 |
-
"torch_dtype": null,
|
| 78 |
-
"torchscript": false,
|
| 79 |
-
"transformers_version": "4.21.0",
|
| 80 |
-
"typical_p": 1.0,
|
| 81 |
-
"use_bfloat16": false,
|
| 82 |
-
"vocab_size": 49408
|
| 83 |
-
},
|
| 84 |
-
"text_config_dict": {
|
| 85 |
-
"hidden_size": 768,
|
| 86 |
-
"intermediate_size": 3072,
|
| 87 |
-
"num_attention_heads": 12,
|
| 88 |
-
"num_hidden_layers": 12
|
| 89 |
-
},
|
| 90 |
-
"torch_dtype": "float32",
|
| 91 |
-
"transformers_version": null,
|
| 92 |
-
"vision_config": {
|
| 93 |
-
"_name_or_path": "",
|
| 94 |
-
"add_cross_attention": false,
|
| 95 |
-
"architectures": null,
|
| 96 |
-
"attention_dropout": 0.0,
|
| 97 |
-
"bad_words_ids": null,
|
| 98 |
-
"bos_token_id": null,
|
| 99 |
-
"chunk_size_feed_forward": 0,
|
| 100 |
-
"cross_attention_hidden_size": null,
|
| 101 |
-
"decoder_start_token_id": null,
|
| 102 |
-
"diversity_penalty": 0.0,
|
| 103 |
-
"do_sample": false,
|
| 104 |
-
"dropout": 0.0,
|
| 105 |
-
"early_stopping": false,
|
| 106 |
-
"encoder_no_repeat_ngram_size": 0,
|
| 107 |
-
"eos_token_id": null,
|
| 108 |
-
"exponential_decay_length_penalty": null,
|
| 109 |
-
"finetuning_task": null,
|
| 110 |
-
"forced_bos_token_id": null,
|
| 111 |
-
"forced_eos_token_id": null,
|
| 112 |
-
"hidden_act": "quick_gelu",
|
| 113 |
-
"hidden_size": 1024,
|
| 114 |
-
"id2label": {
|
| 115 |
-
"0": "LABEL_0",
|
| 116 |
-
"1": "LABEL_1"
|
| 117 |
-
},
|
| 118 |
-
"image_size": 224,
|
| 119 |
-
"initializer_factor": 1.0,
|
| 120 |
-
"initializer_range": 0.02,
|
| 121 |
-
"intermediate_size": 4096,
|
| 122 |
-
"is_decoder": false,
|
| 123 |
-
"is_encoder_decoder": false,
|
| 124 |
-
"label2id": {
|
| 125 |
-
"LABEL_0": 0,
|
| 126 |
-
"LABEL_1": 1
|
| 127 |
-
},
|
| 128 |
-
"layer_norm_eps": 1e-05,
|
| 129 |
-
"length_penalty": 1.0,
|
| 130 |
-
"max_length": 20,
|
| 131 |
-
"min_length": 0,
|
| 132 |
-
"model_type": "clip_vision_model",
|
| 133 |
-
"no_repeat_ngram_size": 0,
|
| 134 |
-
"num_attention_heads": 16,
|
| 135 |
-
"num_beam_groups": 1,
|
| 136 |
-
"num_beams": 1,
|
| 137 |
-
"num_channels": 3,
|
| 138 |
-
"num_hidden_layers": 24,
|
| 139 |
-
"num_return_sequences": 1,
|
| 140 |
-
"output_attentions": false,
|
| 141 |
-
"output_hidden_states": false,
|
| 142 |
-
"output_scores": false,
|
| 143 |
-
"pad_token_id": null,
|
| 144 |
-
"patch_size": 14,
|
| 145 |
-
"prefix": null,
|
| 146 |
-
"problem_type": null,
|
| 147 |
-
"pruned_heads": {},
|
| 148 |
-
"remove_invalid_values": false,
|
| 149 |
-
"repetition_penalty": 1.0,
|
| 150 |
-
"return_dict": true,
|
| 151 |
-
"return_dict_in_generate": false,
|
| 152 |
-
"sep_token_id": null,
|
| 153 |
-
"task_specific_params": null,
|
| 154 |
-
"temperature": 1.0,
|
| 155 |
-
"tf_legacy_loss": false,
|
| 156 |
-
"tie_encoder_decoder": false,
|
| 157 |
-
"tie_word_embeddings": true,
|
| 158 |
-
"tokenizer_class": null,
|
| 159 |
-
"top_k": 50,
|
| 160 |
-
"top_p": 1.0,
|
| 161 |
-
"torch_dtype": null,
|
| 162 |
-
"torchscript": false,
|
| 163 |
-
"transformers_version": "4.21.0",
|
| 164 |
-
"typical_p": 1.0,
|
| 165 |
-
"use_bfloat16": false
|
| 166 |
-
},
|
| 167 |
-
"vision_config_dict": {
|
| 168 |
-
"hidden_size": 1024,
|
| 169 |
-
"intermediate_size": 4096,
|
| 170 |
-
"num_attention_heads": 16,
|
| 171 |
-
"num_hidden_layers": 24,
|
| 172 |
-
"patch_size": 14
|
| 173 |
-
}
|
| 174 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
safety_checker/pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:193490b58ef62739077262e833bf091c66c29488058681ac25cf7df3d8190974
|
| 3 |
-
size 1216061799
|
|
|
|
|
|
|
|
|
|
|
|
scheduler/scheduler_config.json
DELETED
|
@@ -1,14 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "PNDMScheduler",
|
| 3 |
-
"_diffusers_version": "0.12.1",
|
| 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
DELETED
|
@@ -1,25 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_name_or_path": "openai/clip-vit-large-patch14",
|
| 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.21.0",
|
| 24 |
-
"vocab_size": 49408
|
| 25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
text_encoder/pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:537ac5896e6a480d60691bfe7a867b1886082dca9d3d7a6381159c8f8396a001
|
| 3 |
-
size 492305335
|
|
|
|
|
|
|
|
|
|
|
|
tokenizer/merges.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/special_tokens_map.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
| 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
DELETED
|
@@ -1,34 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"add_prefix_space": false,
|
| 3 |
-
"bos_token": {
|
| 4 |
-
"__type": "AddedToken",
|
| 5 |
-
"content": "<|startoftext|>",
|
| 6 |
-
"lstrip": false,
|
| 7 |
-
"normalized": true,
|
| 8 |
-
"rstrip": false,
|
| 9 |
-
"single_word": false
|
| 10 |
-
},
|
| 11 |
-
"do_lower_case": true,
|
| 12 |
-
"eos_token": {
|
| 13 |
-
"__type": "AddedToken",
|
| 14 |
-
"content": "<|endoftext|>",
|
| 15 |
-
"lstrip": false,
|
| 16 |
-
"normalized": true,
|
| 17 |
-
"rstrip": false,
|
| 18 |
-
"single_word": false
|
| 19 |
-
},
|
| 20 |
-
"errors": "replace",
|
| 21 |
-
"model_max_length": 77,
|
| 22 |
-
"name_or_path": "openai/clip-vit-large-patch14",
|
| 23 |
-
"pad_token": "<|endoftext|>",
|
| 24 |
-
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
-
"tokenizer_class": "CLIPTokenizer",
|
| 26 |
-
"unk_token": {
|
| 27 |
-
"__type": "AddedToken",
|
| 28 |
-
"content": "<|endoftext|>",
|
| 29 |
-
"lstrip": false,
|
| 30 |
-
"normalized": true,
|
| 31 |
-
"rstrip": false,
|
| 32 |
-
"single_word": false
|
| 33 |
-
}
|
| 34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tokenizer/vocab.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
unet/config.json
DELETED
|
@@ -1,44 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.12.1",
|
| 4 |
-
"act_fn": "silu",
|
| 5 |
-
"attention_head_dim": 8,
|
| 6 |
-
"block_out_channels": [
|
| 7 |
-
320,
|
| 8 |
-
640,
|
| 9 |
-
1280,
|
| 10 |
-
1280
|
| 11 |
-
],
|
| 12 |
-
"center_input_sample": false,
|
| 13 |
-
"class_embed_type": null,
|
| 14 |
-
"cross_attention_dim": 768,
|
| 15 |
-
"down_block_types": [
|
| 16 |
-
"CrossAttnDownBlock2D",
|
| 17 |
-
"CrossAttnDownBlock2D",
|
| 18 |
-
"CrossAttnDownBlock2D",
|
| 19 |
-
"DownBlock2D"
|
| 20 |
-
],
|
| 21 |
-
"downsample_padding": 1,
|
| 22 |
-
"dual_cross_attention": false,
|
| 23 |
-
"flip_sin_to_cos": true,
|
| 24 |
-
"freq_shift": 0,
|
| 25 |
-
"in_channels": 4,
|
| 26 |
-
"layers_per_block": 2,
|
| 27 |
-
"mid_block_scale_factor": 1,
|
| 28 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 29 |
-
"norm_eps": 1e-05,
|
| 30 |
-
"norm_num_groups": 32,
|
| 31 |
-
"num_class_embeds": null,
|
| 32 |
-
"only_cross_attention": false,
|
| 33 |
-
"out_channels": 4,
|
| 34 |
-
"resnet_time_scale_shift": "default",
|
| 35 |
-
"sample_size": 64,
|
| 36 |
-
"up_block_types": [
|
| 37 |
-
"UpBlock2D",
|
| 38 |
-
"CrossAttnUpBlock2D",
|
| 39 |
-
"CrossAttnUpBlock2D",
|
| 40 |
-
"CrossAttnUpBlock2D"
|
| 41 |
-
],
|
| 42 |
-
"upcast_attention": false,
|
| 43 |
-
"use_linear_projection": false
|
| 44 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unet/diffusion_pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6518fedd3fc4b83af851d85ddada31d5e9234d36777258cc1fe942420c96416b
|
| 3 |
-
size 3438354725
|
|
|
|
|
|
|
|
|
|
|
|
vae/config.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.12.1",
|
| 4 |
-
"act_fn": "silu",
|
| 5 |
-
"block_out_channels": [
|
| 6 |
-
128,
|
| 7 |
-
256,
|
| 8 |
-
512,
|
| 9 |
-
512
|
| 10 |
-
],
|
| 11 |
-
"down_block_types": [
|
| 12 |
-
"DownEncoderBlock2D",
|
| 13 |
-
"DownEncoderBlock2D",
|
| 14 |
-
"DownEncoderBlock2D",
|
| 15 |
-
"DownEncoderBlock2D"
|
| 16 |
-
],
|
| 17 |
-
"in_channels": 3,
|
| 18 |
-
"latent_channels": 4,
|
| 19 |
-
"layers_per_block": 2,
|
| 20 |
-
"norm_num_groups": 32,
|
| 21 |
-
"out_channels": 3,
|
| 22 |
-
"sample_size": 512,
|
| 23 |
-
"up_block_types": [
|
| 24 |
-
"UpDecoderBlock2D",
|
| 25 |
-
"UpDecoderBlock2D",
|
| 26 |
-
"UpDecoderBlock2D",
|
| 27 |
-
"UpDecoderBlock2D"
|
| 28 |
-
]
|
| 29 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vae/diffusion_pytorch_model.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:214e2a699cdbd11397d1097d2d6687b9f1efecace2dab53a9a178d6025d2a955
|
| 3 |
-
size 334707217
|
|
|
|
|
|
|
|
|
|
|
|