StreamingT2V
StreamingT2V copied to clipboard
No module named 't2v_enhanced'
(.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
you can add this in gradio_demo.py and inference.py
import sys
sys.path.append("../")
sys.path.append("../t2v_enhanced/")
+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"
Traceback (most recent call last):
File "D:\StreamingT2V\StreamingT2V\StreamingT2V\t2v_enhanced\inference.py", line 11, in
@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 t2v_enhanced\inference.py