minusthousand commited on
Commit
1249bc6
1 Parent(s): 3543986

Upload 16 files

Browse files
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.17.0.dev0",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
@@ -12,7 +12,7 @@
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
- "EulerDiscreteScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.16.1",
4
  "feature_extractor": [
5
  "transformers",
6
  "CLIPFeatureExtractor"
 
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
+ "EulerAncestralDiscreteScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
safety_checker/config.json CHANGED
@@ -80,12 +80,12 @@
80
  "top_p": 1.0,
81
  "torch_dtype": null,
82
  "torchscript": false,
83
- "transformers_version": "4.28.1",
84
  "typical_p": 1.0,
85
  "use_bfloat16": false,
86
  "vocab_size": 49408
87
  },
88
- "torch_dtype": "float16",
89
  "transformers_version": null,
90
  "vision_config": {
91
  "_name_or_path": "",
@@ -161,7 +161,7 @@
161
  "top_p": 1.0,
162
  "torch_dtype": null,
163
  "torchscript": false,
164
- "transformers_version": "4.28.1",
165
  "typical_p": 1.0,
166
  "use_bfloat16": false
167
  }
 
80
  "top_p": 1.0,
81
  "torch_dtype": null,
82
  "torchscript": false,
83
+ "transformers_version": "4.29.2",
84
  "typical_p": 1.0,
85
  "use_bfloat16": false,
86
  "vocab_size": 49408
87
  },
88
+ "torch_dtype": "float32",
89
  "transformers_version": null,
90
  "vision_config": {
91
  "_name_or_path": "",
 
161
  "top_p": 1.0,
162
  "torch_dtype": null,
163
  "torchscript": false,
164
+ "transformers_version": "4.29.2",
165
  "typical_p": 1.0,
166
  "use_bfloat16": false
167
  }
scheduler/scheduler_config.json CHANGED
@@ -1,19 +1,17 @@
1
  {
2
- "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.17.0.dev0",
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
- "interpolation_type": "linear",
11
  "num_train_timesteps": 1000,
12
  "prediction_type": "epsilon",
13
  "sample_max_value": 1.0,
14
  "set_alpha_to_one": false,
15
  "steps_offset": 1,
16
  "thresholding": false,
17
- "trained_betas": null,
18
- "use_karras_sigmas": false
19
  }
 
1
  {
2
+ "_class_name": "EulerAncestralDiscreteScheduler",
3
+ "_diffusers_version": "0.16.1",
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
  "sample_max_value": 1.0,
13
  "set_alpha_to_one": false,
14
  "steps_offset": 1,
15
  "thresholding": false,
16
+ "trained_betas": null
 
17
  }
text_encoder/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
- "torch_dtype": "float16",
23
- "transformers_version": "4.28.1",
24
  "vocab_size": 49408
25
  }
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.29.2",
24
  "vocab_size": 49408
25
  }
unet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.17.0.dev0",
4
  "act_fn": "silu",
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
@@ -55,6 +55,6 @@
55
  "CrossAttnUpBlock2D",
56
  "CrossAttnUpBlock2D"
57
  ],
58
- "upcast_attention": null,
59
  "use_linear_projection": false
60
  }
 
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,
 
55
  "CrossAttnUpBlock2D",
56
  "CrossAttnUpBlock2D"
57
  ],
58
+ "upcast_attention": false,
59
  "use_linear_projection": false
60
  }
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.17.0.dev0",
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,