mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
undo
This commit is contained in:
parent
4e245e9331
commit
39fa8874fc
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user