From af845c908d1406e36753ba6e91a5573312ea0023 Mon Sep 17 00:00:00 2001 From: Brian Blankenship Date: Wed, 25 Feb 2026 13:17:26 -0600 Subject: [PATCH] chore: fixed a heading level - Added venv activation instructions for windows users alongside POSIX instructions --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ae5c5681..3c4265a0f 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,12 @@ You can install and start ComfyUI using comfy-cli: ```bash python -m venv venv +# Linux/macOS source venv/bin/activate +# Windows (PowerShell) +venv\Scripts\Activate.ps1 +# Windows (CMD) +venv\Scripts\activate.bat pip install comfy-cli comfy install @@ -224,7 +229,12 @@ Open a terminal inside the ComfyUI folder and run: ```bash python -m venv venv -source venv/bin/activate # Also required each time before starting ComfyUI +# Linux/macOS +source venv/bin/activate +# Windows (PowerShell) +venv\Scripts\Activate.ps1 +# Windows (CMD) +venv\Scripts\activate.bat pip install -r requirements.txt ``` @@ -373,7 +383,7 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step python main.py --enable-manager ``` -### Command Line Options +## Command Line Options | Flag | Description | |------|-------------|