Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,6 @@ Our open-source 8B model (based on Stable Diffusion 3.5 Large and Wan-VAE) achie
|
|
59 |
#### Recommended PyTorch Version
|
60 |
|
61 |
- GPU: torch >= 2.3.1 (CUDA >= 12.2)
|
62 |
-
- NPU: torch and torch-npu >= 2.1.0 (CANN >= 8.0.RC2). Please refer to [Ascend Extension for PyTorch](https://gitee.com/ascend/pytorch) for the installation of torch-npu.
|
63 |
|
64 |
#### Installation
|
65 |
|
@@ -74,8 +73,6 @@ pip3 install -r requirements.txt
|
|
74 |
```bash
|
75 |
## For GPU
|
76 |
python3 demo.py
|
77 |
-
## For NPU
|
78 |
-
USE_ASCEND_NPU=1 python3 demo.py
|
79 |
```
|
80 |
|
81 |
## 📊 VBench
|
|
|
59 |
#### Recommended PyTorch Version
|
60 |
|
61 |
- GPU: torch >= 2.3.1 (CUDA >= 12.2)
|
|
|
62 |
|
63 |
#### Installation
|
64 |
|
|
|
73 |
```bash
|
74 |
## For GPU
|
75 |
python3 demo.py
|
|
|
|
|
76 |
```
|
77 |
|
78 |
## 📊 VBench
|