jquesnelle / txt2imghd

A port of GOBIG for Stable Diffusion
MIT License
691 stars 82 forks source link

imwatermark #14

Closed geowjm closed 1 year ago

geowjm commented 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?

kybercore commented 2 years ago

Have you activated the environment?

If so, try pip install imWatermark

jnpatrick99 commented 2 years ago

The correct command is pip install invisible-watermark