Add config.json for download tracking
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "StreamDiffusionV2",
|
| 3 |
+
"description": "StreamDiffusionV2 streaming video diffusion model",
|
| 4 |
+
"source": "daydream-scope"
|
| 5 |
+
}
|