Undo check for configured controlnet, which is optional.

This commit is contained in:
tgoff0@gmail.com 2015-05-22 00:53:59 +00:00
parent 7cf7384624
commit 08e4666be7

View file

@ -807,8 +807,7 @@ class Session(object):
return idx
if idx < 4 and self.getctrlnetprefixes()[idx] is not None:
return idx
else:
return -1
return -1
def getctrlnetobj(self, netidx):