Commit 8e7490b9 authored by helloyongyang's avatar helloyongyang
Browse files

update

parent 194e3bf4
import argparse import argparse
import json
import torch.distributed as dist import torch.distributed as dist
from loguru import logger from loguru import logger
......
#!/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.1-I2V-14B-480P 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