Skip to content

Commit

Permalink
Use main repo for frontend (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Oct 25, 2024
1 parent b46a0b6 commit 968cfe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ const launchPythonServer = async (
outputDirectoryPath,
...(process.env.COMFYUI_CPU_ONLY === 'true' ? ['--cpu'] : []),
'--front-end-version',
'jojodecayz/ComfyUI_frontend@latest',
'Comfy-Org/ComfyUI_frontend@latest',
'--extra-model-paths-config',
modelConfigPath,
'--port',
Expand Down

0 comments on commit 968cfe9

Please sign in to comment.