stable_diffusion.openvino
stable_diffusion.openvino copied to clipboard
Image-To-Image Error
Text-To-Image works fine, but trying Image-To-Image (with the parameters given in the example) ends in an attribute error. scheduling_pndm.py line 368: timesteps = timesteps.to(self.alphas_cumprod.device) AttributeError: 'numpy.ndarray' object has no attribute 'to'
tia
The same trouble
.. (re)installed requirements once more ... wonderwonder - image-to-image is working now (but streamlit now refuses service)