mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix as part of merging main in
This commit is contained in:
@ -14,6 +14,7 @@ export const modelIdToMainModelParam = (
|
||||
const result = zMainModel.safeParse({
|
||||
base_model,
|
||||
model_name,
|
||||
model_type,
|
||||
});
|
||||
|
||||
if (!result.success) {
|
||||
|
Reference in New Issue
Block a user