toilaluan commited on
Commit
7f2b194
·
verified ·
1 Parent(s): 0fb8810

Upload StableDiffusionXLPipeline

Browse files
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.29.0",
4
- "_name_or_path": "segmind/Segmind-Vega",
5
  "feature_extractor": [
6
  null,
7
  null
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.29.0",
4
+ "_name_or_path": "stablediffusionapi/newdream-sdxl-20",
5
  "feature_extractor": [
6
  null,
7
  null
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--segmind--Segmind-Vega/snapshots/7714c4363e5856ff974a4f4b068e8691f26d0b40/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--newdream-sdxl-20/snapshots/2654c660c1e5ad92de0f2e71e746090f0c29acf4/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:1e090d6a828fd92401be5f83e615fd7b4fb1f4a22e9af9040a38f602e839317c
3
  size 246144152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57f094c002b6f50986b68a714285e72a23c17d9e1b146b078a2219397c51e37a
3
  size 246144152
text_encoder_2/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--segmind--Segmind-Vega/snapshots/7714c4363e5856ff974a4f4b068e8691f26d0b40/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--newdream-sdxl-20/snapshots/2654c660c1e5ad92de0f2e71e746090f0c29acf4/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:5b98e4a57a9292eeb819d67e2d2100f66f17db723cde4ecea27a7c3741160d0c
3
  size 1389382176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0d55a94e8508c869f35163fb6fcf34e02ea1b614d9259b47f97c562cff9575
3
  size 1389382176
tokenizer/special_tokens_map.json CHANGED
@@ -9,21 +9,15 @@
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
  "rstrip": false,
21
  "single_word": false
22
  },
 
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
26
- "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  }
 
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
+ "normalized": true,
 
 
 
 
 
 
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
20
+ "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
tokenizer/tokenizer_config.json CHANGED
@@ -12,13 +12,12 @@
12
  "49407": {
13
  "content": "<|endoftext|>",
14
  "lstrip": false,
15
- "normalized": false,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
19
  }
20
  },
21
- "additional_special_tokens": [],
22
  "bos_token": "<|startoftext|>",
23
  "clean_up_tokenization_spaces": true,
24
  "do_lower_case": true,
 
12
  "49407": {
13
  "content": "<|endoftext|>",
14
  "lstrip": false,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
19
  }
20
  },
 
21
  "bos_token": "<|startoftext|>",
22
  "clean_up_tokenization_spaces": true,
23
  "do_lower_case": true,
tokenizer_2/special_tokens_map.json CHANGED
@@ -9,21 +9,15 @@
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "!",
18
- "lstrip": false,
19
- "normalized": false,
20
  "rstrip": false,
21
  "single_word": false
22
  },
 
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
26
- "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  }
 
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
+ "normalized": true,
 
 
 
 
 
 
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "!",
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
20
+ "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
tokenizer_2/tokenizer_config.json CHANGED
@@ -20,13 +20,12 @@
20
  "49407": {
21
  "content": "<|endoftext|>",
22
  "lstrip": false,
23
- "normalized": false,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
  }
28
  },
29
- "additional_special_tokens": [],
30
  "bos_token": "<|startoftext|>",
31
  "clean_up_tokenization_spaces": true,
32
  "do_lower_case": true,
 
20
  "49407": {
21
  "content": "<|endoftext|>",
22
  "lstrip": false,
23
+ "normalized": true,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
27
  }
28
  },
 
29
  "bos_token": "<|startoftext|>",
30
  "clean_up_tokenization_spaces": true,
31
  "do_lower_case": true,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.29.0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--segmind--Segmind-Vega/snapshots/7714c4363e5856ff974a4f4b068e8691f26d0b40/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
@@ -40,7 +40,7 @@
40
  "layers_per_block": 2,
41
  "mid_block_only_cross_attention": null,
42
  "mid_block_scale_factor": 1,
43
- "mid_block_type": "UNetMidBlock2D",
44
  "norm_eps": 1e-05,
45
  "norm_num_groups": 32,
46
  "num_attention_heads": null,
@@ -60,14 +60,14 @@
60
  "timestep_post_act": null,
61
  "transformer_layers_per_block": [
62
  1,
63
- 1,
64
- 2
65
  ],
66
  "up_block_types": [
67
  "CrossAttnUpBlock2D",
68
  "CrossAttnUpBlock2D",
69
  "UpBlock2D"
70
  ],
71
- "upcast_attention": null,
72
  "use_linear_projection": true
73
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.29.0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--newdream-sdxl-20/snapshots/2654c660c1e5ad92de0f2e71e746090f0c29acf4/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
 
40
  "layers_per_block": 2,
41
  "mid_block_only_cross_attention": null,
42
  "mid_block_scale_factor": 1,
43
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
44
  "norm_eps": 1e-05,
45
  "norm_num_groups": 32,
46
  "num_attention_heads": null,
 
60
  "timestep_post_act": null,
61
  "transformer_layers_per_block": [
62
  1,
63
+ 2,
64
+ 10
65
  ],
66
  "up_block_types": [
67
  "CrossAttnUpBlock2D",
68
  "CrossAttnUpBlock2D",
69
  "UpBlock2D"
70
  ],
71
+ "upcast_attention": false,
72
  "use_linear_projection": true
73
  }
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8cfa375669b1222d6fecf470f41b2abb370c76a90ab9568964c4bb15b34ec8a2
3
- size 1490520736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ab094b10208665aae15e668cee10c90bd81010b600cbc7607e9400505a79b0a
3
+ size 5135149760
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.29.0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--segmind--Segmind-Vega/snapshots/7714c4363e5856ff974a4f4b068e8691f26d0b40/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.29.0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--newdream-sdxl-20/snapshots/2654c660c1e5ad92de0f2e71e746090f0c29acf4/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcb60880a46b63dea58e9bc591abe15f8350bde47b405f9c38f4be70c6161e68
3
  size 167335342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915b909d0eeef5985462226b2c9950ca9da42b5a6ec8c296c2e73f6419ae465c
3
  size 167335342