Skip to content

Commit 5d3c3cd

Browse files
Fix ComfyUI stop script
1 parent 3cd3013 commit 5d3c3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ app.get('/start_kohya', (req, res) => {
4646
});
4747

4848
app.get('/stop_comfyui', (req, res) => {
49-
exec('scripts/start_comfyui.sh &', (error, stdout, stderr) => {
49+
exec('scripts/stop_comfyui.sh &', (error, stdout, stderr) => {
5050
if (error) {
5151
console.error(`Error stopping ComfyUI: ${error}`);
5252
}

0 commit comments

Comments
 (0)