Is Img-To-music broken ?

#299
by Kektex01 - opened

I.T.M send an error message !
Screenshot_20221205_213528_Chrome.jpg

Yes, Seems like its because CLIP Interrogator has been updated.

ahh yeah it takes the model and mode now... so i think line 16 should go from
prompt = img_to_text(uploaded_image, fn_index=1)[0]
to
prompt = img_to_text(uploaded_image, "ViT-L (best for Stable Diffusion 1.*)", "fast", fn_index=1)[0]

yes thank you @pharma i saw that you updated the CLIP Interrogator yesterday. i will push your PR shortly ;)

fffiloni changed discussion status to closed

Sign up or log in to comment