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

The chart with "true" / "false" to keep or render crashed.. and now its stuck unable to move past anchor 18. #106

Closed kungfukoi closed 1 year ago

kungfukoi commented 1 year ago

AttributeError Traceback (most recent call last) in 180 lyric = rec['prompt'] 181 prompt = f"{lyric}, {theme_prompt}" --> 182 override = rec.get('override_prompt','').strip() 183 if override: 184 print('override prompt detected')

AttributeError: 'float' object has no attribute 'strip'