From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 19 Aug 2024 22:03:54 +0000 (+0200)
Subject: Add helper for displaying newest picture during generation runs.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/%7B%7Bdb.prefix%7D%7D/te&quot;st.html?a=commitdiff_plain;h=9e35c539d4b60c7fd72ec6ea8159a82e09297102;p=stable_plom

Add helper for displaying newest picture during generation runs.
---

diff --git a/requirements.txt b/requirements.txt
index 8cca4b7..7029f03 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,12 @@
+# for stable.py
 pyexiftool
 pillow
 torch
 diffusers
 transformers
+# for show_newest.py
+PyGObject
+# for linting
 pylint
 mypy
 flake8