mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): move control mode and processor to main view
This commit is contained in:
parent
4ac0ce59fb
commit
be4705ec32
@ -182,19 +182,16 @@ const ControlNet = (props: ControlNetProps) => {
|
|||||||
</Flex>
|
</Flex>
|
||||||
)}
|
)}
|
||||||
</Flex>
|
</Flex>
|
||||||
|
<Box mt={2}>
|
||||||
|
<ParamControlNetControlMode controlNetId={controlNetId} />
|
||||||
|
</Box>
|
||||||
|
<ParamControlNetProcessorSelect controlNetId={controlNetId} />
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
{isExpanded && (
|
{isExpanded && (
|
||||||
<>
|
<>
|
||||||
<ParamControlNetControlMode controlNetId={controlNetId} />
|
<ControlNetImagePreview controlNetId={controlNetId} height="392px" />
|
||||||
<Box mt={2}>
|
|
||||||
<ControlNetImagePreview
|
|
||||||
controlNetId={controlNetId}
|
|
||||||
height="392px"
|
|
||||||
/>
|
|
||||||
</Box>
|
|
||||||
<ParamControlNetShouldAutoConfig controlNetId={controlNetId} />
|
<ParamControlNetShouldAutoConfig controlNetId={controlNetId} />
|
||||||
<ParamControlNetProcessorSelect controlNetId={controlNetId} />
|
|
||||||
<ControlNetProcessorComponent controlNetId={controlNetId} />
|
<ControlNetProcessorComponent controlNetId={controlNetId} />
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user