abhinavreddy17
commited on
Commit
•
8b97da7
1
Parent(s):
9540057
Adding the config files
Browse files- unet_config.json +7 -0
- vae_config.json +7 -0
unet_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "unet",
|
3 |
+
"architecture": "Stable Diffusion",
|
4 |
+
"base_model": "stabilityai/stable-diffusion-xl-base-1.0",
|
5 |
+
"resolution": 1024,
|
6 |
+
"other_parameters": "..."
|
7 |
+
}
|
vae_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "vae",
|
3 |
+
"architecture": "Stable Diffusion",
|
4 |
+
"base_model": "stabilityai/stable-diffusion-xl-base-1.0",
|
5 |
+
"resolution": 1024,
|
6 |
+
"other_parameters": "..."
|
7 |
+
}
|