From 8058777815c830c6d4c48d8675cf63b5c3c20b62 Mon Sep 17 00:00:00 2001 From: simone-dotolo Date: Sun, 3 Nov 2024 13:02:50 +0100 Subject: [PATCH] fix readme mode --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1435eb6..183ecfe 100644 --- a/Readme.md +++ b/Readme.md @@ -42,7 +42,7 @@ mv sd-v1-4.ckpt models/ldm/stable-diffusion-v1/model.ckpt | Steps | [1, 1000] | The number of steps to optimize the watermark. | | Output size | {256, 512, 768} | The size of the output image, square only. | | Blocking Number | {1(1x1), 2 (2x2)} | If true, separate the image into blocks of BxB and add watermarks to these blocks, respectively. | -| Mode | {0 (textural), 1 (semantic), 2 (fused)} | Watermark mode. See documentation for details. | +| Mode | {0 (semantic), 1 (textural), 2 (fused)} | Watermark mode. See documentation for details. | | Fused weight | [1, 5] | Balance the weight of textural mode and semantic mode in fused mode. | The parameters must be provided in sequence as mentioned in the table. For example, use the following command to Mist the image with Strength 16, Steps 100, output size 512, blocking number 1, mode 2 (fused mode), and fused weight 1: