Create config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": ["StableDiffusionPipeline"],
|
3 |
+
"pipeline_class": "StableDiffusionPipeline",
|
4 |
+
"text_encoder": ["clip"],
|
5 |
+
"scheduler": "DDIMScheduler",
|
6 |
+
"tokenizer": "CLIPTokenizer"
|
7 |
+
}
|