Spaces:
Runtime error
Runtime error
Commit
·
40c84ac
1
Parent(s):
2657ba9
Add model_index.json file
Browse files- model_index.json +7 -0
model_index.json
CHANGED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.14.0",
|
4 |
+
"model_type": "text-to-image",
|
5 |
+
"pipeline_tag": "stable-diffusion",
|
6 |
+
"base_model": "CompVis/stable-diffusion-v1-4"
|
7 |
+
}
|