mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-10 07:29:50 +00:00
fix controlnet ignored in batch #55
This commit is contained in:
@@ -491,6 +491,9 @@ class ControlNetForForgeOfficial(scripts.Script):
|
||||
def postprocess_batch_list(self, p, pp, *args, **kwargs):
|
||||
for i, unit in enumerate(self.get_enabled_units(args)):
|
||||
self.process_unit_after_every_sampling(p, unit, self.current_params[i], pp, *args, **kwargs)
|
||||
return
|
||||
|
||||
def postprocess(self, p, processed, *args):
|
||||
self.current_params = {}
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user