HyVideoTextImageEncode Invalid image type. Expected either PIL.Image.Image, numpy.ndarray, torch.Tensor, tf.Tensor or jax.ndarray, but got <class 'str'>.
Closed this issue · 3 comments
gjnave commented
kijai commented
Then something has downgraded your transformers -version, updating it should fix it.
gjnave commented
Then something has downgraded your transformers -version, updating it should fix it.
alright must be a system pollution system. Thanks for the reply. I'll look into it and report back
gjnave commented
well there you go.. the transformers needed to be upgraded and I assume was sticking around in cache gumming up reinstalls.
Curious, how did you know that was a transformers issue?
thx again