mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): remove image_resolution from colormap
This commit is contained in:
parent
4e9207a10b
commit
d89e653588
@ -80,7 +80,7 @@ export type RequiredCannyImageProcessorInvocation = O.Required<
|
|||||||
*/
|
*/
|
||||||
export type RequiredColorMapImageProcessorInvocation = O.Required<
|
export type RequiredColorMapImageProcessorInvocation = O.Required<
|
||||||
ColorMapImageProcessorInvocation,
|
ColorMapImageProcessorInvocation,
|
||||||
'type' | 'color_map_tile_size' | 'image_resolution'
|
'type' | 'color_map_tile_size'
|
||||||
>;
|
>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user