-
Notifications
You must be signed in to change notification settings - Fork 342
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
animation API errors #263
Comments
Could you post the callstack? It may be from being unable to read next frame from the input video file. Can you try with other input videos? Init video is working for me on |
these are the current results. it's failing on the first frame within the tdqm loop, as no images are being returned I guess. same with this model: is there some compatibility with the new model and some settings maybe? I recall some settings crashed certain models before.
|
I confirmed animation is working with your default settings from |
OK i think the issue is that you have removed support for using a JPG/PNG as a video init image. this crashes:
if i change the input video to an MP4 file I can get it to render.
can you confirm if this is expected behavior now? this is not a big difference, just inconvenient, we'll have to ffmpeg convert all the inputs first. maybe I can still use an older commit of the animation extension? |
Ah interesting, nice work narrowing that down. The code in the SDK for this didn't change so it may have been an update to the |
I tried
but still getting the error. repro:
gives
so maybe it's another package? |
I was able to get this working by using a full animation as the background handy ffmpeg script make a backing video from single still image |
I'm using the animation API and getting
TypeError: 'NoneType' object is not subscriptable
here:
https://github.com/Stability-AI/stability-sdk/blob/main/src/stability_sdk/animation.py#L217-L219
I guess this is just a symptom that the animation API isn't returning any frames.
I've tried with various model versions:
wondering if the API is currently having downtime or how else I could debug this?
The text was updated successfully, but these errors were encountered: