Update model_config.json
Browse files- model_config.json +1 -1
model_config.json
CHANGED
|
@@ -29,6 +29,6 @@
|
|
| 29 |
"type": "AutoencoderKL",
|
| 30 |
"library": "diffusers"
|
| 31 |
},
|
| 32 |
-
"model_type": "
|
| 33 |
"pipeline_tag": "text-to-image" // Indicate the task the model is meant for
|
| 34 |
}
|
|
|
|
| 29 |
"type": "AutoencoderKL",
|
| 30 |
"library": "diffusers"
|
| 31 |
},
|
| 32 |
+
"model_type": "black-forest-labs/FLUX.1-dev", // Specify model type for clarity
|
| 33 |
"pipeline_tag": "text-to-image" // Indicate the task the model is meant for
|
| 34 |
}
|