diff --git a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx index 84989be514..8afa39bfff 100644 --- a/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx +++ b/invokeai/frontend/web/src/features/modelManagerV2/subpanels/AddModelPanel/ModelInstallQueue/ModelInstallQueueBadge.tsx @@ -11,6 +11,7 @@ const STATUSES = { completed: { colorScheme: 'green', translationKey: 'queue.completed' }, error: { colorScheme: 'red', translationKey: 'queue.failed' }, cancelled: { colorScheme: 'orange', translationKey: 'queue.canceled' }, + downloads_done: { colorScheme: 'yellow', translationKey: 'queue.in_progress' }, }; const ModelInstallQueueBadge = ({