mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(mm): inverted condition
This commit is contained in:
@@ -744,7 +744,7 @@ async def convert_model(
|
||||
logger.error(str(e))
|
||||
raise HTTPException(status_code=424, detail=str(e))
|
||||
|
||||
if isinstance(
|
||||
if not isinstance(
|
||||
model_config,
|
||||
(
|
||||
Main_Checkpoint_SD1_Config,
|
||||
|
||||
Reference in New Issue
Block a user