add controlnet 1.1

This commit is contained in:
Qing
2023-05-02 14:09:40 +08:00
parent 05b3514f1c
commit f4eedbe3b1
4 changed files with 97 additions and 40 deletions

View File

@@ -537,6 +537,7 @@ def main(args):
model = ModelManager(
name=args.model,
sd_controlnet=args.sd_controlnet,
sd_controlnet_method=args.sd_controlnet_method,
device=device,
no_half=args.no_half,
hf_access_token=args.hf_access_token,