Skip to content

Commit 5e97f39

Browse files
committed
anonimyzed version
1 parent 0fefbe4 commit 5e97f39

21 files changed

+56
-5119
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ finetune_ldm_decoder
3636

3737

3838
fid_eval_*
39-
val_mock
39+
val_mock
40+
41+
*_logs

LICENSE

-201
This file was deleted.

README.md

+1-14
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ accelerate launch -m metr.run_metr \
9595
### Evaluate FID for METR
9696
#### Download dataset and extract:
9797

98-
```bash
99-
wget -O fid_outputs.zip https://huggingface.co/datasets/Alphonsce/MSCOCO_zip/resolve/main/fid_outputs.zip?download=true
100-
unzip fid_outputs.zip
101-
```
102-
[Google drive version if HF is not working](https://drive.google.com/drive/u/1/folders/1v0xj-8Yx8vZ_4qGsC5EU5FJBvEWTFmE3)
98+
[Google drive version](https://drive.google.com/drive/u/1/folders/1v0xj-8Yx8vZ_4qGsC5EU5FJBvEWTFmE3)
10399

104100
#### FID on ground-truth images (FID gt):
105101

@@ -144,7 +140,6 @@ accelerate launch -m metr.run_metr_fid \
144140
```
145141

146142
## Running METR++ watermark
147-
We forked Stable Signature repository to adjust it to be comparable with METR. It can be found [here](https://github.com/Alphonsce/stable_signature/).
148143

149144
Install weights for WM extractor for Stable Signature (taken from [official Stable-Signature repository](https://github.com/facebookresearch/stable_signature) )
150145
```bash
@@ -158,14 +153,6 @@ wget https://huggingface.co/stabilityai/stable-diffusion-2-1-base/resolve/main/v
158153
wget https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference.yaml
159154
```
160155

161-
**You can download our pre-trained VAE Decoder for message `111010110101000001010111010011010100010000100111`:**
162-
163-
```bash
164-
mkdir -p finetune_ldm_decoder
165-
cd finetune_ldm_decoder
166-
wget -O ldm_decoder_checkpoint_000.pth https://huggingface.co/Alphonsce/St_Sig_vae_decoder/resolve/main/ldm_decoder_checkpoint_000.pth?download=true
167-
```
168-
169156
### Fine-tune VAE decoder to given ID:
170157

171158
In example down below we fine-tune VAE decoder on samples from MSCOCO dataset and evaluate on images previously generated with METR watermark in `generated_images` folder. Pretrained VAE decoder weights will be saved in `finetune_ldm_decoder/ldm_decoder_checkpoint_000.pth` by default. You can change the name of checkpoint with `--checkpoint_name` argument.

plots/diff_attacks/plotting.ipynb

-337
This file was deleted.

0 commit comments

Comments
 (0)