bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

Image-To-Image Error #82

Open JoWed opened 1 year ago

JoWed commented 1 year ago

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

sbf0124 commented 1 year ago

The same trouble

JoWed commented 1 year ago

.. (re)installed requirements once more ... wonderwonder - image-to-image is working now (but streamlit now refuses service)