Skip to content

Commit

Permalink
format check
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianChen1129 committed Jan 13, 2025
1 parent 5a086e9 commit e819bdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastvideo/sample/sample_t2v_hunyuan_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from diffusers import BitsAndBytesConfig
from diffusers.utils import export_to_video

from fastvideo.models.hunyuan_hf.modeling_hunyuan import HunyuanVideoTransformer3DModel
from fastvideo.models.hunyuan_hf.modeling_hunyuan import \
HunyuanVideoTransformer3DModel
from fastvideo.models.hunyuan_hf.pipeline_hunyuan import HunyuanVideoPipeline
from fastvideo.utils.parallel_states import (
initialize_sequence_parallel_state, nccl_info)
Expand Down

0 comments on commit e819bdb

Please sign in to comment.