1 Star 0 Fork 2

JonK/ComfyUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
comfyanonymous 提交于 2025-02-06 04:47 +08:00 . Bump ComfyUI version to v0.3.14
[project]
name = "ComfyUI"
version = "0.3.14"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"
[project.urls]
homepage = "https://www.comfy.org/"
repository = "https://github.com/comfyanonymous/ComfyUI"
documentation = "https://docs.comfy.org/"
[tool.ruff]
lint.select = [
"S307", # suspicious-eval-usage
"S102", # exec
"T", # print-usage
"W",
# The "F" series in Ruff stands for "Pyflakes" rules, which catch various Python syntax errors and undefined names.
# See all rules here: https://docs.astral.sh/ruff/rules/#pyflakes-f
"F",
]
exclude = ["*.ipynb"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JonDO/ComfyUI.git
git@gitee.com:JonDO/ComfyUI.git
JonDO
ComfyUI
ComfyUI
master

搜索帮助