康宇佳 629083210b 优化ComfyUI Worker等
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* FIX 修复缓存校验路径问题
* Merge branch refs/heads/feature/modal-cluster into refs/heads/feature/temp-comfy-cluster
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* FIX webhook直接返回ComfyUI结果
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* 校验媒体文件是否存在缓存中
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* FIX 修改不规范的返回值
* 校验媒体文件是否存在缓存中
* PERF 去除多余的运行完成后重启ComfyUI操作
* 改进 Sentry 追踪系统:为每个关键步骤的 span 添加状态标记
* PERF 分离comfyui router
* Merge branch 'feature/modal-cluster' into feature/temp-comfy-cluster
* Merge branch 'feature/modal-cluster' into feature/temp-comfy-cluster
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* 修改sentry_sdk的弃用方法
* Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster
* PERF 去除上传配置文件
* PERF 去除贝蒂上传配置文件

---------

Merge request URL: https://g-ldyi2063.coding.net/p/dev/d/modalDeploy/git/merge/4739
Co-authored-by: 康宇佳,gexianmeng
2025-05-20 16:12:14 +08:00
2025-05-16 18:51:33 +08:00
2025-05-20 16:12:14 +08:00
2025-05-20 16:12:14 +08:00
2025-05-20 16:12:14 +08:00
2025-05-16 17:19:26 +08:00

Modal

部署

modal deploy -m cluster.app 

本地验证fastapi部署

uvicorn BowongModalFunctions.api:web_app --host 0.0.0.0 --port 8080

Pip

构建

确保当前路径在bowong_modal_functions/pyproject.toml同级下运行以下命令

uv build

推送到coding私有制品库

依据制品库 创建本地使用的.pypirc配置文件 其中包含访问密钥,严禁提交到代码库

py -m twine upload --config-file=.pypirc --repository=coding-pypi dist/* 

安装

 uv pip install bowong-modal-functions --index-url=https://<用户名>:<密钥>@g-ldyi2063-pypi.pkg.coding.net/dev/packages/simple
Description
No description provided
Readme 9 MiB
Languages
Python 99.5%
Shell 0.4%