Commit d6e25673 authored by xuwx1's avatar xuwx1
Browse files

Update README.md

parent f9fae543
Pipeline #3151 canceled with stages
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
### 1. 模型量化 ### 1. 模型量化
#### 1.1 Wan DiT 量化为 INT8 #### 1.1 Wan DiT 量化为 INT8
```bash ```bash
export PLATFORM=cuda
python converter.py \ python converter.py \
--source /path/to/Wan2.2-I2V-A14B/low_noise_model \ --source /path/to/Wan2.2-I2V-A14B/low_noise_model \
--output /path/to/Wan2.2-I2V-A14B-INT8/low_noise_model \ --output /path/to/Wan2.2-I2V-A14B-INT8/low_noise_model \
...@@ -21,7 +20,6 @@ python converter.py \ ...@@ -21,7 +20,6 @@ python converter.py \
--save_by_block --save_by_block
``` ```
```bash ```bash
export PLATFORM=cuda
python converter.py \ python converter.py \
--source /path/to/Wan2.2-I2V-A14B/high_noise_model \ --source /path/to/Wan2.2-I2V-A14B/high_noise_model \
--output /path/to/Wan2.2-I2V-A14B-INT8/high_noise_model \ --output /path/to/Wan2.2-I2V-A14B-INT8/high_noise_model \
...@@ -37,7 +35,6 @@ python converter.py \ ...@@ -37,7 +35,6 @@ python converter.py \
#### 1.2 Wan2.1-I2V-14B-480P 量化为 INT8 #### 1.2 Wan2.1-I2V-14B-480P 量化为 INT8
```bash ```bash
export PLATFORM=cuda
python converter.py \ python converter.py \
--source /path/to/Wan2.1-I2V-14B-480P \ --source /path/to/Wan2.1-I2V-14B-480P \
--output /path/to/Wan2.1-I2V-14B-480P-INT8 \ --output /path/to/Wan2.1-I2V-14B-480P-INT8 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment