Closed geowjm closed 2 years ago
Traceback (most recent call last): File "scripts/txt2imghd.py", line 13, in from imwatermark import WatermarkEncoder ModuleNotFoundError: No module named 'imwatermark'
what am i doing wrong?
Have you activated the environment?
If so, try pip install imWatermark
pip install imWatermark
The correct command is pip install invisible-watermark
pip install invisible-watermark
Traceback (most recent call last): File "scripts/txt2imghd.py", line 13, in
from imwatermark import WatermarkEncoder
ModuleNotFoundError: No module named 'imwatermark'
what am i doing wrong?