control process override improvements

This commit is contained in:
Vladimir Mandic
2024-01-29 12:57:46 -05:00
parent b13d40d52c
commit f74637e813
10 changed files with 45 additions and 37 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ class ControlNet():
def reset(self):
if self.model is not None:
log.debug(f'Control {what} model unloaded')
debug(f'Control {what} model unloaded')
self.model = None
self.model_id = None