Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages