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

RuntimeError: Model has been downloaded but the SHA256 checksum does not not match #124

Closed
ThatOneCalculator opened this issue Jan 10, 2022 · 3 comments

Comments

@ThatOneCalculator
Copy link

Python: 3.8
OS: Linux

$ dream 'a flower in an endless field'
100%|███████████████████████████████████████| 354M/354M [01:04<00:00, 5.46MiB/s]
Traceback (most recent call last):
  File "/home/kainoa/.local/bin/dream", line 5, in <module>
    from big_sleep.cli import main
  File "/home/kainoa/.local/lib/python3.8/site-packages/big_sleep/__init__.py", line 1, in <module>
    from big_sleep.big_sleep import BigSleep, Imagine
  File "/home/kainoa/.local/lib/python3.8/site-packages/big_sleep/big_sleep.py", line 135, in <module>
    perceptor, normalize_image = load('ViT-B/32', jit = False)
  File "/home/kainoa/.local/lib/python3.8/site-packages/big_sleep/clip.py", line 93, in load
    model_path = _download(_MODELS[name])
  File "/home/kainoa/.local/lib/python3.8/site-packages/big_sleep/clip.py", line 54, in _download
    raise RuntimeError(f"Model has been downloaded but the SHA256 checksum does not not match")
RuntimeError: Model has been downloaded but the SHA256 checksum does not not match
@RuihanGao
Copy link

I have the same problem. How is it solved?

1 similar comment
@Osub
Copy link

Osub commented Jan 27, 2023

I have the same problem. How is it solved?

@ThatOneCalculator
Copy link
Author

Use python 3.7.9 instead

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

3 participants