Haoming02 / sd-webui-old-photo-restoration

An Extension for Automatic1111 Webui for Bringing Old Photo Back to Life
MIT License
108 stars 6 forks source link

dlib is already installed, but the extension still doesn’t show up in Forge. #24

Closed Kimthanh27 closed 2 months ago

Kimthanh27 commented 3 months ago

Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import dlib print(dlib.version) 19.24.1

Hi Haoming, I checked and dlib is already installed, but the extension still doesn’t show up in Forge. Does it support Forge?

Haoming02 commented 3 months ago

Yes, it works on Forge.

Did you install the dlib package inside the virtual environment venv used by your WebUI?

Haoming02 commented 2 months ago

If it still doesn't work, try installing dlib-bin instead~