From b0da7f887a4cc26d8cce2ec96fe2232a15b44938 Mon Sep 17 00:00:00 2001 From: exdysa <91800957+exdysa@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:58:17 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5803995b8..da62611c6 100644 --- a/README.md +++ b/README.md @@ -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`: