Create config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"architectures": ["StableDiffusionPipeline"],
|
4 |
+
"model_type": "stable-diffusion",
|
5 |
+
"pipeline_class": "StableDiffusionPipeline",
|
6 |
+
"requires_safety_checker": false
|
7 |
+
}
|