xingren23 / ComfyFlowApp

From comfyui workflow to web app, in seconds
https://comfyflow.app
GNU General Public License v3.0
492 stars 59 forks source link

API是否支持自建? #65

Open GentlemanHu opened 5 months ago

GentlemanHu commented 5 months ago

你好,api服务是否支持自建?

set COMFYFLOW_API_URL=https://api.comfyflow.app

API必须用这个地址吗?

GentlemanHu commented 5 months ago

https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite 这个插件支持视频, 输出能否为视频呢?

xingren23 commented 5 months ago

https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite 这个插件支持视频, 输出能否为视频呢?

yes, video is ok

xingren23 commented 5 months ago

你好,api服务是否支持自建?

set COMFYFLOW_API_URL=https://api.comfyflow.app

API必须用这个地址吗?

yes, use the default api url

GentlemanHu commented 5 months ago

你好,api服务是否支持自建?

set COMFYFLOW_API_URL=https://api.comfyflow.app

API必须用这个地址吗?

yes, use the default api url

Ok. What if the default api is down, can the local deployed comfyflowapp work? Is there a way to deploy this API? Thank you.

xingren23 commented 5 months ago

你好,api服务是否支持自建?

set COMFYFLOW_API_URL=https://api.comfyflow.app

API必须用这个地址吗?

yes, use the default api url

Ok. What if the default api is down, can the local deployed comfyflowapp work? Is there a way to deploy this API? Thank you.

API for user login only

cillyfly commented 1 month ago

如果只是想自己用,不提供登录服务的话 也可以直接改下代码返回。 本地用用是可以的

image