Ojimi commited on
Commit
71b70d1
1 Parent(s): ac57e45
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.14.0",
4
  "feature_extractor": [
5
  null,
6
  null
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.16.1",
4
  "feature_extractor": [
5
  null,
6
  null
scheduler/scheduler_config.json CHANGED
@@ -1,11 +1,12 @@
1
  {
2
  "_class_name": "DEISMultistepScheduler",
3
- "_diffusers_version": "0.14.0",
4
  "algorithm_type": "deis",
5
  "beta_end": 0.012,
6
  "beta_schedule": "scaled_linear",
7
  "beta_start": 0.00085,
8
  "clip_sample": false,
 
9
  "dynamic_thresholding_ratio": 0.995,
10
  "lower_order_final": true,
11
  "num_train_timesteps": 1000,
 
1
  {
2
  "_class_name": "DEISMultistepScheduler",
3
+ "_diffusers_version": "0.16.1",
4
  "algorithm_type": "deis",
5
  "beta_end": 0.012,
6
  "beta_schedule": "scaled_linear",
7
  "beta_start": 0.00085,
8
  "clip_sample": false,
9
+ "clip_sample_range": 1.0,
10
  "dynamic_thresholding_ratio": 0.995,
11
  "lower_order_final": true,
12
  "num_train_timesteps": 1000,
text_encoder/config.json CHANGED
@@ -20,6 +20,6 @@
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.26.1",
24
  "vocab_size": 49408
25
  }
 
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.29.2",
24
  "vocab_size": 49408
25
  }
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6616a88b06f75b17494a785b77c64275f1273fb39adfe61a9634b3036e771f2
3
- size 492265874
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ecd28cf71659828ac7605c2ef3a5b02f99d68d53c8e40a310571cfef875d84a
3
+ size 492265880
tokenizer/tokenizer_config.json CHANGED
@@ -8,6 +8,7 @@
8
  "rstrip": false,
9
  "single_word": false
10
  },
 
11
  "do_lower_case": true,
12
  "eos_token": {
13
  "__type": "AddedToken",
@@ -19,9 +20,7 @@
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",
 
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
+ "clean_up_tokenization_spaces": true,
12
  "do_lower_case": true,
13
  "eos_token": {
14
  "__type": "AddedToken",
 
20
  },
21
  "errors": "replace",
22
  "model_max_length": 77,
 
23
  "pad_token": "<|endoftext|>",
 
24
  "tokenizer_class": "CLIPTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",
unet/config.json CHANGED
@@ -1,7 +1,9 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.14.0",
4
  "act_fn": "silu",
 
 
5
  "attention_head_dim": 8,
6
  "block_out_channels": [
7
  320,
@@ -11,9 +13,11 @@
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",
19
  "CrossAttnDownBlock2D",
@@ -22,10 +26,12 @@
22
  ],
23
  "downsample_padding": 1,
24
  "dual_cross_attention": false,
 
25
  "flip_sin_to_cos": true,
26
  "freq_shift": 0,
27
  "in_channels": 4,
28
  "layers_per_block": 2,
 
29
  "mid_block_scale_factor": 1,
30
  "mid_block_type": "UNetMidBlock2DCrossAttn",
31
  "norm_eps": 1e-05,
@@ -34,9 +40,13 @@
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": [
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.16.1",
4
  "act_fn": "silu",
5
+ "addition_embed_type": null,
6
+ "addition_embed_type_num_heads": 64,
7
  "attention_head_dim": 8,
8
  "block_out_channels": [
9
  320,
 
13
  ],
14
  "center_input_sample": false,
15
  "class_embed_type": null,
16
+ "class_embeddings_concat": false,
17
  "conv_in_kernel": 3,
18
  "conv_out_kernel": 3,
19
  "cross_attention_dim": 768,
20
+ "cross_attention_norm": null,
21
  "down_block_types": [
22
  "CrossAttnDownBlock2D",
23
  "CrossAttnDownBlock2D",
 
26
  ],
27
  "downsample_padding": 1,
28
  "dual_cross_attention": false,
29
+ "encoder_hid_dim": null,
30
  "flip_sin_to_cos": true,
31
  "freq_shift": 0,
32
  "in_channels": 4,
33
  "layers_per_block": 2,
34
+ "mid_block_only_cross_attention": null,
35
  "mid_block_scale_factor": 1,
36
  "mid_block_type": "UNetMidBlock2DCrossAttn",
37
  "norm_eps": 1e-05,
 
40
  "only_cross_attention": false,
41
  "out_channels": 4,
42
  "projection_class_embeddings_input_dim": null,
43
+ "resnet_out_scale_factor": 1.0,
44
+ "resnet_skip_time_act": false,
45
  "resnet_time_scale_shift": "default",
46
  "sample_size": 64,
47
  "time_cond_proj_dim": null,
48
+ "time_embedding_act_fn": null,
49
+ "time_embedding_dim": null,
50
  "time_embedding_type": "positional",
51
  "timestep_post_act": null,
52
  "up_block_types": [
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:516efc6c08f766249ed04966625c547fcbcecb54ed2bd95cca454055f8d541e7
3
- size 3438167540
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e949a65f12ee40a9231df8aff55588b5631e4065c8e72b990f4025f886b19553
3
+ size 3438167536
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.14.0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.16.1",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1d993488569e928462932c8c38a0760b874d166399b14414135bd9c42df5815
3
  size 334643276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ad9628530430eed28c01dcf3c971a29ffe5d657856cb054728b6c956da3037
3
  size 334643276