Skip to content

Commit cffffd0

Browse files
fix(mm): inverted condition
1 parent cdc9f02 commit cffffd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/api/routers/model_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ async def convert_model(
744744
logger.error(str(e))
745745
raise HTTPException(status_code=424, detail=str(e))
746746

747-
if isinstance(
747+
if not isinstance(
748748
model_config,
749749
(
750750
Main_Checkpoint_SD1_Config,

0 commit comments

Comments
 (0)