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
7828f542
Commit
7828f542
authored
Aug 01, 2025
by
helloyongyang
Browse files
update scripts
parent
60f0b6c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/wan22/run_wan22_moe_i2v_audio.sh
scripts/wan22/run_wan22_moe_i2v_audio.sh
+2
-2
scripts/wan22/run_wan22_moe_t2v.sh
scripts/wan22/run_wan22_moe_t2v.sh
+2
-2
No files found.
scripts/wan22/run_wan22_moe_i2v_audio.sh
View file @
7828f542
#!/bin/bash
#!/bin/bash
# set path and first
# set path and first
lightx2v_path
=
"/mnt/Text2Video2/wangshankun/lightx2v"
lightx2v_path
=
model_path
=
"/mnt/Text2Video/wangshankun/HF_Cache/Wan2.2-I2V-A14B"
model_path
=
# check section
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
...
...
scripts/wan22/run_wan22_moe_t2v.sh
View file @
7828f542
#!/bin/bash
#!/bin/bash
# set path and first
# set path and first
lightx2v_path
=
/data/nvme1/yongyang/projects/pa/cnm/LightX2V
lightx2v_path
=
model_path
=
/data/nvme1/models/x2v_models/wan/Wan2.2-T2V-A14B
model_path
=
# check section
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
...
...
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