Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
{
|
2 |
"model_type": "unet",
|
3 |
"revision": "main",
|
4 |
-
"scheduler": "ddim",
|
5 |
"tokenizer": "stable-diffusion-v1-5",
|
6 |
-
"torch_dtype": "float16"
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
1 |
{
|
2 |
"model_type": "unet",
|
3 |
"revision": "main",
|
|
|
4 |
"tokenizer": "stable-diffusion-v1-5",
|
5 |
+
"torch_dtype": "float16",
|
6 |
+
"architecture": "UNet2DConditionModel",
|
7 |
+
"tokenizer": "openai/clip-vit-base-patch16",
|
8 |
+
"scheduler": "PNDMScheduler"
|
9 |
+
|
10 |
}
|