Comfy-Org / Comfy-Org/ComfyUI

/v0.2.3/ComfyUI_windows_portable_nvidia.7z startup script not working

Open
#5,225 0 comments 0 reactions 0 assignees View on GitHub
Potential Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

### Expected Behavior

Double click on run_nvidia_gpu.bat and comfy_ui starts

### Actual Behavior

Cannot find file specified

### Steps to Reproduce

Download release, extract archive, double click on run_nvidia_gpu.bat

### Debug Logs

```powershell
setlocal
set CUR_WD=%~dp0
cd /d %CUR_WD%
%CUR_WD%/python_embeded/python.exe -s ComfyUI\main.py --windows-standalone-build
pause

Above is a suggested fix. thanks
```

### Other

setlocal
set CUR_WD=%~dp0
cd /d %CUR_WD%
%CUR_WD%/python_embeded/python.exe -s ComfyUI\main.py --windows-standalone-build
pause

Above is a suggested fix. thanks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.