Compare commits

..

3 Commits

Author SHA1 Message Date
Diogo Santiago
b9d9544761
Merge 28d5474d76 into 2307ff6746 2025-01-09 03:00:08 +00:00
Diogo Felipe de Melo Santiago
28d5474d76 uv init was removed. With a pyproject.toml file alrealdy in root folder, project is interpreted as ready from uv. 2025-01-08 23:59:19 -03:00
Diogo Santiago
e231676a77
Merge branch 'comfyanonymous:master' into master 2025-01-08 23:57:03 -03:00

View File

@ -240,7 +240,6 @@ UV is an extremely fast Python package and project manager, written in Rust. For
```bash
git clone https://github.com/comfyanonymous/ComfyUI.git # Clone this repo
cd ComfyUI # Move to created folder
uv init # Start uv project in current folder
uv add --requirements requirements.txt # Add dependencies
```