Commit 7828f542 authored by helloyongyang's avatar helloyongyang
Browse files

update scripts

parent 60f0b6c1
#!/bin/bash
# set path and first
lightx2v_path="/mnt/Text2Video2/wangshankun/lightx2v"
model_path="/mnt/Text2Video/wangshankun/HF_Cache/Wan2.2-I2V-A14B"
lightx2v_path=
model_path=
# check section
if [ -z "${CUDA_VISIBLE_DEVICES}" ]; then
......
#!/bin/bash
# set path and first
lightx2v_path=/data/nvme1/yongyang/projects/pa/cnm/LightX2V
model_path=/data/nvme1/models/x2v_models/wan/Wan2.2-T2V-A14B
lightx2v_path=
model_path=
# check section
if [ -z "${CUDA_VISIBLE_DEVICES}" ]; then
......
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