"data/vscode:/vscode.git/clone" did not exist on "e753ecb50977e0d76ebe29cc2c6fc726e1f744e2"
Commit 11fcc3fb authored by GoatWu's avatar GoatWu
Browse files

update configs

parent 1f50bcb2
#!/bin/bash #!/bin/bash
# set path and first # set path and first
lightx2v_path="/data/lightx2v-dev" lightx2v_path=
model_path="/data/lightx2v-dev/Wan2.1-T2V-14B/" model_path=
# check section # check section
if [ -z "${CUDA_VISIBLE_DEVICES}" ]; then if [ -z "${CUDA_VISIBLE_DEVICES}" ]; then
......
#!/bin/bash #!/bin/bash
# set path and first # set path and first
lightx2v_path="/data/lightx2v-dev" lightx2v_path=
model_path="/data/lightx2v-dev/Wan2.1-T2V-14B/" model_path=
# check section # check section
if [ -z "${CUDA_VISIBLE_DEVICES}" ]; then 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