Skip to content

Commit

Permalink
new vae dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
wtomin committed Feb 11, 2025
1 parent 4a88ab9 commit 15f2ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hunyuanvideo/scripts/run_vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sys.path.append(".")

from hyvideo.constants import PRECISION_TO_TYPE, PRECISIONS, VAE_PATH
from hyvideo.dataset.dataset_videobase import VideoDataset, create_dataloader
from hyvideo.dataset.vae_dataset import VideoDataset, create_dataloader
from hyvideo.utils.data_utils import preprocess_image, preprocess_video, read_video, transform_to_rgb
from hyvideo.utils.ms_utils import init_env
from hyvideo.vae import load_vae
Expand Down

0 comments on commit 15f2ca9

Please sign in to comment.