mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Merge pull request #19 from exdysa/master
Fix LLM readme link, Add upgrade instructions
This commit is contained in:
commit
3e91f98aa2
@ -7,7 +7,7 @@ A vanilla, up-to-date fork of [ComfyUI](https://github.com/comfyanonymous/comfyu
|
||||
|
||||
- To run, just type `comfyui` in your command line and press enter.
|
||||
- [Installable](#installing) via `pip`: `pip install git+https://github.com/hiddenswitch/ComfyUI.git`.
|
||||
- [Large Language Models]() with multi-modal support included.
|
||||
- [Large Language Models](#large-language-models) with multi-modal support included.
|
||||
- [Automatic model downloading](#model-downloading) to save you disk space and time.
|
||||
- [Distributed](#distributed-multi-process-and-multi-gpu-comfy) with support for multiple GPUs, multiple backends and frontends, including in containers, using RabbitMQ.
|
||||
- [Installable custom nodes](#custom-nodes) via `pip`, including LTS support for forked nodes from the community.
|
||||
@ -169,6 +169,12 @@ On Windows, you will need to open PowerShell and activate your virtual environme
|
||||
comfyui
|
||||
```
|
||||
|
||||
Upgrades are delivered frequently and automatically. To force one immediately, run pip upgrade like so:
|
||||
|
||||
```shell
|
||||
pip install --no-build-isolation --no-deps --upgrade git+https://github.com/hiddenswitch/ComfyUI.git
|
||||
```
|
||||
|
||||
**Advanced: Using `uv`**:
|
||||
|
||||
`uv` is a significantly faster and improved Python package manager. On Windows, use the following commands to install the package from scratch about 6x faster than vanilla `pip`:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user