Create model_index.json
Browse files- model_index.json +5 -0
model_index.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusionXLControlNetPipeline",
|
| 3 |
+
"custom_pipeline": "pipeline",
|
| 4 |
+
"pipeline_tag": "text-to-image"
|
| 5 |
+
}
|