-
Notifications
You must be signed in to change notification settings - Fork 155
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
No module named 't2v_enhanced' #35
Comments
+1 ,no work, even if modified it as you said |
I meet this problem also. |
D:\StreamingT2V\StreamingT2V\StreamingT2V\t2v_enhanced>python inference.py --prompt="A cat running on the street" |
@iopa788 @lindadev77 @whk6688 @Yuehongzhe Can you do a print of your sys.path and post the result here? For instance by adding import sys
print(sys.path) right before line 11 of |
(.venv) PS D:\Python file\StreamingT2V-main\StreamingT2V-main\t2v_enhanced> python inference.py --prompt="A cat running on the street"
Traceback (most recent call last):
File "D:\Python file\StreamingT2V-main\StreamingT2V-main\t2v_enhanced\inference.py", line 11, in
from t2v_enhanced.model.video_ldm import VideoLDM
ModuleNotFoundError: No module named 't2v_enhanced'
The text was updated successfully, but these errors were encountered: