Revise watermark

pull/52/head
Xingang Pan 2 years ago
parent 788aa20006
commit 6d2d7d3677

@ -47,7 +47,7 @@ This code is developed based on [StyleGAN3](https://github.com/NVlabs/stylegan3)
The code related to the DragGAN algorithm is licensed under [CC-BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).
However, most of this project are available under a separate license terms: all codes used or modified from [StyleGAN3](https://github.com/NVlabs/stylegan3) is under the [Nvidia Source Code License](https://github.com/NVlabs/stylegan3/blob/main/LICENSE.txt).
Any form of use and derivative of this code must preserve the watermarking functionality.
Any form of use and derivative of this code must preserve the watermarking functionality showing "AI Generated".
## BibTeX

@ -45,7 +45,7 @@ class CaptureSuccess(Exception):
#----------------------------------------------------------------------------
def add_watermark_np(input_image_array, watermark_text="Watermark"):
def add_watermark_np(input_image_array, watermark_text="AI Generated"):
image = Image.fromarray(np.uint8(input_image_array)).convert("RGBA")
# Initialize text image

Loading…
Cancel
Save