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

An extension of AUTOMATIC1111's webui to remove adverse noise from images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stable-diffusion-webui-adverse-cleaner-tab

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

Features

  • Easy to remove adversarial noise from a single image
  • Batch processing that can remove noise from multiple images.

Troubleshooting

  • ModuleNotFoundError: No module named 'cv2.ximgproc'

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

About

An extension of AUTOMATIC1111's webui to remove adverse noise from images.

License:Apache License 2.0


Languages

Language:Python 100.0%