home · contact · privacy
Add helper for displaying newest picture during generation runs.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 19 Aug 2024 22:03:54 +0000 (00:03 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 19 Aug 2024 22:03:54 +0000 (00:03 +0200)
requirements.txt

index 8cca4b70e010a9ec89cca89919f0cb1d5075bd8a..7029f035fb841379616a0b8d6c11ead15d9641b1 100644 (file)
@@ -1,8 +1,12 @@
+# for stable.py
 pyexiftool
 pillow
 torch
 diffusers
 transformers
+# for show_newest.py
+PyGObject
+# for linting
 pylint
 mypy
 flake8