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

This commit is contained in:
blessedcoolant 2023-06-26 17:32:07 +12:00 committed by GitHub
commit e206fad22a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>