1 Star 1 Fork 0

ZheGuangLi/sd-webui-controlnet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
preload.py 459 Bytes
一键复制 编辑 原始数据 按行查看 历史
ljleb 提交于 2023-04-18 06:16 . add options
def preload(parser):
parser.add_argument("--controlnet-dir", type=str, help="Path to directory with ControlNet models", default=None)
parser.add_argument("--controlnet-annotator-models-path", type=str, help="Path to directory with annotator model directories", default=None)
parser.add_argument("--no-half-controlnet", action='store_true', help="do not switch the ControlNet models to 16-bit floats (only needed without --no-half)", default=None)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhaiguang/sd-webui-controlnet.git
[email protected]:zhaiguang/sd-webui-controlnet.git
zhaiguang
sd-webui-controlnet
sd-webui-controlnet
main

搜索帮助