josh commited on
Commit ·
3ea66ce
1
Parent(s): cf82be5
Converted model
Browse files- model_index.json +1 -1
- safety_checker/config.json +0 -2
- scheduler/scheduler_config.json +1 -1
- tokenizer/tokenizer_config.json +0 -1
- unet/config.json +7 -1
- vae/config.json +1 -1
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
-
"_diffusers_version": "0.13.
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
"CLIPFeatureExtractor"
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.13.1",
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
"CLIPFeatureExtractor"
|
safety_checker/config.json
CHANGED
|
@@ -21,7 +21,6 @@
|
|
| 21 |
"decoder_start_token_id": null,
|
| 22 |
"diversity_penalty": 0.0,
|
| 23 |
"do_sample": false,
|
| 24 |
-
"dropout": 0.0,
|
| 25 |
"early_stopping": false,
|
| 26 |
"encoder_no_repeat_ngram_size": 0,
|
| 27 |
"eos_token_id": 2,
|
|
@@ -106,7 +105,6 @@
|
|
| 106 |
"decoder_start_token_id": null,
|
| 107 |
"diversity_penalty": 0.0,
|
| 108 |
"do_sample": false,
|
| 109 |
-
"dropout": 0.0,
|
| 110 |
"early_stopping": false,
|
| 111 |
"encoder_no_repeat_ngram_size": 0,
|
| 112 |
"eos_token_id": null,
|
|
|
|
| 21 |
"decoder_start_token_id": null,
|
| 22 |
"diversity_penalty": 0.0,
|
| 23 |
"do_sample": false,
|
|
|
|
| 24 |
"early_stopping": false,
|
| 25 |
"encoder_no_repeat_ngram_size": 0,
|
| 26 |
"eos_token_id": 2,
|
|
|
|
| 105 |
"decoder_start_token_id": null,
|
| 106 |
"diversity_penalty": 0.0,
|
| 107 |
"do_sample": false,
|
|
|
|
| 108 |
"early_stopping": false,
|
| 109 |
"encoder_no_repeat_ngram_size": 0,
|
| 110 |
"eos_token_id": null,
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "PNDMScheduler",
|
| 3 |
-
"_diffusers_version": "0.13.
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "PNDMScheduler",
|
| 3 |
+
"_diffusers_version": "0.13.1",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,6 @@
|
|
| 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",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
|
|
|
| 22 |
"pad_token": "<|endoftext|>",
|
| 23 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 24 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.13.
|
| 4 |
"act_fn": "silu",
|
| 5 |
"attention_head_dim": 8,
|
| 6 |
"block_out_channels": [
|
|
@@ -11,6 +11,8 @@
|
|
| 11 |
],
|
| 12 |
"center_input_sample": false,
|
| 13 |
"class_embed_type": null,
|
|
|
|
|
|
|
| 14 |
"cross_attention_dim": 768,
|
| 15 |
"down_block_types": [
|
| 16 |
"CrossAttnDownBlock2D",
|
|
@@ -31,8 +33,12 @@
|
|
| 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",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.13.1",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"attention_head_dim": 8,
|
| 6 |
"block_out_channels": [
|
|
|
|
| 11 |
],
|
| 12 |
"center_input_sample": false,
|
| 13 |
"class_embed_type": null,
|
| 14 |
+
"conv_in_kernel": 3,
|
| 15 |
+
"conv_out_kernel": 3,
|
| 16 |
"cross_attention_dim": 768,
|
| 17 |
"down_block_types": [
|
| 18 |
"CrossAttnDownBlock2D",
|
|
|
|
| 33 |
"num_class_embeds": null,
|
| 34 |
"only_cross_attention": false,
|
| 35 |
"out_channels": 4,
|
| 36 |
+
"projection_class_embeddings_input_dim": null,
|
| 37 |
"resnet_time_scale_shift": "default",
|
| 38 |
"sample_size": 64,
|
| 39 |
+
"time_cond_proj_dim": null,
|
| 40 |
+
"time_embedding_type": "positional",
|
| 41 |
+
"timestep_post_act": null,
|
| 42 |
"up_block_types": [
|
| 43 |
"UpBlock2D",
|
| 44 |
"CrossAttnUpBlock2D",
|
vae/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.13.
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.13.1",
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|