mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update 'Optimized Inpainting' text to 'Optimized Image-to-Image'.
This commit is contained in:
@@ -26,7 +26,7 @@ export const ParamOptimizedDenoisingToggle = memo(() => {
|
||||
<FormControl w="min-content">
|
||||
<InformationalPopover feature="optimizedDenoising">
|
||||
<FormLabel m={0}>
|
||||
{t('parameters.optimizedInpainting')} ({t('settings.beta')})
|
||||
{t('parameters.optimizedImageToImage')} ({t('settings.beta')})
|
||||
</FormLabel>
|
||||
</InformationalPopover>
|
||||
<Switch isChecked={optimizedDenoisingEnabled} onChange={onChange} />
|
||||
|
||||
Reference in New Issue
Block a user