nahtang
commited on
Commit
•
0dfec54
1
Parent(s):
1a2fecd
add mr hm
Browse files- text_encoder/config.json +1 -1
- tokenizer/tokenizer_config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/1a2fecdafb37173078af94114ee6f133183ec8c2/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
tokenizer/tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
},
|
20 |
"errors": "replace",
|
21 |
"model_max_length": 77,
|
22 |
-
"name_or_path": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/
|
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": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/1a2fecdafb37173078af94114ee6f133183ec8c2/tokenizer",
|
23 |
"pad_token": "<|endoftext|>",
|
24 |
"special_tokens_map_file": "./special_tokens_map.json",
|
25 |
"tokenizer_class": "CLIPTokenizer",
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438364325
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e557fff0c28e20efd70bd7fd254af835d95ffa1126cf0ea2cdc414c3f21d9894
|
3 |
size 3438364325
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.4.0.dev0",
|
4 |
-
"_name_or_path": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.4.0.dev0",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/diffusers/models--fricklik--mtrin/snapshots/1a2fecdafb37173078af94114ee6f133183ec8c2/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|