mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
changes to base class for controlnet nodes
This commit is contained in:
parent
6d958a214c
commit
6ef2168b67
@ -113,10 +113,10 @@ class ControlOutput(BaseInvocationOutput):
|
|||||||
control: ControlField = Field(default=None, description="The control info dict")
|
control: ControlField = Field(default=None, description="The control info dict")
|
||||||
# fmt: on
|
# fmt: on
|
||||||
|
|
||||||
class PreprocessedControlInvocation(BaseInvocation, PILInvocationConfig):
|
|
||||||
"""Base class for invocations that preprocess images for ControlNet"""
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
class PreprocessedControlInvocation(BaseInvocation, PILInvocationConfig):
|
||||||
|
"""Base class for invocations that preprocess images for ControlNet"""
|
||||||
|
|
||||||
class ControlNetInvocation(BaseInvocation):
|
class ControlNetInvocation(BaseInvocation):
|
||||||
"""Collects ControlNet info to pass to other nodes"""
|
"""Collects ControlNet info to pass to other nodes"""
|
||||||
# fmt: off
|
# fmt: off
|
||||||
|
Loading…
Reference in New Issue
Block a user