Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "image-generation"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "image-generation",
|
| 3 |
+
"name_or_path": "models/jojosims4557/noone", // Ensure correct path
|
| 4 |
+
"is_flux": true,
|
| 5 |
+
"quantize": true,
|
| 6 |
+
"linear": 16,
|
| 7 |
+
"linear_alpha": 16,
|
| 8 |
+
// Add other necessary configurations here
|
| 9 |
}
|