image-to-video OSError
I ran the sample from https://huggingface.co/Lightricks/LTX-Video#for-image-to-video as is but it failed with OSError: Cannot load model Lightricks/LTX-Video-0.9.8-dev: model is not cached locally and an error occurred while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above. Should I download something manually?
Hi, thanks for flagging this! The reason you’re seeing that error is because there’s no model called Lightricks/LTX-Video-0.9.8-dev on the Hub. Instead, you can use either:
• Lightricks/LTX-Video-0.9.7-dev
• Lightricks/LTX-Video-0.9.8-13B-distilled
Switching to one of these should resolve the issue.
If you run into any more trouble, let us know - we’re here to help.
Works after applying similar change to LTXLatentUpsamplePipeline.from_pretrained() as well. Thank you. You may want to update the README so I'll leave the discussion opened.