Zj-BinXia / DiffIR

This project is the official implementation of 'Diffir: Efficient diffusion model for image restoration', ICCV2023
Apache License 2.0
451 stars 18 forks source link

ModuleNotFoundError: No module named 'DiffIR' #3

Closed AIisCool closed 11 months ago

AIisCool commented 1 year ago
$ sh test.sh
Traceback (most recent call last):
  File "C:\DiffIR-master\DiffIR-RealSR\DiffIR\test.py", line 5, in <module>
    import DiffIR.archs
ModuleNotFoundError: No module named 'DiffIR'
Zj-BinXia commented 1 year ago

run ''pip.sh‘’ to compile files before testing models

AIisCool commented 1 year ago

Ran it. Assuming this cannot be run on Windows? Cannot install tmux, etc