Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: Colab example doesn't work #30

Open
Barry0121 opened this issue Mar 13, 2024 · 1 comment
Open

Issue: Colab example doesn't work #30

Barry0121 opened this issue Mar 13, 2024 · 1 comment

Comments

@Barry0121
Copy link

Hi,

I tried to run the provided Colab notebook, and I encountered the following error when running Stable Diffusion + DeepCache:

ImportError                               Traceback (most recent call last)
[<ipython-input-8-d506b2de9795>](https://localhost:8080/#) in <cell line: 2>()
      1 get_ipython().system('pip install deepcache')
----> 2 from DeepCache import StableDiffusionPipeline as DeepCacheStableDiffusionPipeline

ImportError: cannot import name 'StableDiffusionPipeline' from 'DeepCache' (/content/DeepCache/DeepCache/__init__.py)

I ran !pip install deepcache and restarted the instance, but this didn't fix it. I haven't changed any part of the code. Any fix suggestion for this?

@horseee
Copy link
Owner

horseee commented Mar 14, 2024

Hi, @Barry0121

The code in Colab is outdated and I have updated it. Feel free to give it a try and see the results.
Thanks for the gentle reminder! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants