lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.38k stars 327 forks source link

Failed top install on torchvision #186

Closed GYKgamer closed 2 years ago

GYKgamer commented 2 years ago

I get an error when running "setup.py install" which is Reading https://pypi.org/simple/torchvision/ No local packages or working download links found for torchvision>=0.8.2 error: Could not find suitable distribution for Requirement.parse('torchvision>=0.8.2') I looked over google and couldn't find anything

GYKgamer commented 2 years ago

Any help?