MCPcopy
hub / github.com/Anil-matcha/Open-Generative-AI / getCurrentAspectRatios

Function getCurrentAspectRatios

src/components/ImageStudio.js:67–67  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

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

Callers 3

renderModelsFunction · 0.70
showDropdownFunction · 0.70
VideoStudioFunction · 0.50

Calls 2

getAspectRatiosForModelFunction · 0.90

Tested by

no test coverage detected