You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want 16fps 1 sec vids so I ran the following command using the base model :
python inference.py --prompt="A black baby bear walking on some rocks" --output="output1.gif" --video_length=16 --video_duration=1000
And the output was a gif file. entirely black. It was not even a video.
P.S : THere was a warning in the terminal : Warning - setting num_images_per_prompt = 1 because video_length = 16
Would request the repo maintainers to look into it.
The text was updated successfully, but these errors were encountered:
I also tried the gradio app.py made by one of the guys for this model (he has mentioned it in one of the issues. )
And I encountered the same warning and problem there.
I think so the warning is the root of the problem.
I want 16fps 1 sec vids so I ran the following command using the base model :
python inference.py --prompt="A black baby bear walking on some rocks" --output="output1.gif" --video_length=16 --video_duration=1000
And the output was a gif file. entirely black. It was not even a video.
P.S : THere was a warning in the terminal : Warning - setting num_images_per_prompt = 1 because video_length = 16
Would request the repo maintainers to look into it.
The text was updated successfully, but these errors were encountered: