Skip to content

Commit

Permalink
bugfix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
6174 committed Apr 14, 2024
1 parent 6323e83 commit e875b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node/src/modules/comfyui/comfyui.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class ComfyuiService {
const runConfig = appConfigManager.getRunConfig();

if (pip || runConfig.autoInstallDeps) {
command += `${PIP_PATH} install -r requirements.txt; ${PIP_PATH} install ${requirements};`;
command += `${PIP_PATH} install -r requirements.txt;` //${PIP_PATH} install ${requirements};`;
}

command += `${PYTHON_PATH} main.py --enable-cors-header `;
Expand Down

0 comments on commit e875b7d

Please sign in to comment.