mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
undo
This commit is contained in:
parent
77b8eed51b
commit
e20a506e40
@ -72,7 +72,7 @@ const ControlAdapterConfig = (props: { id: string; number: number }) => {
|
||||
</Flex>
|
||||
<Flex gap={4} alignItems="center">
|
||||
<Box minW={0} w="full" transitionProperty="common" transitionDuration="0.1s">
|
||||
{/* <ParamControlAdapterModel id={id} /> */}
|
||||
<ParamControlAdapterModel id={id} />
|
||||
</Box>
|
||||
{activeTabName === 'unifiedCanvas' && <ControlNetCanvasImageImports id={id} />}
|
||||
<IconButton
|
||||
|
Loading…
Reference in New Issue
Block a user