Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
LightX2V
Commits
d6e25673
Commit
d6e25673
authored
Dec 11, 2025
by
xuwx1
Browse files
Update README.md
parent
f9fae543
Pipeline
#3151
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
README.md
README.md
+1
-4
No files found.
README.md
View file @
d6e25673
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment