mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): use pidi processor for sketch (#4931)
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update - [ ] Community Node Submission ## Have you discussed this change with the InvokeAI team? - [x] Yes - [ ] No, because: ## Description fix(ui): use pidi processor for sketch control adapters
This commit is contained in:
commit
9fa8e38163
@ -246,7 +246,7 @@ export const CONTROLNET_MODEL_DEFAULT_PROCESSORS: {
|
|||||||
mlsd: 'mlsd_image_processor',
|
mlsd: 'mlsd_image_processor',
|
||||||
depth: 'midas_depth_image_processor',
|
depth: 'midas_depth_image_processor',
|
||||||
bae: 'normalbae_image_processor',
|
bae: 'normalbae_image_processor',
|
||||||
sketch: 'lineart_image_processor',
|
sketch: 'pidi_image_processor',
|
||||||
scribble: 'lineart_image_processor',
|
scribble: 'lineart_image_processor',
|
||||||
lineart: 'lineart_image_processor',
|
lineart: 'lineart_image_processor',
|
||||||
lineart_anime: 'lineart_anime_image_processor',
|
lineart_anime: 'lineart_anime_image_processor',
|
||||||
|
Loading…
Reference in New Issue
Block a user