File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const ModelView = memo(({ modelConfig }: Props) => {
53
53
< SimpleGrid columns = { 2 } gap = { 4 } >
54
54
< ModelAttrView label = { t ( 'modelManager.baseModel' ) } value = { modelConfig . base } />
55
55
< ModelAttrView label = { t ( 'modelManager.modelType' ) } value = { modelConfig . type } />
56
- < ModelAttrView label = { t ( 'common.format ' ) } value = { modelConfig . format } />
56
+ < ModelAttrView label = { t ( 'modelManager.modelFormat ' ) } value = { modelConfig . format } />
57
57
< ModelAttrView label = { t ( 'modelManager.path' ) } value = { modelConfig . path } />
58
58
< ModelAttrView label = { t ( 'modelManager.fileSize' ) } value = { filesize ( modelConfig . file_size ) } />
59
59
{ modelConfig . type === 'main' && (
You can’t perform that action at this time.
0 commit comments