Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphonsce committed Apr 22, 2024
1 parent f18f70c commit d8d6ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# METR watermark.
# METR watermark :tractor:

## About
This is the implementation of METR watermark. We propose an attack resistant watermark to inject large amount of unique messages without image quality reduction.
Expand Down Expand Up @@ -35,7 +35,7 @@ All METR related code was made in our fork of Tree-Ring repository, which is

#### Generate images with random message:

To save images locally include additional argument "--save_locally" and provide path with "--local_path /path/to/save".
To save images locally include additional argument `--save_locally` and provide path with `--local_path /path/to/save`.

```bash
accelerate launch -m metr.run_metr \
Expand Down Expand Up @@ -150,7 +150,7 @@ In example down below we fine-tune VAE decoder on samples from MSCOCO dataset an
```

### Generate images with METR++ watermark and evaluate METR part of it:
To generate images with METR++ watermark, just remove "--no_stable_sig" argument and provide a path to tuned VAE decoder
To generate images with METR++ watermark, just remove `--no_stable_sig` argument and provide a path to tuned VAE decoder: `--decoder_state_dict_path /path/to/decoder/weights`
```bash

```
Expand Down

0 comments on commit d8d6ad0

Please sign in to comment.