mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
modernui fix sampler advanced options
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -343,7 +343,7 @@ class ControlNetPipeline():
|
||||
if len(controlnets) > 1:
|
||||
# TODO controlnet-union multi-unit
|
||||
log.warning(f'Control {what}: units={classes} supports single unit only')
|
||||
controlnets = controlnets[0]
|
||||
# controlnets = controlnets[0]
|
||||
else:
|
||||
cls = StableDiffusionXLControlNetPipeline
|
||||
self.pipeline = cls(
|
||||
|
||||
Reference in New Issue
Block a user