Skip to content

Commit fd58e1d

Browse files
Mary Hippmaryhipp
authored andcommitted
update copy for API models without w/h controls
1 parent 04ffb97 commit fd58e1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

invokeai/frontend/web/src/features/parameters/components/PixelDimensionsUnsupportedAlert.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { memo } from 'react';
44
export const PixelDimensionsUnsupportedAlert = memo(() => {
55
return (
66
<Alert status="info" borderRadius="base" flexDir="column" gap={2} overflow="unset">
7-
<Text fontSize="md">This model does not support user-defined width and height.</Text>
7+
<Text fontSize="sm" color="base.100">
8+
Select an aspect ratio to control the size of the resulting image from this model.
9+
</Text>
810
</Alert>
911
);
1012
});

0 commit comments

Comments
 (0)