Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "unet",
|
| 3 |
+
"revision": "main",
|
| 4 |
+
"scheduler": "ddim",
|
| 5 |
+
"tokenizer": "stable-diffusion-v1-5",
|
| 6 |
+
"torch_dtype": "float16"
|
| 7 |
+
}
|