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
xuwx1
LightX2V
Commits
414c3cd9
"sgl-kernel/vscode:/vscode.git/clone" did not exist on "a2ffdd604e4b1e3fbb54d90c1ea555b597fa5ed0"
Commit
414c3cd9
authored
Jul 16, 2025
by
gushiqiao
Browse files
FIX
parent
2931a72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
docs/EN/source/deploy_guides/model_structure.md
docs/EN/source/deploy_guides/model_structure.md
+2
-16
No files found.
docs/EN/source/deploy_guides/model_structure.md
View file @
414c3cd9
...
...
@@ -25,8 +25,8 @@ Model Root Directory/
│ ├── fp8/ # FP8 quantized version (DIT/T5/CLIP)
│ ├── int8/ # INT8 quantized version (DIT/T5/CLIP)
│ ├── original/ # Original precision version (DIT)
│ ├── xlm-roberta-large/
# Multilingual encoder
│ └── google/
# Other shared resources
│ ├── xlm-roberta-large/
│ └── google/
```
### 💾 Storage Recommendations
...
...
@@ -40,20 +40,6 @@ Model Root Directory/
/opt/models/
# System optimization directory
```
## 🔧 Model File Description
### Core Model Files
Each model directory contains the following core files:
| Filename | Size | Purpose | Required |
|----------|------|---------|----------|
|
`config.json`
| ~250B | Model configuration file | ✅ Required |
|
`Wan2.1_VAE.pth`
| ~508MB | VAE variational autoencoder | ✅ Required |
|
`models_clip_open-clip-xlm-roberta-large-vit-huge-14.pth`
| ~4.77GB | CLIP visual encoder (FP16) | ✅ Required |
|
`models_t5_umt5-xxl-enc-bf16.pth`
| ~11.4GB | T5 text encoder (BF16) | ✅ Required |
|
`taew2_1.pth`
| ~22.7MB | Lightweight VAE (optional) | ❌ Optional |
### Quantized Version Directories
Each model contains multiple quantized versions for different hardware configurations:
...
...
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