Skip to content

Commit 37a24c1

Browse files
authored
Update file path in README.md (yondonfu#156)
1 parent 8f7ce22 commit 37a24c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ Replace `/path/to/your/model-files` and `path/to/your/output-files` with the pat
7373
Start ComfyUI:
7474

7575
```sh
76-
cd /workspace/comfystream/ComfyUI
76+
cd /workspace/ComfyUI
7777
conda activate comfyui
7878
python main.py --listen
7979
```
8080

8181
When using TensorRT engine enabled workflows, you should include the `---disable-cuda-malloc` flag as shown below:
8282

8383
```sh
84-
cd /workspace/comfystream/ComfyUI
84+
cd /workspace/ComfyUI
8585
conda activate comfyui
8686
python main.py --listen --disable-cuda-malloc
8787
```

0 commit comments

Comments
 (0)