itsadarshms commited on
Commit
99adfca
·
1 Parent(s): 32a7112

Update config

Browse files
model_index.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.21.0.dev0",
4
- "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
  "force_zeros_for_empty_prompt": true,
6
  "scheduler": [
7
  "diffusers",
@@ -31,4 +30,4 @@
31
  "diffusers",
32
  "AutoencoderKL"
33
  ]
34
- }
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.21.0.dev0",
 
4
  "force_zeros_for_empty_prompt": true,
5
  "scheduler": [
6
  "diffusers",
 
30
  "diffusers",
31
  "AutoencoderKL"
32
  ]
33
+ }
scheduler/scheduler_config.json CHANGED
@@ -15,4 +15,4 @@
15
  "timestep_spacing": "leading",
16
  "trained_betas": null,
17
  "use_karras_sigmas": false
18
- }
 
15
  "timestep_spacing": "leading",
16
  "trained_betas": null,
17
  "use_karras_sigmas": false
18
+ }
text_encoder/config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/bf714989e22c57ddc1c453bf74dab4521acb81d8/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -22,4 +21,4 @@
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.32.1",
24
  "vocab_size": 49408
25
- }
 
1
  {
 
2
  "architectures": [
3
  "CLIPTextModel"
4
  ],
 
21
  "torch_dtype": "float16",
22
  "transformers_version": "4.32.1",
23
  "vocab_size": 49408
24
+ }
text_encoder_2/config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/bf714989e22c57ddc1c453bf74dab4521acb81d8/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
@@ -22,4 +21,4 @@
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.32.1",
24
  "vocab_size": 49408
25
- }
 
1
  {
 
2
  "architectures": [
3
  "CLIPTextModelWithProjection"
4
  ],
 
21
  "torch_dtype": "float16",
22
  "transformers_version": "4.32.1",
23
  "vocab_size": 49408
24
+ }
unet/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.21.0.dev0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/bf714989e22c57ddc1c453bf74dab4521acb81d8/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
@@ -68,4 +67,4 @@
68
  ],
69
  "upcast_attention": null,
70
  "use_linear_projection": true
71
- }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.21.0.dev0",
 
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
 
67
  ],
68
  "upcast_attention": null,
69
  "use_linear_projection": true
70
+ }
vae/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.21.0.dev0",
4
- "_name_or_path": "madebyollin/sdxl-vae-fp16-fix",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
@@ -29,4 +28,4 @@
29
  "UpDecoderBlock2D",
30
  "UpDecoderBlock2D"
31
  ]
32
- }
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.21.0.dev0",
 
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
28
  "UpDecoderBlock2D",
29
  "UpDecoderBlock2D"
30
  ]
31
+ }