image-to-video OSError
#111
by
Wovchena
- opened
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.