-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generation of camera trajectories is not working (kaleido issue) #7
Comments
Thank you! I will fix this issue in our README. |
However, following the steps in this readme, this problem will occur: ERROR: No matching distribution found for kaleido==0.1.0.post1 |
The detail is "ERROR: Ignored the following versions that require a different python version: 1.14.0 Requires-Python >=3.10; 1.14.0rc1 Requires-Python >=3.10; 1.14.0rc2 Requires-Python >=3.10; 3.10.0.0 Requires-Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., <3.5; 3.7.4.2 Requires-Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., <3.5 |
@Hanjiangli Have you tried directly run |
yes, it will install kaleido-0.2.1. |
Hi, kaleido-0.2.1 works fine for me, have you tried it? |
I met some problems while running "python inference.py --export_all --text "a delicious hamburger on a wooden table." --num_refine_steps 0 --num_samples 4" |
@Hanjiangli Maybe you can try reinstalling
You can also refer to a similar issue here. |
I reinstalled it according to your method and still had the same problem. It may be that the versions do not match(my CUDA version is 12.2, torch-2.3.1) |
Camera trajectories not generating in Gradio. Strange issue cause by kaleido > 0.1.
To fix this issue install kaleido-0.1.0.post1:
pip install kaleido==0.1.0post1
The text was updated successfully, but these errors were encountered: