Added required model folders
Browse files- processor/config.json +1 -0
- scheduler/config.json +1 -0
- text_encoder/config.json +1 -0
- tokenizer/config.json +1 -0
- transformer/config.json +1 -0
- vae/config.json +1 -0
processor/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "processor", "status": "created"}
|
scheduler/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "scheduler", "status": "created"}
|
text_encoder/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "text_encoder", "status": "created"}
|
tokenizer/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "tokenizer", "status": "created"}
|
transformer/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "transformer", "status": "created"}
|
vae/config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"folder": "vae", "status": "created"}
|