mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
lint
This commit is contained in:
committed by
psychedelicious
parent
ed9c090f33
commit
30ed4dbd92
@@ -14,9 +14,8 @@ import {
|
||||
import { selectAllEntities,selectBboxModelBase } from 'features/controlLayers/store/selectors';
|
||||
import type {
|
||||
CanvasEntityState,
|
||||
RefImageState,
|
||||
CanvasRegionalGuidanceState
|
||||
} from 'features/controlLayers/store/types';
|
||||
CanvasRegionalGuidanceState,
|
||||
RefImageState} from 'features/controlLayers/store/types';
|
||||
import {
|
||||
getEntityIdentifier,
|
||||
isRegionalGuidanceEntityIdentifier
|
||||
@@ -30,11 +29,10 @@ import {
|
||||
} from 'services/api/hooks/modelsByType';
|
||||
import type {
|
||||
AnyModelConfig,
|
||||
IPAdapterModelConfig,
|
||||
FLUXReduxModelConfig,
|
||||
ChatGPT4oModelConfig,
|
||||
FLUXKontextModelConfig
|
||||
} from 'services/api/types';
|
||||
FLUXKontextModelConfig,
|
||||
FLUXReduxModelConfig,
|
||||
IPAdapterModelConfig} from 'services/api/types';
|
||||
import {
|
||||
isChatGPT4oModelConfig,
|
||||
isFluxKontextApiModelConfig,
|
||||
|
||||
Reference in New Issue
Block a user