ali-vilab / VGen

Official repo for VGen: a holistic video generation ecosystem for video generation building on diffusion models
https://i2vgen-xl.github.io
2.9k stars 258 forks source link

Distributed package doesn't have NCCL built in #76

Open protector131090 opened 8 months ago

protector131090 commented 8 months ago

Traceback (most recent call last): File "S:\i2vgen-xl\inference.py", line 18, in INFER_ENGINE.build(dict(type=cfg_update.TASK_TYPE), cfg_update=cfg_update.cfg_dict) File "S:\i2vgen-xl\utils\registry.py", line 107, in build return self.build_func(*args, kwargs, registry=self) File "S:\i2vgen-xl\utils\registry_class.py", line 7, in build_func return build_from_config(cfg, registry, kwargs) File "S:\i2vgen-xl\utils\registry.py", line 69, in build_from_config raise Exception(f"Failed to invoke function {req_type_entry}, with {e}") Exception: Failed to invoke function <function inference_i2vgen_entrance at 0x000001F4584A1D80>, with Distributed package doesn't have NCCL built in

23Rj20 commented 6 months ago

Hey were you able to fix it??