mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
removed reg reference img
This commit is contained in:
@@ -60,14 +60,6 @@ export const CanvasLayersFloatingToolbar = memo(() => {
|
||||
isDisabled={!isRegionalGuidanceEnabled || isBusy}
|
||||
/>
|
||||
</Tooltip>
|
||||
<Tooltip label={t('controlLayers.regionalReferenceImage')} placement="top">
|
||||
<IconButton
|
||||
aria-label={t('controlLayers.regionalReferenceImage')}
|
||||
icon={<PiImageBold />}
|
||||
onClick={addRegionalReferenceImage}
|
||||
isDisabled={!isRegionalGuidanceEnabled || isBusy}
|
||||
/>
|
||||
</Tooltip>
|
||||
<Tooltip label={t('controlLayers.controlLayer')} placement="top">
|
||||
<IconButton
|
||||
aria-label={t('controlLayers.controlLayer')}
|
||||
|
||||
Reference in New Issue
Block a user