# fastapi-web **Repository Path**: zero-wsh/fastapi-web ## Basic Information - **Project Name**: fastapi-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-23 - **Last Updated**: 2024-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # comfyui-api # python版本 python 3.10.8 # 安装依赖 `pip install -r requirements.txt` # 运行程序-windows( --reload 更改后自动编译) uvicorn djc:app --host 0.0.0.0 --port 8080 --reload # 运行程序-linux(后台运行) uvicorn djc:app --host 0.0.0.0 --port 8080 --workers 1 > /var/log/comfyui-api.log 2>&1 & # fastapi访问地址 http://localhost:8080/docs