fix: IP Adapter Method having incorrect informational popover

This commit is contained in:
blessedcoolant
2024-04-18 20:59:09 +05:30
committed by Kent Keirsey
parent ac1071a5e5
commit a35386f24c
3 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,7 @@ export type Feature =
| 'dynamicPromptsSeedBehaviour'
| 'imageFit'
| 'infillMethod'
| 'ipAdapterMethod'
| 'lora'
| 'loraWeight'
| 'noiseUseCPU'