dataautogpt3
commited on
Commit
•
d8f1645
1
Parent(s):
0f9d7cd
Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_path": "OpenDalleV1.1.safetensors",
|
3 |
+
"runtime_config": {
|
4 |
+
"gpu_support": true,
|
5 |
+
"max_resolution": "1024x1024"
|
6 |
+
},
|
7 |
+
"ui_settings": {
|
8 |
+
"default_image_size": "512x512",
|
9 |
+
"max_upload_size": "5MB"
|
10 |
+
}
|
11 |
+
}
|