Upload pipeline_config.json with huggingface_hub
Browse files- pipeline_config.json +17 -0
pipeline_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"task": "text-to-image",
|
| 3 |
+
"framework": "custom",
|
| 4 |
+
"model": {
|
| 5 |
+
"name": "DiffSketcher",
|
| 6 |
+
"type": "custom"
|
| 7 |
+
},
|
| 8 |
+
"widget": {
|
| 9 |
+
"text": "a cat sitting on a windowsill",
|
| 10 |
+
"examples": [
|
| 11 |
+
"a cat sitting on a windowsill",
|
| 12 |
+
"a beautiful mountain landscape",
|
| 13 |
+
"a portrait of a person with glasses",
|
| 14 |
+
"a sunset over the ocean"
|
| 15 |
+
]
|
| 16 |
+
}
|
| 17 |
+
}
|