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,7 +807,6 @@ class Session(object):
return idx return idx
if idx < 4 and self.getctrlnetprefixes()[idx] is not None: if idx < 4 and self.getctrlnetprefixes()[idx] is not None:
return idx return idx
else:
return -1 return -1