fix: Update ModelView to accommodate for the new config changes to IP Adapter

This commit is contained in:
blessedcoolant 2024-03-24 03:06:41 +05:30
parent 5829b87b8d
commit 9ff729a7e6

View File

@ -53,7 +53,7 @@ export const ModelView = () => {
</>
)}
{data.type === 'ip_adapter' && (
{data.type === 'ip_adapter' && data.format === 'invokeai' && (
<Flex gap={2}>
<ModelAttrView label={t('modelManager.imageEncoderModelId')} value={data.image_encoder_model_id} />
</Flex>