This commit is contained in:
Mary Hipp 2024-03-19 16:36:21 -04:00 committed by psychedelicious
parent 4e245e9331
commit 39fa8874fc

View File

@ -185,7 +185,6 @@ const parseRefinerModel: MetadataParseFunc<ParameterSDXLRefinerModel> = async (m
const key = await getModelKey(refiner_model, 'main');
const refinerModelConfig = await fetchModelConfigWithTypeGuard(key, isRefinerMainModelModelConfig);
const modelIdentifier = zModelIdentifierField.parse(refinerModelConfig);
console.log({ modelIdentifier });
return modelIdentifier;
};