Upload StableDiffusionXLPipeline
Browse files- model_index.json +1 -1
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +1 -1
- text_encoder_2/config.json +1 -1
- text_encoder_2/model.safetensors +1 -1
- tokenizer/special_tokens_map.json +3 -9
- tokenizer/tokenizer_config.json +1 -2
- tokenizer_2/special_tokens_map.json +3 -9
- tokenizer_2/tokenizer_config.json +1 -2
- unet/config.json +5 -5
- unet/diffusion_pytorch_model.safetensors +2 -2
- vae/config.json +1 -1
- vae/diffusion_pytorch_model.safetensors +1 -1
model_index.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
"_diffusers_version": "0.29.0",
|
4 |
-
"_name_or_path": "
|
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--
|
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:
|
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--
|
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:
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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--
|
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": "
|
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 |
-
|
64 |
-
|
65 |
],
|
66 |
"up_block_types": [
|
67 |
"CrossAttnUpBlock2D",
|
68 |
"CrossAttnUpBlock2D",
|
69 |
"UpBlock2D"
|
70 |
],
|
71 |
-
"upcast_attention":
|
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:
|
3 |
-
size
|
|
|
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--
|
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:
|
3 |
size 167335342
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:915b909d0eeef5985462226b2c9950ca9da42b5a6ec8c296c2e73f6419ae465c
|
3 |
size 167335342
|