Fix regression.
Python Linting / Run Pylint (push) Failing after 39s
Build package / Build Test (3.10) (push) Failing after 32s
Build package / Build Test (3.11) (push) Failing after 44s
Build package / Build Test (3.8) (push) Failing after 28s
Build package / Build Test (3.9) (push) Failing after 36s
Tests CI / test (push) Failing after 39s

This commit is contained in:
comfyanonymous
2024-08-09 21:45:21 -04:00
parent 6678d5cf65
commit 1b5b8ca81a
+1
View File
@@ -322,6 +322,7 @@ class ControlLora(ControlNet):
ControlBase.__init__(self, device)
self.control_weights = control_weights
self.global_average_pooling = global_average_pooling
self.extra_conds += ["y"]
def pre_run(self, model, percent_to_timestep_function):
super().pre_run(model, percent_to_timestep_function)