mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-03 04:27:05 +08:00
uv init was removed. With a pyproject.toml file alrealdy in root folder, project is interpreted as ready from uv.
This commit is contained in:
parent
e231676a77
commit
28d5474d76
@ -240,7 +240,6 @@ UV is an extremely fast Python package and project manager, written in Rust. For
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/comfyanonymous/ComfyUI.git # Clone this repo
|
git clone https://github.com/comfyanonymous/ComfyUI.git # Clone this repo
|
||||||
cd ComfyUI # Move to created folder
|
cd ComfyUI # Move to created folder
|
||||||
uv init # Start uv project in current folder
|
|
||||||
uv add --requirements requirements.txt # Add dependencies
|
uv add --requirements requirements.txt # Add dependencies
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user