mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-01 23:15:00 -05:00
fix: Update ModelView to accommodate for the new config changes to IP Adapter
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user