From: Christian Heller 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%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/day_todos?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