You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your image-to-image variation work. I am running a simple demo with your sample code and getting some errors. I tried to find the file but I am unable to find it. What is the origin of StableDiffusionImageVariationPipeline file?
from diffusers import StableDiffusionImageVariationPipeline
ImportError: cannot import name 'StableDiffusionImageVariationPipeline' from 'diffusers' (/media/cvpr/CM_1/lambda-diffusers/.venv/lib/python3.8/site-packages/diffusers/__init__.py)
The text was updated successfully, but these errors were encountered:
Dear @eolecvk @justinpinkney @chuanli11 @osanseviero
Thanks for your image-to-image variation work. I am running a simple demo with your sample code and getting some errors. I tried to find the file but I am unable to find it. What is the origin of
StableDiffusionImageVariationPipeline
file?Traceback
The text was updated successfully, but these errors were encountered: