mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-12 05:57:04 +08:00
Merge 219237379c1eea9781b9c278543265908fa1def6 into 8e69e2ddfda965267e1c90ab1cc89d95541155b1
This commit is contained in:
commit
2ec396301a
22
README.md
22
README.md
@ -260,10 +260,30 @@ For models compatible with Ascend Extension for PyTorch (torch_npu). To get star
|
|||||||
3. Next, install the necessary packages for torch-npu by adhering to the platform-specific instructions on the [Installation](https://ascend.github.io/docs/sources/pytorch/install.html#pytorch) page.
|
3. Next, install the necessary packages for torch-npu by adhering to the platform-specific instructions on the [Installation](https://ascend.github.io/docs/sources/pytorch/install.html#pytorch) page.
|
||||||
4. Finally, adhere to the [ComfyUI manual installation](#manual-install-windows-linux) guide for Linux. Once all components are installed, you can run ComfyUI as described earlier.
|
4. Finally, adhere to the [ComfyUI manual installation](#manual-install-windows-linux) guide for Linux. Once all components are installed, you can run ComfyUI as described earlier.
|
||||||
|
|
||||||
|
### UV (Package Manager)
|
||||||
|
|
||||||
|
UV is an extremely fast Python package and project manager, written in Rust. For UV installation, checks [docs](https://docs.astral.sh/uv/). UV help isolation and reproducibility of the desired environment.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://github.com/comfyanonymous/ComfyUI.git # Clone this repo
|
||||||
|
cd ComfyUI # Move to created folder
|
||||||
|
uv add -r requirements.txt # Add dependencies
|
||||||
|
```
|
||||||
|
|
||||||
# Running
|
# Running
|
||||||
|
|
||||||
```python main.py```
|
```bash
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
If using **UV**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uv run main.py
|
||||||
|
# or in case of activating the virtual env before
|
||||||
|
source .venv/bin/activate
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
|
||||||
### For AMD cards not officially supported by ROCm
|
### For AMD cards not officially supported by ROCm
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user