(id)
| 65 | |
| 66 | const getCurrentModels = () => imageMode ? i2iModels : t2iModels; |
| 67 | const getCurrentAspectRatios = (id) => imageMode ? getAspectRatiosForI2IModel(id) : getAspectRatiosForModel(id); |
| 68 | const getCurrentResolutions = (id) => imageMode ? getResolutionsForI2IModel(id) : getResolutionsForModel(id); |
| 69 | const getCurrentQualityField = (id) => imageMode ? getQualityFieldForI2IModel(id) : getQualityFieldForModel(id); |
| 70 |
no test coverage detected