1 Star 0 Fork 0

ChocolateBlack/sd-webui-controlnet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
[tool.ruff]
target-version = "py310"
exclude = [
"annotator",
"tests",
"web_tests",
"example",
"extract_controlnet_diff.py",
"scripts/movie2movie.py",
"scripts/preprocessor/legacy/preprocessor_compiled.py",
"scripts/preprocessor/__init__.py",
]
ignore = [
"E501", # Line too long
"E721", # Do not compare types, use `isinstance`
"E731", # Do not assign a `lambda` expression, use a `def`
"I001", # Import block is un-sorted or un-formatted
"C901", # Function is too complex
"C408", # Rewrite as a literal
"W605", # invalid escape sequence, messes with some docstrings
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu_jing_yu/sd-webui-controlnet.git
git@gitee.com:xu_jing_yu/sd-webui-controlnet.git
xu_jing_yu
sd-webui-controlnet
sd-webui-controlnet
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385