Not able to run colab notebook
Getting this error
ValueError Traceback (most recent call last)
/tmp/ipython-input-3510759827.py in <cell line: 0>()
4
5 # switch to "mps" for apple devices
----> 6 pipe = DiffusionPipeline.from_pretrained("OpenMOSS-Team/MOVA-720p", dtype=torch.bfloat16, device_map="cuda")
7 pipe.to("cuda")
8
4 frames
/usr/local/lib/python3.12/dist-packages/diffusers/pipelines/pipeline_loading_utils.py in _get_custom_components_and_folders(pretrained_model_name, config_dict, filenames, variant_filenames, variant)
1069 custom_components[component] = module_candidate
1070 elif module_candidate not in LOADABLE_CLASSES and not hasattr(pipelines, module_candidate):
-> 1071 raise ValueError(
1072 f"{candidate_file} as defined in model_index.json does not exist in {pretrained_model_name} and is not a module in 'diffusers/pipelines'."
1073 )
ValueError: audio_dit/mova.diffusion.models.wan_audio_dit.py as defined in model_index.json does not exist in OpenMOSS-Team/MOVA-720p and is not a module in 'diffusers/pipelines'.