mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat: ✨ "Remix Image" option on images (#5553)
* feat: ✨ "Remix Image" option on images Adds a new "remix image" option where applicable, recalls all metadata except the seed * refactor: 🚨 lint code * feat: ✨ "Remix Image" option on images Adds a new "remix image" option where applicable, recalls all metadata except the seed * refactor: 🚨 lint code * feat: ✨ add new remix hotkey to hotkeys modal --------- Co-authored-by: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
This commit is contained in:
@ -81,6 +81,11 @@ export const useHotkeyData = (): HotkeyGroup[] => {
|
||||
() => ({
|
||||
title: t('hotkeys.generalHotkeys'),
|
||||
hotkeyListItems: [
|
||||
{
|
||||
title: t('hotkeys.remixImage.title'),
|
||||
desc: t('hotkeys.remixImage.desc'),
|
||||
hotkeys: [['R']],
|
||||
},
|
||||
{
|
||||
title: t('hotkeys.setPrompt.title'),
|
||||
desc: t('hotkeys.setPrompt.desc'),
|
||||
|
Reference in New Issue
Block a user