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
d594d5ac
Commit
d594d5ac
authored
Jul 16, 2025
by
helloyongyang
Browse files
update scripts
parent
630270ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
scripts/dist_infer/run_wan_i2v_dist_ring.sh
scripts/dist_infer/run_wan_i2v_dist_ring.sh
+1
-1
scripts/dist_infer/run_wan_i2v_dist_ulysses.sh
scripts/dist_infer/run_wan_i2v_dist_ulysses.sh
+1
-1
scripts/dist_infer/run_wan_t2v_dist_ring.sh
scripts/dist_infer/run_wan_t2v_dist_ring.sh
+1
-1
scripts/dist_infer/run_wan_t2v_dist_ulysses.sh
scripts/dist_infer/run_wan_t2v_dist_ulysses.sh
+1
-1
No files found.
scripts/dist_infer/run_wan_i2v_dist_ring.sh
View file @
d594d5ac
...
...
@@ -6,7 +6,7 @@ model_path=
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
cuda_devices
=
1,2,3
,4
cuda_devices
=
0,
1,2,3
echo
"Warn: CUDA_VISIBLE_DEVICES is not set, using default value:
${
cuda_devices
}
, change at shell script or set env variable."
export
CUDA_VISIBLE_DEVICES
=
${
cuda_devices
}
fi
...
...
scripts/dist_infer/run_wan_i2v_dist_ulysses.sh
View file @
d594d5ac
...
...
@@ -6,7 +6,7 @@ model_path=
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
cuda_devices
=
1,2,3
,4
cuda_devices
=
0,
1,2,3
echo
"Warn: CUDA_VISIBLE_DEVICES is not set, using default value:
${
cuda_devices
}
, change at shell script or set env variable."
export
CUDA_VISIBLE_DEVICES
=
${
cuda_devices
}
fi
...
...
scripts/dist_infer/run_wan_t2v_dist_ring.sh
View file @
d594d5ac
...
...
@@ -6,7 +6,7 @@ model_path=
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
cuda_devices
=
1,2,3
,4
cuda_devices
=
0,
1,2,3
echo
"Warn: CUDA_VISIBLE_DEVICES is not set, using default value:
${
cuda_devices
}
, change at shell script or set env variable."
export
CUDA_VISIBLE_DEVICES
=
${
cuda_devices
}
fi
...
...
scripts/dist_infer/run_wan_t2v_dist_ulysses.sh
View file @
d594d5ac
...
...
@@ -6,7 +6,7 @@ model_path=
# check section
if
[
-z
"
${
CUDA_VISIBLE_DEVICES
}
"
]
;
then
cuda_devices
=
1,2,3
,4
cuda_devices
=
0,
1,2,3
echo
"Warn: CUDA_VISIBLE_DEVICES is not set, using default value:
${
cuda_devices
}
, change at shell script or set env variable."
export
CUDA_VISIBLE_DEVICES
=
${
cuda_devices
}
fi
...
...
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