Skip to content

Commit

Permalink
By default disable unit
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed May 5, 2024
1 parent fceaae7 commit f742f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal_controlnet/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Config:
loopback: bool = (False,)

# General fields.
enabled: bool = True
enabled: bool = False
module: str = "none"

@validator("module", always=True, pre=True)
Expand Down

0 comments on commit f742f4d

Please sign in to comment.