mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add Image Gallery Drawer
This commit is contained in:
parent
578d8b0cb4
commit
efbcbb0d91
@ -106,6 +106,7 @@ const useCheckParameters = (): boolean => {
|
|||||||
shouldGenerateVariations,
|
shouldGenerateVariations,
|
||||||
seedWeights,
|
seedWeights,
|
||||||
seed,
|
seed,
|
||||||
|
activeTab,
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -72,8 +72,8 @@ export default function ImageGallery() {
|
|||||||
|
|
||||||
{shouldShowGallery && (
|
{shouldShowGallery && (
|
||||||
<Resizable
|
<Resizable
|
||||||
defaultSize={{ width: 'auto', height: '100%' }}
|
defaultSize={{ width: '300', height: '100%' }}
|
||||||
minWidth={'18%'}
|
minWidth={'300'}
|
||||||
className="image-gallery-popup"
|
className="image-gallery-popup"
|
||||||
>
|
>
|
||||||
<div className="image-gallery-header">
|
<div className="image-gallery-header">
|
||||||
|
@ -126,4 +126,4 @@ const ImageGalleryOld = () => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ImageGallery;
|
export default ImageGalleryOld;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user