fix(ui): fix controlnet image size

This commit is contained in:
psychedelicious 2023-06-26 12:03:11 +10:00
parent 922468b836
commit 60780e990d

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>