We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7ce22 commit 37a24c1Copy full SHA for 37a24c1
.devcontainer/README.md
@@ -73,15 +73,15 @@ Replace `/path/to/your/model-files` and `path/to/your/output-files` with the pat
73
Start ComfyUI:
74
75
```sh
76
-cd /workspace/comfystream/ComfyUI
+cd /workspace/ComfyUI
77
conda activate comfyui
78
python main.py --listen
79
```
80
81
When using TensorRT engine enabled workflows, you should include the `---disable-cuda-malloc` flag as shown below:
82
83
84
85
86
python main.py --listen --disable-cuda-malloc
87
0 commit comments