mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-06 21:08:57 +08:00
Update external_code.py
This commit is contained in:
parent
32fd7e7e5d
commit
d65fed0966
@ -154,7 +154,7 @@ class ControlNetUnit:
|
||||
Represents an entire ControlNet processing unit.
|
||||
"""
|
||||
enabled: bool = True
|
||||
module: str = "none"
|
||||
module: str = "None"
|
||||
model: str = "None"
|
||||
weight: float = 1.0
|
||||
image: Optional[Union[InputImage, List[InputImage]]] = None
|
||||
|
||||
Loading…
Reference in New Issue
Block a user