Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
2 |
"architectures": ["StableDiffusionPipeline"],
|
3 |
-
"pipeline_class": "StableDiffusionPipeline"
|
4 |
-
"text_encoder": ["clip"],
|
5 |
-
"scheduler": "DDIMScheduler",
|
6 |
-
"tokenizer": "CLIPTokenizer"
|
7 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"model_type": "stable-diffusion",
|
4 |
+
"task": "text-to-image",
|
5 |
"architectures": ["StableDiffusionPipeline"],
|
6 |
+
"pipeline_class": "StableDiffusionPipeline"
|
|
|
|
|
|
|
7 |
}
|