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>
|
||||
<Box mt={2}>
|
||||
<ParamControlNetControlMode controlNetId={controlNetId} />
|
||||
</Box>
|
||||
<ParamControlNetProcessorSelect controlNetId={controlNetId} />
|
||||
</Flex>
|
||||
|
||||
{isExpanded && (
|
||||
<>
|
||||
<ParamControlNetControlMode controlNetId={controlNetId} />
|
||||
<Box mt={2}>
|
||||
<ControlNetImagePreview
|
||||
controlNetId={controlNetId}
|
||||
height="392px"
|
||||
/>
|
||||
</Box>
|
||||
<ControlNetImagePreview controlNetId={controlNetId} height="392px" />
|
||||
<ParamControlNetShouldAutoConfig controlNetId={controlNetId} />
|
||||
<ParamControlNetProcessorSelect controlNetId={controlNetId} />
|
||||
<ControlNetProcessorComponent controlNetId={controlNetId} />
|
||||
</>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user