erfanzar commited on
Commit
f67c399
1 Parent(s): 450d266

Upload StableDiffusionXLPipeline

Browse files
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.26.3",
4
- "_name_or_path": "dataautogpt3/ProteusV0.4",
5
  "feature_extractor": [
6
  null,
7
  null
@@ -13,7 +13,7 @@
13
  ],
14
  "scheduler": [
15
  "diffusers",
16
- "KDPM2AncestralDiscreteScheduler"
17
  ],
18
  "text_encoder": [
19
  "transformers",
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.26.3",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
  "feature_extractor": [
6
  null,
7
  null
 
13
  ],
14
  "scheduler": [
15
  "diffusers",
16
+ "EulerDiscreteScheduler"
17
  ],
18
  "text_encoder": [
19
  "transformers",
scheduler/scheduler_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_class_name": "KDPM2AncestralDiscreteScheduler",
3
  "_diffusers_version": "0.26.3",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
@@ -15,7 +15,7 @@
15
  "sigma_min": null,
16
  "skip_prk_steps": true,
17
  "steps_offset": 1,
18
- "timestep_spacing": "leading",
19
  "timestep_type": "discrete",
20
  "trained_betas": null,
21
  "use_karras_sigmas": false
 
1
  {
2
+ "_class_name": "EulerDiscreteScheduler",
3
  "_diffusers_version": "0.26.3",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
 
15
  "sigma_min": null,
16
  "skip_prk_steps": true,
17
  "steps_offset": 1,
18
+ "timestep_spacing": "trailing",
19
  "timestep_type": "discrete",
20
  "trained_betas": null,
21
  "use_karras_sigmas": false
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--dataautogpt3--ProteusV0.4/snapshots/0dfa4101db540e7a4b2b6ba6f87d8d7219e84513/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b867672a94ae3bef3fdd5e3f5a5600943d8fce424961a14959a57f197c5357b6
3
  size 246144152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
3
  size 246144152
text_encoder_2/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--dataautogpt3--ProteusV0.4/snapshots/0dfa4101db540e7a4b2b6ba6f87d8d7219e84513/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
text_encoder_2/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9224caa49d4dda3e9b5d71c05e5c0a0d4b92882ef72e5bef1d447afd207a7358
3
  size 1389382176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec310df2af79c318e24d20511b601a591ca8cd4f1fce1d8dff822a356bcdb1f4
3
  size 1389382176
unet/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.26.3",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--dataautogpt3--ProteusV0.4/snapshots/0dfa4101db540e7a4b2b6ba6f87d8d7219e84513/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
@@ -68,6 +67,6 @@
68
  "CrossAttnUpBlock2D",
69
  "UpBlock2D"
70
  ],
71
- "upcast_attention": false,
72
  "use_linear_projection": true
73
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.26.3",
 
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": null,
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:cc907b147b796ad2a4acda9f3842f617aace6b25254057140ef10aa1fc759431
3
  size 5135149760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fbf9e77c74fd7b38f33269f2f1630538ddd094a661b037aa18f53520d50984e
3
  size 5135149760
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.26.3",
4
- "_name_or_path": "madebyollin/sdxl-vae-fp16-fix",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
@@ -15,13 +15,13 @@
15
  "DownEncoderBlock2D",
16
  "DownEncoderBlock2D"
17
  ],
18
- "force_upcast": false,
19
  "in_channels": 3,
20
  "latent_channels": 4,
21
  "layers_per_block": 2,
22
  "norm_num_groups": 32,
23
  "out_channels": 3,
24
- "sample_size": 512,
25
  "scaling_factor": 0.13025,
26
  "up_block_types": [
27
  "UpDecoderBlock2D",
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.26.3",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
15
  "DownEncoderBlock2D",
16
  "DownEncoderBlock2D"
17
  ],
18
+ "force_upcast": true,
19
  "in_channels": 3,
20
  "latent_channels": 4,
21
  "layers_per_block": 2,
22
  "norm_num_groups": 32,
23
  "out_channels": 3,
24
+ "sample_size": 1024,
25
  "scaling_factor": 0.13025,
26
  "up_block_types": [
27
  "UpDecoderBlock2D",
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6353737672c94b96174cb590f711eac6edf2fcce5b6e91aa9d73c5adc589ee48
3
  size 167335342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb60880a46b63dea58e9bc591abe15f8350bde47b405f9c38f4be70c6161e68
3
  size 167335342