dkarageo commited on
Commit
4e34e44
·
verified ·
1 Parent(s): 0b6f304

Add SIDBench pretrained detector weights (34 files) and model card

Browse files
README.md ADDED
@@ -0,0 +1,211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mixed-upstream-licenses
4
+ license_link: https://github.com/mever-team/sidbench/blob/main/LICENSE
5
+ pipeline_tag: image-classification
6
+ tags:
7
+ - synthetic-image-detection
8
+ - ai-generated-image-detection
9
+ - deepfake-detection
10
+ - image-forensics
11
+ - sidbench
12
+ - benchmark
13
+ - pytorch
14
+ ---
15
+
16
+ # SIDBench — Pretrained Detector Weights
17
+
18
+ This repository hosts the pretrained weights used by
19
+ [**SIDBench**](https://github.com/mever-team/sidbench), a framework for benchmarking
20
+ state-of-the-art synthetic image detection methods.
21
+
22
+ It replaces the Google Drive archive that the SIDBench README used to link to, which is
23
+ no longer reachable. The directory layout here mirrors exactly what the framework expects,
24
+ so the weights can be dropped into a SIDBench checkout with a single command.
25
+
26
+ **34 files, 8.7 GB total.**
27
+
28
+ ## Download
29
+
30
+ From the root of a [SIDBench](https://github.com/mever-team/sidbench) checkout:
31
+
32
+ ```bash
33
+ hf download dkarageo/sidbench --local-dir weights
34
+ ```
35
+
36
+ That produces `./weights/<method>/<checkpoint>`, matching the default `--ckpt` paths
37
+ baked into `options/options.py` and `models/models.py` — no further configuration needed.
38
+
39
+ The CLI ships with `huggingface_hub`:
40
+
41
+ ```bash
42
+ pip install -U "huggingface_hub[cli]"
43
+ ```
44
+
45
+ ### Downloading only what you need
46
+
47
+ The full set is 8.7 GB, but most methods need only a few hundred MB. Fetch a subset with
48
+ `--include` (repeat the flag per pattern):
49
+
50
+ ```bash
51
+ # UnivFD only (4 KB) -- the framework's default model
52
+ hf download dkarageo/sidbench --local-dir weights --include "univfd/*"
53
+
54
+ # Rine + PatchCraft + NPR (~106 MB)
55
+ hf download dkarageo/sidbench --local-dir weights \
56
+ --include "rine/*" --include "rptc/*" --include "npr/*"
57
+ ```
58
+
59
+ Note that `Dire` additionally needs `preprocessing/lsun_bedroom.pt` (2.1 GB), `LGrad`
60
+ needs `preprocessing/karras2019stylegan-bedrooms-256x256_discriminator.pth` (88 MB), and
61
+ `DeFake` needs both files under `defake/` plus `defake/model_base_capfilt_large.pth`
62
+ (2.0 GB). See the table below.
63
+
64
+ ## Contents
65
+
66
+ Sizes are binary (MiB/GiB). The **Consumed by** column gives the SIDBench flag that
67
+ points at each file.
68
+
69
+ ### Detector checkpoints
70
+
71
+ | File | Size | Consumed by | Trained on | md5 |
72
+ |---|---|---|---|---|
73
+ | `cnndetect/blur_jpg_prob0.1.pth` | 269.4 MB | `--modelName=CNNDetect --ckpt` | proGAN, augmented (recompressed) with 10% probability | `109a7a7406f52a3f658dcd982b58f333` |
74
+ | `cnndetect/blur_jpg_prob0.5.pth` | 269.4 MB | `--modelName=CNNDetect --ckpt` | proGAN, augmented (recompressed) with 50% probability | `0c0bd6f572eaec0e8ea8ed8b033969dd` |
75
+ | `dimd/corvi22_latent_model.pth` | 269.5 MB | `--modelName=DIMD --ckpt` | Latent Diffusion | `56fc46cd42550fe1b4ed819be26e2bfd` |
76
+ | `dimd/corvi22_progan_model.pth` | 269.5 MB | `--modelName=DIMD --ckpt` | proGAN | `a1163e6633acc6f7aac81dbbafa6d3b0` |
77
+ | `dimd/gandetection_resnet50nodown_progan.pth` | 269.4 MB | `--modelName=DIMD --ckpt` | proGAN | `f56d78a7092453e3b3b55bd285c38027` |
78
+ | `dimd/gandetection_resnet50nodown_stylegan2.pth` | 269.5 MB | `--modelName=DIMD --ckpt` | styleGAN2 | `a18f559b83ecac595e1588eea29999ad` |
79
+ | `dire/lsun_adm.pth` | 269.4 MB | `--modelName=Dire --ckpt` | ADM (diffusion) | `02bfd4b29c97e15e82777c474dc3c81f` |
80
+ | `dire/lsun_iddpm.pth` | 269.4 MB | `--modelName=Dire --ckpt` | IDDPM | `41c57afccc6a13bddd4b1c99366577e4` |
81
+ | `dire/lsun_pndm.pth` | 269.4 MB | `--modelName=Dire --ckpt` | PNDM | `7841ebc388f5690c400b9c48aaf71e32` |
82
+ | `dire/lsun_stylegan.pth` | 269.4 MB | `--modelName=Dire --ckpt` | styleGAN | `eaf1839b23a0b3ab308ad7e8d4e4956e` |
83
+ | `freqdetect/DCTAnalysis.pth` | 90.0 MB | `--modelName=FreqDetect --ckpt` | — | `02c3d38cad027db02baf3564722ae6f4` |
84
+ | `fusing/PSM.pth` | 283.8 MB | `--modelName=Fusing --ckpt` | — | `64a67251abf0c501cbf53b1436b5ec7e` |
85
+ | `gramnet/Gram.pth` | 44.9 MB | `--modelName=GramNet --ckpt` | — | `71e8d0aeb1030c959506cf3e45736a67` |
86
+ | `lgrad/LGrad.pth` | 269.5 MB | `--modelName=LGrad --ckpt` | proGAN | `69fdb9f9f8ad10ad33c183a56151e01c` |
87
+ | `lgrad/LGrad-1class-Trainon-Progan_horse.pth` | 90.0 MB | `--modelName=LGrad --ckpt` | proGAN, one class | `16f34fa71ac44b574c8dea1f0bb3179f` |
88
+ | `lgrad/LGrad-2class-Trainon-Progan_chair_horse.pth` | 90.0 MB | `--modelName=LGrad --ckpt` | proGAN, two classes | `918f9a66bc0141c73d4e21f389532cdc` |
89
+ | `lgrad/LGrad-4class-Trainon-Progan_car_cat_chair_horse.pth` | 90.0 MB | `--modelName=LGrad --ckpt` | proGAN, four classes | `e40903550e6530a35d6b2f74b8d076f4` |
90
+ | `npr/NPR.pth` | 16.6 MB | `--modelName=NPR --ckpt` | — | `35d0f34154358af6b38157154b443f53` |
91
+ | `rine/model_1class_trainable.pth` | 40.1 MB | `--modelName=Rine --ckpt` | proGAN, one class | `ef625cfaf25ee6c4a77c70064fda3443` |
92
+ | `rine/model_2class_trainable.pth` | 1.1 MB | `--modelName=Rine --ckpt` | proGAN, two classes | `2959eb954e4afa1e2a6222a8ad6f7bf3` |
93
+ | `rine/model_4class_trainable.pth` | 24.1 MB | `--modelName=Rine --ckpt` | proGAN, four classes | `8931ede3fa2f6f6e98df0dd1563fa946` |
94
+ | `rine/model_ldm_trainable.pth` | 40.1 MB | `--modelName=Rine --ckpt` | Latent Diffusion, one class | `ce0e5a4ea018b49511ec1f9972b8487a` |
95
+ | `rptc/RPTC.pth` | 500.7 KB | `--modelName=PatchCraft --ckpt` | proGAN | `271ec9c97551ab2ce19e1d8bb6545059` |
96
+ | `univfd/fc_weights.pth` | 4.0 KB | `--modelName=UnivFD --ckpt` | proGAN | `392b2d8b637e932a2534ded56d9185bd` |
97
+ | `defake/clip_linear.pth` | 2.5 MB | `--modelName=DeFake --ckpt` | hybrid image+text detector, diffusion images | `bba621d9877a5a795bdb1a0670d0ae5e` |
98
+
99
+ `Rine` infers its architecture from the checkpoint filename (`model_<ncls>_trainable.pth`),
100
+ so do not rename those four files.
101
+
102
+ ### Auxiliary networks
103
+
104
+ These are not detectors; they are feature extractors and generative models that some
105
+ methods run as a preprocessing step.
106
+
107
+ | File | Size | Consumed by | md5 |
108
+ |---|---|---|---|
109
+ | `freqdetect/dct_mean.zip` | 1.1 MB | `--dctMean` (FreqDetect) | `19daa38673b9e2e7c2125e3c81080738` |
110
+ | `freqdetect/dct_var.zip` | 1.1 MB | `--dctVar` (FreqDetect) | `dc31d4f90068d15a5d79cce470955941` |
111
+ | `preprocessing/karras2019stylegan-bedrooms-256x256_discriminator.pth` | 88.0 MB | `--LGradGenerativeModelPath` (LGrad) | `12b5b30f3386cb09692757224e124795` |
112
+ | `preprocessing/lsun_bedroom.pt` | 2.1 GB | `--DireGenerativeModelPath` (Dire) | `34d5da60938c66eca1f327d17f54acfa` |
113
+ | `defake/finetune_clip.pt` | 337.3 MB | `--defakeClipEncoderPath` (DeFake) | `3853db6a3282e60b08d5559a3cef2e2d` |
114
+ | `defake/model_base_capfilt_large.pth` | 2.0 GB | `--defakeBlipPath` (DeFake) | `dd40ed17486a858be6b2e085caba57a8` |
115
+
116
+ ### Not used by the current SIDBench release
117
+
118
+ Kept for completeness and reproducibility — no code path in SIDBench loads these.
119
+
120
+ | File | Size | What it is | md5 |
121
+ |---|---|---|---|
122
+ | `preprocessing/karras2019stylegan-bedrooms-256x256.pkl` | 288.5 MB | The original TensorFlow StyleGAN pickle from which the LGrad discriminator above was converted. Unpickling it requires NVIDIA's `dnnlib`; SIDBench only ever loads the converted `_discriminator.pth`. | `56f6480c73c941c59bd4a54653b09ffc` |
123
+ | `lnp/LNP.pth` | 269.5 MB | A ResNet-50 classifier for the LNP method (Liu et al., ECCV 2022). LNP is not in SIDBench's `VALID_MODELS`. | `2fb12ffbf7b685b4751f5fc9c7989e3e` |
124
+ | `preprocessing/sidd_rgb.pth` | 32.6 MB | The SIDD RGB denoising network that LNP uses to extract its learned noise pattern. | `a3e4695fbb32357d2423fd13a4258ee7` |
125
+
126
+ ## Usage notes
127
+
128
+ A few checkpoints need more than a `--ckpt` path.
129
+
130
+ **FreqDetect** needs the DCT normalisation statistics. The `--dctMean` / `--dctVar`
131
+ defaults in `options/options.py` omit the `.zip` extension that the distributed files
132
+ carry, so pass both flags explicitly:
133
+
134
+ ```bash
135
+ python test.py --dataPath <images> --modelName=FreqDetect \
136
+ --ckpt=./weights/freqdetect/DCTAnalysis.pth \
137
+ --dctMean=./weights/freqdetect/dct_mean.zip \
138
+ --dctVar=./weights/freqdetect/dct_var.zip
139
+ ```
140
+
141
+ **DeFake** requires the OpenAI CLIP package to be importable as `clip`.
142
+ `defake/finetune_clip.pt` is a pickled `clip.model.CLIP` *object* rather than a
143
+ state dict, so `torch.load` fails with `ModuleNotFoundError: No module named 'clip'`
144
+ without it:
145
+
146
+ ```bash
147
+ pip install git+https://github.com/openai/CLIP.git
148
+ ```
149
+
150
+ **UnivFD** and **Rine** are CLIP-based and download the OpenAI `ViT-L/14` backbone
151
+ (~1.7 GB) to `~/.cache/clip` on first use. That backbone is *not* included here, since
152
+ it is fetched automatically and is not SIDBench-specific. Both also require
153
+ `--resizeSize=224`, as CLIP expects 224×224 inputs.
154
+
155
+ ## Provenance
156
+
157
+ SIDBench integrates published detectors; the checkpoints below originate with their
158
+ respective authors and are redistributed here so the benchmark stays reproducible.
159
+
160
+ | Files | Method | Paper | Original code |
161
+ |---|---|---|---|
162
+ | `cnndetect/` | CNNDetect | CNN-generated images are surprisingly easy to spot...for now | [peterwang512/CNNDetection](https://github.com/peterwang512/CNNDetection) |
163
+ | `dimd/` | DIMD | On the detection of synthetic images generated by diffusion models | [grip-unina/DMimageDetection](https://github.com/grip-unina/DMimageDetection) |
164
+ | `freqdetect/` | FreqDetect | Leveraging Frequency Analysis for Deep Fake Image Recognition | [RUB-SysSec/GANDCTAnalysis](https://github.com/RUB-SysSec/GANDCTAnalysis) |
165
+ | `fusing/` | Fusing | Fusing global and local features for generalized AI-synthesized image detection | [littlejuyan/FusingGlobalandLocal](https://github.com/littlejuyan/FusingGlobalandLocal) |
166
+ | `gramnet/` | GramNet | Global Texture Enhancement for Fake Face Detection In the Wild | [liuzhengzhe/Global\_Texture\_Enhancement...](https://github.com/liuzhengzhe/Global_Texture_Enhancement_for_Fake_Face_Detection_in_the-Wild) |
167
+ | `lgrad/`, `preprocessing/karras*` | LGrad | Learning on Gradients: Generalized Artifacts Representation for GAN-Generated Images Detection | [chuangchuangtan/LGrad](https://github.com/chuangchuangtan/LGrad) |
168
+ | `dire/`, `preprocessing/lsun_bedroom.pt` | Dire | DIRE for Diffusion-Generated Image Detection | [ZhendongWang6/DIRE](https://github.com/ZhendongWang6/DIRE) |
169
+ | `univfd/` | UnivFD | Towards Universal Fake Image Detectors that Generalize Across Generative Models | [Yuheng-Li/UniversalFakeDetect](https://github.com/Yuheng-Li/UniversalFakeDetect) |
170
+ | `npr/` | NPR | Rethinking the Up-Sampling Operations in CNN-based Generative Network for Generalizable Deepfake Detection | [chuangchuangtan/NPR-DeepfakeDetection](https://github.com/chuangchuangtan/NPR-DeepfakeDetection) |
171
+ | `rptc/` | PatchCraft | PatchCraft: Exploring Texture Patch for Efficient AI-generated Image Detection | [project page](https://fdmas.github.io/AIGCDetect/) |
172
+ | `defake/` | DeFake | DE-FAKE: Detection and Attribution of Fake Images Generated by Text-to-Image Generation Models | [zeyangsha/De-Fake](https://github.com/zeyangsha/De-Fake) |
173
+ | `rine/` | Rine | Leveraging Representations from Intermediate Encoder-blocks for Synthetic Image Detection | [mever-team/rine](https://github.com/mever-team/rine) |
174
+ | `lnp/`, `preprocessing/sidd_rgb.pth` | LNP *(not integrated)* | Detecting Generated Images by Real Images | [Tangsenghenshou/Detecting-Generated-Images-by-Real-Images](https://github.com/Tangsenghenshou/Detecting-Generated-Images-by-Real-Images) |
175
+
176
+ ## Integrity
177
+
178
+ Every file published here was verified with PyTorch 2.3.1 before upload: each detector
179
+ checkpoint was loaded into the SIDBench model class that consumes it via the framework's
180
+ own `load_weights()` code path, and the auxiliary networks
181
+ (`karras2019...discriminator.pth`, `lsun_bedroom.pt`, `model_base_capfilt_large.pth`)
182
+ were loaded with `strict=True`. The md5 sums above let you confirm a download arrived
183
+ intact — a truncated checkpoint typically surfaces as
184
+ `PytorchStreamReader failed reading zip archive: failed finding central directory`.
185
+
186
+ ## License
187
+
188
+ The SIDBench framework is released under the
189
+ [Apache 2.0 licence](https://github.com/mever-team/sidbench/blob/main/LICENSE). The
190
+ weights themselves were produced by the authors of the individual methods and remain
191
+ subject to the licence terms of their originating projects, linked in the Provenance
192
+ table above. Consult those projects before redistributing or using these checkpoints
193
+ commercially.
194
+
195
+ ## Citation
196
+
197
+ If you use SIDBench in your research, please cite:
198
+
199
+ ```bibtex
200
+ @inproceedings{schinas2024sidbench,
201
+ title = {SIDBench: A Python framework for reliably assessing synthetic image detection methods},
202
+ author = {Schinas, Manos and Papadopoulos, Symeon},
203
+ booktitle = {Proceedings of the 3rd ACM International Workshop on Multimedia AI against Disinformation (MAD '24)},
204
+ year = {2024},
205
+ doi = {10.1145/3643491.3660277},
206
+ eprint = {2404.18552},
207
+ archivePrefix = {arXiv}
208
+ }
209
+ ```
210
+
211
+ Please also cite the original paper of any individual detector you use.
cnndetect/blur_jpg_prob0.1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a73295ac66f9cb74d558ce3ade46f75e2f2997ed05eeed0f4b774623372058ea
3
+ size 282442597
cnndetect/blur_jpg_prob0.5.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3533f3e58a3b82215f21197f2faf4e99b911ec42a4a6e2d7823e04d5f3fd245a
3
+ size 282442597
defake/clip_linear.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:251e5075bb9e7a3df08b0b857686a6cab4bb052ea1b3642b3b757952356bac8c
3
+ size 2629296
defake/finetune_clip.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607586efd97e17a28700f6f046711b5ed1d5f56bf70270563a26c10d1de695e4
3
+ size 353713101
defake/model_base_capfilt_large.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f5187458d4d47bb87876faf3038d5947eff17475edf52cf47b62e84da0b235f
3
+ size 2115792294
dimd/corvi22_latent_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0168451e84a2a35d0b141ad4f2e361a74efdd06eb8d11434087f8a0bb6e3abad
3
+ size 282549121
dimd/corvi22_progan_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ac8e1614fc3e6ab4a3325948b758e4be6273e713ada71f53d46d9b64070f81
3
+ size 282549121
dimd/gandetection_resnet50nodown_progan.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c9b97ff7bb51d49e23f72e44437bdacce5219afc5a09bbd0619d79ece2d8461
3
+ size 282442597
dimd/gandetection_resnet50nodown_stylegan2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65467594eeb53945417c909390a3d872d55b6dbd819aa12cf01e4ced9c4d5a08
3
+ size 282549121
dire/lsun_adm.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e61a33a6066f23771f75aa717da8e6d7c7ecea6daa3110108368990f55e3e523
3
+ size 282534013
dire/lsun_iddpm.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2869ed6fd083ee6a3ddbcc8ed2b05ecb530a9cb2c050eaefdc976df4fb27752b
3
+ size 282534013
dire/lsun_pndm.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:233836814cf14c2ebfc28b4b2d4f1feec20c66d91f87a33a8e28b7660aca2ea6
3
+ size 282534013
dire/lsun_stylegan.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95efd76f6e0e6cac2f067d2204305c5cac2bc9471a40bcca6015981f2b98f24c
3
+ size 282534013
freqdetect/DCTAnalysis.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecb4dfa76139a38cfe1c013f433779d3dc61a0ce9a8f262bce2bc90eb0c63f08
3
+ size 94359115
freqdetect/dct_mean.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09740fb73073ff9a8a15f25b9ab7dede6c40c106bbeac40715d8500b14901593
3
+ size 1204974
freqdetect/dct_var.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8213d94ca9274aad678b1df62057b319874b96803d0768a63d73cf9ee233e661
3
+ size 1204971
fusing/PSM.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72274e1d02e6495b0086af5093e86d1dfae340c14da95e8f01d88553f22e54d7
3
+ size 297536830
gramnet/Gram.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc49483b6c988703d94970b3066fdad819d6da5c192fd4c8a601e7dd3470cf69
3
+ size 47057201
lgrad/LGrad-1class-Trainon-Progan_horse.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c8181b79dec9d0b8648779c30ccbd9838fd6348835f3ebd9a57bc9d9e19629
3
+ size 94364719
lgrad/LGrad-2class-Trainon-Progan_chair_horse.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec97ce9b4db90ce4b66a88f4d2c93fd6329877d2544c22af4e50d711ae490c4
3
+ size 94364719
lgrad/LGrad-4class-Trainon-Progan_car_cat_chair_horse.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd4f68698cbe52449ad53eba55f31bba7a9eb20cafeedc37ffe59eecbb13b7d
3
+ size 94364719
lgrad/LGrad.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93daff46f946f7273aabc5ea9b01908c8a548a23365dd3c3c9433b31d104e781
3
+ size 282581704
lnp/LNP.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17cde2d69689361706ad7dd4612959306bd226b201d41790648c3ed576a6267c
3
+ size 282581704
npr/NPR.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3939297e9399e0b992f87211610769d87d899de50d56da0204d6cbda2d483a53
3
+ size 17393733
preprocessing/karras2019stylegan-bedrooms-256x256.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49c6b716e5b582142884cacb2a93e8e429113b29b55efee585417e94d81ff23
3
+ size 302550530
preprocessing/karras2019stylegan-bedrooms-256x256_discriminator.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad523db88e928bd33dac305560050391f042b0c798c50184770c641e2952fce1
3
+ size 92300155
preprocessing/lsun_bedroom.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9faf136dc2375dcdb392b35cee9ca9dca1fd5257b2f3358613136395ec39231
3
+ size 2211383297
preprocessing/sidd_rgb.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efff3a8b39c6d65c9d4bb49d95f5fe99126551b0c22e541d7f103e60b307ba51
3
+ size 34228737
rine/model_1class_trainable.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:427621294b40f37f774ef53eff96d205b93c709790ae24f70b4f5687842c5875
3
+ size 42094118
rine/model_2class_trainable.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d301b6d191da85b9dabcebf42cd3df20c5c669fa8320c498f835d02bf5ccb
3
+ size 1139686
rine/model_4class_trainable.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6535ff6ecfa88d33c081e561c2cb2dcb594a1006b050eddb72a72ce005ed2ca1
3
+ size 25298182
rine/model_ldm_trainable.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13986ffc86e1bd9d57fd640f891358c4f14c0f8aea8e590e52c598541f69fdc1
3
+ size 42093973
rptc/RPTC.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c9612cc47215d7c4cbdc5ddff52a4312519d697fd0830ce478f63f58e733fd
3
+ size 512674
univfd/fc_weights.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:477100745713bcc957beb2b40859536859b6483fd6301b3b9293151b194c7847
3
+ size 4083