You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ See what ComfyUI can do with the [example workflows](https://comfyanonymous.gith
108
108
-[LCM models and Loras](https://comfyanonymous.github.io/ComfyUI_examples/lcm/)
109
109
- Latent previews with [TAESD](#how-to-show-high-quality-previews)
110
110
- 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`
112
112
-[Config file](extra_model_paths.yaml.example) to set the search paths for models.
113
113
114
114
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
212
212
213
213
Python 3.13 is very well supported. If you have trouble with some custom node dependencies on 3.13 you can try 3.12
214
214
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.
216
216
217
217
### Instructions:
218
218
@@ -229,7 +229,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
0 commit comments