p1atdev / stable-diffusion-webui-adverse-cleaner-tab

An extension of AUTOMATIC1111's webui to remove adverse noise from images.
Apache License 2.0
58 stars 6 forks source link

Fix install script #4

Closed w-e-w closed 11 months ago

w-e-w commented 11 months ago

fix not launch.is_installed("opencv-contrib-python") launch.is_installed("opencv-contrib-python") will always be false use launch.is_installed("cv2.ximgproc") otherwise on every launch it will wasting time try to install opencv-contrib-python again

add install help message when failed to import cv2.ximgproc in termainl and UI screenshot image


additional business hi I'm the maintainer of webui's extension index if you wish to have this extension listed on webui's extension index please send a PR to https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions

p1atdev commented 11 months ago

Thank you!