Update config.json
Browse files- config.json +6 -3
config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
|
|
2 |
"architectures": ["UNet2DConditionModel"],
|
3 |
-
"model_type": "stable-diffusion",
|
4 |
-
"pipeline_class": "
|
5 |
-
"
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
"architectures": ["UNet2DConditionModel"],
|
4 |
+
"model_type": "stable-diffusion-v1-5",
|
5 |
+
"pipeline_class": "StableDiffusionPipeline",
|
6 |
+
"scheduler": "PNDMScheduler",
|
7 |
+
"vae_scaling_factor": 0.18215,
|
8 |
+
"requires_safety_checker": false
|
9 |
}
|