home
·
contact
·
privacy
projects
/
stable_plom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f611626
)
Add helper for displaying newest picture during generation runs.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 19 Aug 2024 22:03:54 +0000
(
00:03
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 19 Aug 2024 22:03:54 +0000
(
00:03
+0200)
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index 8cca4b70e010a9ec89cca89919f0cb1d5075bd8a..7029f035fb841379616a0b8d6c11ead15d9641b1 100644
(file)
--- 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