Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #3

Open
mix345 opened this issue Sep 4, 2024 · 0 comments
Open

ModuleNotFoundError #3

mix345 opened this issue Sep 4, 2024 · 0 comments

Comments

@mix345
Copy link

mix345 commented Sep 4, 2024

Thank you very much for sharing your great work.

I try to run simulation.py by the example command.

python simulation.py --model_path ./model/ball/ --prompt "a basketball falling down" --output_path ./output --physics_config ./config/ball_config.json

I got the following error.

Traceback (most recent call last):
  File "/home/max/research/Physics3D/simulation.py", line 46, in <module>
    from video_distillation.guidance import ModelscopeGuidance
  File "/home/max/research/Physics3D/video_distillation/guidance.py", line 11, in <module>
    from video_distillation.prompt_processors import PromptProcessorOutput
ModuleNotFoundError: No module named 'video_distillation.prompt_processors'

I do not find any prompt_processors.py under video_distillation directory, or PromptProcessorOutput function within this repository.
Could you tell me how to fix this?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant