mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-11 11:45:46 -05:00
lint
This commit is contained in:
committed by
psychedelicious
parent
4b85dfcefe
commit
90ec757802
@@ -5,7 +5,7 @@ import { selectConfigSlice } from 'features/system/store/configSlice';
|
||||
import { useMemo } from 'react';
|
||||
import type { ImageDTO } from 'services/api/types';
|
||||
|
||||
export const createIsTooLargeToUpscaleSelector = (imageDTO?: ImageDTO) =>
|
||||
const createIsTooLargeToUpscaleSelector = (imageDTO?: ImageDTO) =>
|
||||
createMemoizedSelector(selectUpscalelice, selectConfigSlice, (upscale, config) => {
|
||||
const { upscaleModel, scale } = upscale;
|
||||
const { maxUpscalePixels } = config;
|
||||
|
||||
Reference in New Issue
Block a user