mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Refactored controlnet node to output ControlField that bundles control info.
This commit is contained in:
@ -340,7 +340,7 @@ class TextToLatentsInvocation(BaseInvocation):
|
|||||||
print("type of control input: ", type(self.control))
|
print("type of control input: ", type(self.control))
|
||||||
|
|
||||||
if (self.control is None):
|
if (self.control is None):
|
||||||
control_model_name = None
|
control_model = None
|
||||||
control_image_field = None
|
control_image_field = None
|
||||||
control_weight = None
|
control_weight = None
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user