Commit ·
30ba803
1
Parent(s): 46282de
Upload 13 files
Browse files- model_index.json +2 -2
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +2 -2
- vae/diffusion_pytorch_model.safetensors +1 -1
model_index.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
| 7 |
],
|
| 8 |
"requires_safety_checker": true,
|
| 9 |
"safety_checker": [
|
| 10 |
-
|
| 11 |
-
|
| 12 |
],
|
| 13 |
"scheduler": [
|
| 14 |
"diffusers",
|
|
|
|
| 7 |
],
|
| 8 |
"requires_safety_checker": true,
|
| 9 |
"safety_checker": [
|
| 10 |
+
null,
|
| 11 |
+
null
|
| 12 |
],
|
| 13 |
"scheduler": [
|
| 14 |
"diffusers",
|
text_encoder/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/workspace/invokeai/models/merged_models/
|
| 3 |
"architectures": [
|
| 4 |
"CLIPTextModel"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/workspace/invokeai/models/merged_models/SaturdayStubDS2dDG/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 492265874
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e5157ac2fd9df30c8eb5beb22f551c76dea2e26b303ea8abf3134b193b91d0
|
| 3 |
size 492265874
|
tokenizer/tokenizer_config.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
-
"name_or_path": "/workspace/invokeai/models/merged_models/
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
|
|
|
| 19 |
},
|
| 20 |
"errors": "replace",
|
| 21 |
"model_max_length": 77,
|
| 22 |
+
"name_or_path": "/workspace/invokeai/models/merged_models/SaturdayStubDS2dDG/tokenizer",
|
| 23 |
"pad_token": "<|endoftext|>",
|
| 24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
| 25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.14.0",
|
| 4 |
-
"_name_or_path": "/workspace/invokeai/models/merged_models/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.14.0",
|
| 4 |
+
"_name_or_path": "/workspace/invokeai/models/merged_models/SaturdayStubDS2dDG/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"attention_head_dim": 8,
|
| 7 |
"block_out_channels": [
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167540
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d32a6dbeb3fb4ca039f4af61e034fea55239858d0a3614dff3a95bb58233a2b
|
| 3 |
size 3438167540
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.14.0",
|
| 4 |
-
"_name_or_path": "/workspace/invokeai/models/merged_models/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
@@ -20,7 +20,7 @@
|
|
| 20 |
"layers_per_block": 2,
|
| 21 |
"norm_num_groups": 32,
|
| 22 |
"out_channels": 3,
|
| 23 |
-
"sample_size":
|
| 24 |
"scaling_factor": 0.18215,
|
| 25 |
"up_block_types": [
|
| 26 |
"UpDecoderBlock2D",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
"_diffusers_version": "0.14.0",
|
| 4 |
+
"_name_or_path": "/workspace/invokeai/models/merged_models/SaturdayStubDS2dDG/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 20 |
"layers_per_block": 2,
|
| 21 |
"norm_num_groups": 32,
|
| 22 |
"out_channels": 3,
|
| 23 |
+
"sample_size": 256,
|
| 24 |
"scaling_factor": 0.18215,
|
| 25 |
"up_block_types": [
|
| 26 |
"UpDecoderBlock2D",
|
vae/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 334643276
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:551bf5a3a2bed0c38ae59d1ad13b667b6f783a6f23e2253d587d5e0713c7886c
|
| 3 |
size 334643276
|