Skip to content

Commit

Permalink
Fix cogvideox
Browse files Browse the repository at this point in the history
  • Loading branch information
SHYuanBest authored Dec 24, 2024
1 parent 476fc4f commit ca8e87e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/cogvideox_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ def main():

engine_config, input_config = engine_args.create_config()
local_rank = get_world_group().local_rank


assert engine_args.pipefusion_parallel_degree == 1, "This script does not support PipeFusion."
assert engine_args.use_parallel_vae is False, "parallel VAE not implemented for CogVideo"

pipe = xFuserCogVideoXPipeline.from_pretrained(
Expand Down

0 comments on commit ca8e87e

Please sign in to comment.