mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
+2
-1
@@ -36,7 +36,8 @@
|
||||
- added **ROCm** receipe
|
||||
- added **IPEX** receipe
|
||||
- added **OpenVINO** receipe
|
||||
- **Backend**
|
||||
- **System**
|
||||
- improve **python==3.12** compatibility
|
||||
- **Torch**
|
||||
- for **zluda** set default to `torch==2.6.0+cu118`
|
||||
- for **openvino** set default to `torch==2.6.0+cpu`
|
||||
|
||||
@@ -342,8 +342,10 @@ class ControlNetPipeline():
|
||||
cls = StableDiffusionXLControlNetUnionPipeline
|
||||
if len(controlnets) > 1:
|
||||
# TODO controlnet-union multi-unit
|
||||
controlnets = controlnets[0]
|
||||
log.warning(f'Control {what}: units={classes} supports single unit only')
|
||||
# controlnets = controlnets[0]
|
||||
else:
|
||||
controlnets = controlnets[0]
|
||||
else:
|
||||
cls = StableDiffusionXLControlNetPipeline
|
||||
self.pipeline = cls(
|
||||
|
||||
Reference in New Issue
Block a user