Initial commit: Comfyui_o1key v1.10.0

This commit is contained in:
o1key
2026-02-06 15:56:30 +08:00
commit 9ee29e17d0
25 changed files with 5735 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# 隐私文件(已弃用配置文件,改用环境变量)
# .config
# Python 缓存
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# 环境
.env
.venv
env/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db