SuperResolutionAnimeDiffusion icon indicating copy to clipboard operation
SuperResolutionAnimeDiffusion copied to clipboard

module error

Open cchatgpt opened this issue 3 years ago • 1 comments

Traceback (most recent call last): File "C:\Users\micha\apps\anime\app.py", line 8, in from pyabsa.utils.pyabsa_utils import fprint ImportError: cannot import name 'fprint' from 'pyabsa.utils.pyabsa_utils' (C:\Users\micha\anaconda3\envs\diffusion\lib\site-packages\pyabsa\utils\pyabsa_utils.py)

cchatgpt avatar Feb 26 '23 21:02 cchatgpt

You can clone from this repo: https://huggingface.co/spaces/yangheng/Super-Resolution-Anime-Diffusion and install the requirements.txt by

pip install -r requirements.txt

yangheng95 avatar Feb 26 '23 21:02 yangheng95