Support Z-Image-Omni-Base and its related models

Support Z-Image-Omni-Base and its related models.
This commit is contained in:
Zhongjie Duan
2026-01-08 13:43:59 +08:00
committed by GitHub
37 changed files with 2340 additions and 134 deletions

View File

@@ -9,5 +9,6 @@ class ControlNetInput:
start: float = 1.0
end: float = 0.0
image: Image.Image = None
inpaint_image: Image.Image = None
inpaint_mask: Image.Image = None
processor_id: str = None