Notebook and tools for end-to-end automation of music video production with generative AI
198
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
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'