mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 07:45:07 -05:00
Added more preprocessor nodes for:
MidasDepth
ZoeDepth
MLSD
NormalBae
Pidi
LineartAnime
ContentShuffle
Removed pil_output options, ControlNet preprocessors should always output as PIL. Removed diagnostics and other general cleanup.
This commit is contained in:
@@ -136,7 +136,6 @@ class CannyImageProcessorInvocation(ImageProcessorInvocation, PILInvocationConfi
|
||||
# Input
|
||||
low_threshold: float = Field(default=100, ge=0, description="low threshold of Canny pixel gradient")
|
||||
high_threshold: float = Field(default=200, ge=0, description="high threshold of Canny pixel gradient")
|
||||
|
||||
# fmt: on
|
||||
|
||||
def run_processor(self, image):
|
||||
|
||||
Reference in New Issue
Block a user