Add support for Linux clipboard reading (#44)

* Allow clipboard reading on Linux using Pillow 10

* Update README.md to reflect Pillow changes

* Update README.md with Linux clipboard requirements

* Fix "Using CUDA;Using CPU" console output

* Add verbose option to help with debugging

* Restore wayland codepath for writing text to clipboard
This commit is contained in:
Mar2ck
2023-08-27 22:36:07 +01:00
committed by GitHub
parent ba1b0d94a8
commit ea21bb71b3
4 changed files with 18 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ fugashi
jaconv
loguru
numpy
Pillow
Pillow>=10.0.0
pyperclip
torch>=1.0
transformers>=4.25.0