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
automatic1111 stable-diffusion-webui-plugin

stable-diffusion-webui-adverse-cleaner-tab

Adverse Cleaner as a tab extension for AUTOMATIC1111's webui.

Features

Troubleshooting

You need to manually install opencv-contrib-python because the webui uses opencv-python, so the extension can't modify the opencv package while running.

First you open the stable-diffusion-webui folder in terminal.

cd /path/to/stable-diffusion-webui

Activate venv,

./venv/Scripts/activate

Install opencv-contrib-python

pip install opencv-contrib-python

Screenshots

screenshot1

screenshot2

Related links