alfredplpl commited on
Commit
bfb24c2
1 Parent(s): c7845d5

Update diffusers

Browse files
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
- "_diffusers_version": "0.24.0",
4
  "feature_extractor": [
5
  null,
6
  null
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.27.2",
4
  "feature_extractor": [
5
  null,
6
  null
scheduler/scheduler_config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.24.0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
- "clip_sample": false,
8
  "interpolation_type": "linear",
9
  "num_train_timesteps": 1000,
10
  "prediction_type": "epsilon",
 
11
  "sample_max_value": 1.0,
12
  "set_alpha_to_one": false,
13
  "sigma_max": null,
 
1
  {
2
  "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.27.2",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
7
  "interpolation_type": "linear",
8
  "num_train_timesteps": 1000,
9
  "prediction_type": "epsilon",
10
+ "rescale_betas_zero_snr": false,
11
  "sample_max_value": 1.0,
12
  "set_alpha_to_one": false,
13
  "sigma_max": null,
unet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.24.0",
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
@@ -67,6 +67,6 @@
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
- "upcast_attention": null,
71
  "use_linear_projection": true
72
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.27.2",
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
 
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
+ "upcast_attention": false,
71
  "use_linear_projection": true
72
  }
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:535a240f4eab7d3ec6f5f6b8c25c7834b4acfcec1d0a5d5c6ccef21925dc3fb6
3
  size 5135151440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a062bc27aa3ac60d1eb1a68cf7868dd6168786b6aa9a33ea84e33cec624238e
3
  size 5135151440
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.24.0",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
@@ -17,6 +17,8 @@
17
  "force_upcast": true,
18
  "in_channels": 3,
19
  "latent_channels": 4,
 
 
20
  "layers_per_block": 2,
21
  "norm_num_groups": 32,
22
  "out_channels": 3,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.27.2",
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
17
  "force_upcast": true,
18
  "in_channels": 3,
19
  "latent_channels": 4,
20
+ "latents_mean": null,
21
+ "latents_std": null,
22
  "layers_per_block": 2,
23
  "norm_num_groups": 32,
24
  "out_channels": 3,