Merge pull request #19 from exdysa/master

Fix LLM readme link, Add upgrade instructions
This commit is contained in:
Benjamin Berman 2024-08-15 17:18:40 -07:00 committed by GitHub
commit 3e91f98aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`: