Personal Stable Diffusion stuff
File watcher
Watches a folder for new pictures (.jpg, .png) and display it automatically on a second physical screen.
- Relies on external Image Viewer https://github.com/torum/Image-viewer to display pictures
- Uses
watchdoglibrary (pip install watchdog) - Watched direcory is the only argument (exemple :
python watchNewPics.py c:\myAIgeneratedPicsFolder)