[CI] Publish comfyui-frontend-package to pypi (#2774)

This commit is contained in:
Chenlei Hu
2025-02-28 18:22:42 -05:00
committed by GitHub
parent 792c5f2246
commit 3b051a11a4
6 changed files with 86 additions and 7 deletions

View File

@@ -0,0 +1,13 @@
# comfyui_frontend pypi package
This is the pypi package structure for the comfyui frontend.
During build process, the compiled assets are copied into the `${PROJECT_ROOT}/comfyui_frontend_package/comfyui_frontend_package/static` directory.
The package can be installed with the following command:
```bash
pip install comfyui-frontend-package
```
Ref: <https://pypi.org/project/comfyui-frontend-package/>