Resolving conflicts in rebase to origin/main

This commit is contained in:
user1
2023-05-04 15:01:04 -07:00
committed by Kent Keirsey
parent 5e4c0217c7
commit 0864fca641
8 changed files with 126 additions and 4 deletions

View File

@ -260,7 +260,7 @@ class TextToLatentsInvocation(BaseInvocation):
print("type of control input: ", type(self.control))
if (self.control is None):
control_model_name = None
control_model = None
control_image_field = None
control_weight = None
else: