update comment

This commit is contained in:
Kent Keirsey
2025-07-08 14:20:00 -04:00
committed by psychedelicious
parent 75520eaf0f
commit 3850dd61f8

View File

@@ -132,7 +132,7 @@ export const addModelSelectedListener = (startAppListening: AppStartListening) =
const exactMatch = compatibleFLUXKontextModels.find((model) => model.name === newModel.name);
firstCompatibleGlobalModel = exactMatch || compatibleFLUXKontextModels[0] || null;
} else if (newModel.base === 'flux') {
// If the main model is a FLUX Redux model, prioritize FLUX Redux models
// If the main model is a FLUX model, prioritize FLUX Redux models
firstCompatibleGlobalModel = compatibleFLUXReduxModels[0] || null;
} else {
// Otherwise, fall back to the original order