3v324v23 commited on
Commit
f5acd06
·
1 Parent(s): 4c38f3b

Added required model folders

Browse files
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"}