thuanz123 / realfill

Unofficial implementation of RealFill
MIT License
359 stars 27 forks source link

Fixed error: no matching distribution found for torch #16

Closed alexsuakim closed 7 months ago

alexsuakim commented 7 months ago

Hi thuanz123,

While installing the requirements on Google Colab,

!pip install -r /content/realfill/requirements.txt

I encountered the following error for torch and torchvision:

ERROR: Could not find a version that satisfies the requirement torch==2.2.1+cu118 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2)
ERROR: No matching distribution found for torch==2.2.1+cu118

I could resolve the error by updating the requirement.txt file.

Cheers for the implementation!