Upload StableDiffusionXLPipeline
Browse files- model_index.json +1 -0
- text_encoder/config.json +1 -0
- text_encoder_2/config.json +1 -0
- tokenizer/special_tokens_map.json +1 -1
- tokenizer_2/special_tokens_map.json +7 -1
- unet/config.json +1 -0
- vae/config.json +1 -0
model_index.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionXLPipeline",
|
| 3 |
"_diffusers_version": "0.23.0",
|
|
|
|
| 4 |
"force_zeros_for_empty_prompt": true,
|
| 5 |
"scheduler": [
|
| 6 |
"diffusers",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionXLPipeline",
|
| 3 |
"_diffusers_version": "0.23.0",
|
| 4 |
+
"_name_or_path": "twn39/RealisticStockPhotoXL",
|
| 5 |
"force_zeros_for_empty_prompt": true,
|
| 6 |
"scheduler": [
|
| 7 |
"diffusers",
|
text_encoder/config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"CLIPTextModel"
|
| 4 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--twn39--RealisticStockPhotoXL/snapshots/22225611b71ddb6afc203c809b5db84e86a9e68a/text_encoder",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
text_encoder_2/config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"CLIPTextModelWithProjection"
|
| 4 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--twn39--RealisticStockPhotoXL/snapshots/22225611b71ddb6afc203c809b5db84e86a9e68a/text_encoder_2",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModelWithProjection"
|
| 5 |
],
|
tokenizer/special_tokens_map.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
"pad_token": {
|
| 17 |
"content": "<|endoftext|>",
|
| 18 |
"lstrip": false,
|
| 19 |
-
"normalized":
|
| 20 |
"rstrip": false,
|
| 21 |
"single_word": false
|
| 22 |
},
|
|
|
|
| 16 |
"pad_token": {
|
| 17 |
"content": "<|endoftext|>",
|
| 18 |
"lstrip": false,
|
| 19 |
+
"normalized": true,
|
| 20 |
"rstrip": false,
|
| 21 |
"single_word": false
|
| 22 |
},
|
tokenizer_2/special_tokens_map.json
CHANGED
|
@@ -13,7 +13,13 @@
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"unk_token": {
|
| 18 |
"content": "<|endoftext|>",
|
| 19 |
"lstrip": 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,
|
unet/config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.23.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.23.0",
|
| 4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--twn39--RealisticStockPhotoXL/snapshots/22225611b71ddb6afc203c809b5db84e86a9e68a/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": "text_time",
|
| 7 |
"addition_embed_type_num_heads": 64,
|
vae/config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.23.0",
|
|
|
|
| 4 |
"act_fn": "silu",
|
| 5 |
"block_out_channels": [
|
| 6 |
128,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.23.0",
|
| 4 |
+
"_name_or_path": "stabilityai/sdxl-vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|