mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix missing import
This commit is contained in:
parent
0e178c3bb7
commit
dfe338fc50
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user