Commit
·
dac5627
1
Parent(s):
092465e
converted using stablediffusionapi.com
Browse files- README.md +2 -2
- model_index.json +1 -1
- scheduler/scheduler_config.json +3 -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/tokenizer_config.json +1 -1
- tokenizer_2/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model-00001-of-00002.safetensors +1 -1
- unet/diffusion_pytorch_model-00002-of-00002.safetensors +1 -1
- vae/config.json +1 -1
README.md
CHANGED
@@ -8,9 +8,9 @@ tags:
|
|
8 |
pinned: true
|
9 |
---
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
, No Payment needed.
|
|
|
8 |
pinned: true
|
9 |
---
|
10 |
|
11 |
+
# wai-nsfw-illustrious-sdxl API Inference
|
12 |
|
13 |
+

|
14 |
## Get API Key
|
15 |
|
16 |
Get API key from [ModelsLab API](http://modelslab.com), No Payment needed.
|
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
scheduler/scheduler_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "EulerDiscreteScheduler",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
@@ -19,5 +19,7 @@
|
|
19 |
"timestep_spacing": "leading",
|
20 |
"timestep_type": "discrete",
|
21 |
"trained_betas": null,
|
|
|
|
|
22 |
"use_karras_sigmas": false
|
23 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "EulerDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
|
|
19 |
"timestep_spacing": "leading",
|
20 |
"timestep_type": "discrete",
|
21 |
"trained_betas": null,
|
22 |
+
"use_beta_sigmas": false,
|
23 |
+
"use_exponential_sigmas": false,
|
24 |
"use_karras_sigmas": false
|
25 |
}
|
text_encoder/config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.
|
23 |
"vocab_size": 49408
|
24 |
}
|
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.43.1",
|
23 |
"vocab_size": 49408
|
24 |
}
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492265168
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1b57be77b39ead2be9e8f7e86dbd7b913ea7aef494ac8e1927dd1a4606e48ca
|
3 |
size 492265168
|
text_encoder_2/config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 1280,
|
21 |
"torch_dtype": "float32",
|
22 |
-
"transformers_version": "4.
|
23 |
"vocab_size": 49408
|
24 |
}
|
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 1280,
|
21 |
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.43.1",
|
23 |
"vocab_size": 49408
|
24 |
}
|
text_encoder_2/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2778702264
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6683dc46d225ead9afc5dfa0058d8088b7eae71c29206596c16cbdf5ec72ba08
|
3 |
size 2778702264
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
}
|
20 |
},
|
21 |
"bos_token": "<|startoftext|>",
|
22 |
-
"clean_up_tokenization_spaces":
|
23 |
"do_lower_case": true,
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
|
|
19 |
}
|
20 |
},
|
21 |
"bos_token": "<|startoftext|>",
|
22 |
+
"clean_up_tokenization_spaces": true,
|
23 |
"do_lower_case": true,
|
24 |
"eos_token": "<|endoftext|>",
|
25 |
"errors": "replace",
|
tokenizer_2/tokenizer_config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
}
|
28 |
},
|
29 |
"bos_token": "<|startoftext|>",
|
30 |
-
"clean_up_tokenization_spaces":
|
31 |
"do_lower_case": true,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"errors": "replace",
|
|
|
27 |
}
|
28 |
},
|
29 |
"bos_token": "<|startoftext|>",
|
30 |
+
"clean_up_tokenization_spaces": true,
|
31 |
"do_lower_case": true,
|
32 |
"eos_token": "<|endoftext|>",
|
33 |
"errors": "replace",
|
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9988139160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aec7f5fe47477b3f9fe4aa69ff84472113699549b348bed0a7e09e934ff6b04
|
3 |
size 9988139160
|
unet/diffusion_pytorch_model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281938304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9bbcfff4dd90d90d693b7e7ac3e90601bd7da72220e5070ef8f3d128610b5bc
|
3 |
size 281938304
|
vae/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"block_out_channels": [
|
6 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
"act_fn": "silu",
|
5 |
"block_out_channels": [
|
6 |
128,
|