fix(ui): fix controlnet image size (#3585)

This commit is contained in:
blessedcoolant
2023-06-26 17:32:07 +12:00
committed by GitHub

View File

@ -174,7 +174,10 @@ const ControlNet = (props: ControlNetProps) => {
aspectRatio: '1/1',
}}
>
<ControlNetImagePreview controlNet={props.controlNet} />
<ControlNetImagePreview
controlNet={props.controlNet}
height={24}
/>
</Flex>
)}
</Flex>