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

init image error codes #132

Open cupcakev3 opened 1 year ago

cupcakev3 commented 1 year ago

KeyError Traceback (most recent call last) in <cell line: 184>() 200 prompt = f"{prev_prompt}, {prompt}" 201 if rec.get('frame0_fpath') is None: --> 202 init_image = list(get_image_for_prompt( 203 prompt, 204 height=height,

1 frames /usr/lib/python3.9/os.py in getitem(self, key) 677 except KeyError: 678 # raise KeyError with the original key value --> 679 raise KeyError(key) from None 680 return self.decodevalue(value) 681

KeyError: 'STABILITY_KEY'