mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): fix missing import
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { PayloadAction } from '@reduxjs/toolkit';
|
||||
import { createSlice } from '@reduxjs/toolkit';
|
||||
import { DEFAULT_SCHEDULER_NAME } from 'app/constants';
|
||||
import { roundToMultiple } from 'common/util/roundDownToMultiple';
|
||||
import { configChanged } from 'features/system/store/configSlice';
|
||||
import {
|
||||
setAspectRatio,
|
||||
@@ -9,7 +10,6 @@ import {
|
||||
import { clamp } from 'lodash-es';
|
||||
import { ImageDTO } from 'services/api/types';
|
||||
import { clipSkipMap } from '../components/Parameters/Advanced/ParamClipSkip';
|
||||
import { roundToEight } from '../components/Parameters/Core/ParamAspectRatio';
|
||||
import {
|
||||
CfgScaleParam,
|
||||
HeightParam,
|
||||
|
||||
Reference in New Issue
Block a user