siliconflow / BizyAir

BizyAir: Comfy Nodes that can run in any environment.
https://siliconflow.github.io/BizyAir/
MIT License
290 stars 18 forks source link

poc of uploading models in bizyair #97

Closed doombeaker closed 1 month ago

doombeaker commented 2 months ago

方案1:

把上传功能都放在 bizyair 里做,js 前端传 file object 给(本地)后端,本地后端调用 zc 请求传到服务器。

方案2:

我们不再在 bizyair 中做上传功能,而是在 bizyair 中做“上传命令生成功能”。

github-actions[bot] commented 1 month ago

Your code does not meet the Black formatting standards. Please run python3 -m pip install -r dev_requirements.txt && pre-commit install && pre-commit run --all-files to format your code.