Skip to content

Commit

Permalink
Merge pull request #3 from deepvk/code-fixes
Browse files Browse the repository at this point in the history
Code fixes and addition of submodule
  • Loading branch information
SpirinEgor authored Jul 8, 2024
2 parents 8e3e5ff + b472415 commit 3697c64
Show file tree
Hide file tree
Showing 236 changed files with 36,699 additions and 27 deletions.
42 changes: 41 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,44 @@
.mypy_cache/
.pytest_cache/
__pycache__/
.ipynb_checkpoints/
.ipynb_checkpoints/

wm_env
_test.py

wandb
login.sh
setup.sh

fid_outputs
images

_temp

sd2_decoder.pth

*.png

*.csv
*.pt

*.DS_Store

scripts_old

*.ckpt
*.yaml

finetune_ldm_decoder

*_images


fid_eval_*
val_mock

eval_st_sig_logs

requirements.test.txt

*.egg-info
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "WatermarkAttacker"]
path = WatermarkAttacker
url = https://github.com/Alphonsce/WatermarkAttacker
Loading

0 comments on commit 3697c64

Please sign in to comment.