mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
mark optimized inpainting as beta
This commit is contained in:
committed by
Mary Hipp Rogers
parent
967c561605
commit
5f2a09a9db
@@ -25,7 +25,9 @@ export const ParamOptimizedDenoisingToggle = memo(() => {
|
||||
return (
|
||||
<FormControl w="min-content">
|
||||
<InformationalPopover feature="optimizedDenoising">
|
||||
<FormLabel m={0}>{t('parameters.optimizedInpainting')}</FormLabel>
|
||||
<FormLabel m={0}>
|
||||
{t('parameters.optimizedInpainting')} ({t('settings.beta')})
|
||||
</FormLabel>
|
||||
</InformationalPopover>
|
||||
<Switch isChecked={optimizedDenoisingEnabled} onChange={onChange} />
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user