-
Notifications
You must be signed in to change notification settings - Fork 265
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
t2v inference #31
Comments
There are some differences. You may need to modify the settings in t2v_train.yaml.
Just replace the diffusion above, but I haven't verified it yet. You can give it a try. Thanks. |
It works, thank you! |
it doesn't works to me |
Hey xjxu21, I have created my own workspace folder as i follow this in the t2v_train.yaml i have even added the models that is previously not inside And I have changed Steven's suggestions accordingly But no luck. It still does not output anything. Do you mind helping me? Thank you in advance |
Running InferenceHow to resolve this, i've downloaded the |
I have what seems like a similar issue with open_clip_pytorch_model. Is there an updated fix? Where do I find these weights? Which yaml files are currently supported and expected to run vs which are for models that have not been released? /usr/local/lib/python3.10/dist-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot open shared object file: No such file or directory [rank0]: During handling of the above exception, another exception occurred: [rank0]: Traceback (most recent call last): [rank0]: During handling of the above exception, another exception occurred: [rank0]: Traceback (most recent call last): |
have you solved this issue? |
Diffusion: { |
Hi, thanks for sharing the code and model.
I am trying to do some t2v inference with this codebase. I downloaded the t2v model
text2video_pytorch_model.pth
from modelscope and modified the yaml config. Then I runpython inference.py --cfg configs/t2v_infer.yaml
, but the results seem to be abnormal.Is this model incompatible with the current codebase? If so, could you please give me a link to the right t2v model?
Thank you.
The text was updated successfully, but these errors were encountered: