We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6192ff5 commit 737cf79Copy full SHA for 737cf79
invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelPanel/ModelView.tsx
@@ -12,8 +12,8 @@ import type { AnyModelConfig } from 'services/api/types';
12
13
import { MainModelDefaultSettings } from './MainModelDefaultSettings/MainModelDefaultSettings';
14
import { ModelAttrView } from './ModelAttrView';
15
-import { ModelReidentifyButton } from './ModelReidentifyButton';
16
import { ModelDeleteButton } from './ModelDeleteButton';
+import { ModelReidentifyButton } from './ModelReidentifyButton';
17
import { RelatedModels } from './RelatedModels';
18
19
type Props = {
0 commit comments