mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): fix controlnet image preview alignment
This commit is contained in:
parent
b265956083
commit
f7230d07db
@ -176,6 +176,7 @@ const ControlNet = (props: ControlNetProps) => {
|
|||||||
h: 28,
|
h: 28,
|
||||||
w: 28,
|
w: 28,
|
||||||
aspectRatio: '1/1',
|
aspectRatio: '1/1',
|
||||||
|
mt: 3,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ControlNetImagePreview controlNetId={controlNetId} height={28} />
|
<ControlNetImagePreview controlNetId={controlNetId} height={28} />
|
||||||
|
Loading…
Reference in New Issue
Block a user