dmarx / video-killed-the-radio-star

Notebook and tools for end-to-end automation of music video production with generative AI
https://colab.research.google.com/github/dmarx/video-killed-the-radio-star/blob/main/Video_Killed_The_Radio_Star_Defusion.ipynb#scrollTo=oPbeyWtesAoh
MIT License
196 stars 35 forks source link

Added `cargo` installation for successful Google Colab run #138

Closed yyahav closed 1 year ago

yyahav commented 1 year ago

This fixes #136, #137 - when running vktrs in Google Colab fails due to dependencies unable to be installed. The pytokenizations package doesn't include a wheel for colab, so trying to build the package fails because cargo in not installed on colab.

This PR was tested and passed.

image image