add 增加系统结构文档
This commit is contained in:
parent
db5d97cc49
commit
ecf2b07820
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
|
|
||||||
# WAAS(工作流即服务) Demo API服务器
|
# WAAS(工作流即服务) Demo API服务器
|
||||||
|

|
||||||
- 路径: ./workflow_service
|
- 路径: ./workflow_service
|
||||||
- 部署: ```modal deploy modal_deploy.py --name waas-demo -e dev```
|
- 部署: ```modal deploy modal_deploy.py --name waas-demo -e dev```
|
||||||
- 配置: 参考```.env```文件
|
- 配置: 参考```.env```文件
|
||||||
|
|
@ -29,7 +30,7 @@
|
||||||
- comfyui-easy-use
|
- comfyui-easy-use
|
||||||
- 展示任何
|
- 展示任何
|
||||||
- 数据库
|
- 数据库
|
||||||
- 类型: Sqlite (workflows_service.sqlite)
|
- 类型: **SQLite** (workflows_service.sqlite)
|
||||||
- 数据库结构
|
- 数据库结构
|
||||||
```
|
```
|
||||||
CREATE TABLE IF NOT EXISTS workflows (
|
CREATE TABLE IF NOT EXISTS workflows (
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 137 KiB |
Loading…
Reference in New Issue