Skip to content

Commit 1a72bf2

Browse files
Readme update. (Comfy-Org#11957)
1 parent 034fac7 commit 1a72bf2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
108108
- [LCM models and Loras](https://comfyanonymous.github.io/ComfyUI_examples/lcm/)
109109
- Latent previews with [TAESD](#how-to-show-high-quality-previews)
110110
- Works fully offline: core will never download anything unless you want to.
111-
- Optional API nodes to use paid models from external providers through the online [Comfy API](https://docs.comfy.org/tutorials/api-nodes/overview).
111+
- Optional API nodes to use paid models from external providers through the online [Comfy API](https://docs.comfy.org/tutorials/api-nodes/overview) disable with: `--disable-api-nodes`
112112
- [Config file](extra_model_paths.yaml.example) to set the search paths for models.
113113

114114
Workflow examples can be found on the [Examples page](https://comfyanonymous.github.io/ComfyUI_examples/)
@@ -212,7 +212,7 @@ Python 3.14 works but you may encounter issues with the torch compile node. The
212212

213213
Python 3.13 is very well supported. If you have trouble with some custom node dependencies on 3.13 you can try 3.12
214214

215-
torch 2.4 and above is supported but some features might only work on newer versions. We generally recommend using the latest major version of pytorch with the latest cuda version unless it is less than 2 weeks old.
215+
torch 2.4 and above is supported but some features and optimizations might only work on newer versions. We generally recommend using the latest major version of pytorch with the latest cuda version unless it is less than 2 weeks old.
216216

217217
### Instructions:
218218

@@ -229,7 +229,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
229229

230230
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4```
231231

232-
This is the command to install the nightly with ROCm 7.0 which might have some performance improvements:
232+
This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
233233

234234
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1```
235235

0 commit comments

Comments
 (0)