Upload 2 files
Browse files- config.json +3 -0
- model_index.json +4 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "flashvsr"
|
| 3 |
+
}
|
model_index.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "FlashVSRPipeline",
|
| 3 |
+
"_diffusers_version": "0.24.0"
|
| 4 |
+
}
|