基于 FastAPI 的 ComfyUI 工作流管理服务,支持图片生成、批量评估等功能。 . ├── main.py # FastAPI 入口 ├── config.py # 配置管理 ├── routers/ # API 路由 │ ├── workflow/ # 工作流管理 │ ├── schema/ # Schema 管理 │ ├── createImage/ # 图片生成 │ ├── ...
Add image model configuration in the corresponding AI models file Implement custom createImage method Create a standalone image generation function that accepts standard parameters Convert standard ...