mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-11 16:57:29 +08:00
chore: fixed a heading level
- Added venv activation instructions for windows users alongside POSIX instructions
This commit is contained in:
parent
5be2af5545
commit
af845c908d
14
README.md
14
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 |
|
||||
|------|-------------|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user