Third Eye - Model Weights Bundle
Reliable mirror of AI model weights used by Third Eye, a media organizer with hidden editing dimensions.
These weights are downloaded automatically by scripts/fetch_models.py during installation. Self-hosting them here removes dependency on upstream Google Drive links and unreliable community mirrors.
License
The bundle is tagged CC BY-NC-SA 4.0 β the most restrictive license among the included models. By using these weights you agree to:
- Non-commercial use only
- Provide attribution to the original authors (listed below)
- Distribute any derivatives under the same license
Files and Attribution
Every weight in this repo is a verbatim copy of the file released by its original author. Original sources and licenses below.
Denoise / Deblur (NAFNet)
NAFNet-SIDD-width64.pthβ denoise model (SIDD dataset)NAFNet-REDS-width64.pthβ deblur model (REDS dataset)NAFNet-GoPro-width64.pthβ deblur model (GoPro dataset, alternative to REDS)
Authors: Liangyu Chen, Xiaojie Chu, Xiangyu Zhang, Jian Sun (Megvii Research) Upstream: https://github.com/megvii-research/NAFNet License: MIT Paper: "Simple Baselines for Image Restoration" (ECCV 2022)
Frame Interpolation (RIFE)
flownet.pklβ RIFE 4.6 weights
Authors: Zhewei Huang et al. (Practical-RIFE team) Upstream: https://github.com/hzwer/Practical-RIFE License: MIT (code) / non-commercial (weights, per author note) Paper: "Real-Time Intermediate Flow Estimation for Video Frame Interpolation"
Community RRDBNet Upscale Models
4x variants:
4x-UltraSharp.pthβ community upscale model by Kim2091foolhardy_Remacri.pthβ community model by foolhardyRealisticRescaler_100000_G.pthβ community upscale model4x-UniScale-Balanced-72000g.pthβ UniScale community variant4x-UniScale-Strong-42400g.pthβ UniScale community variant4xJaypeg90.pthβ JPEG-focused 4x cleanup upscaler4xLSDIRplus.pthβ LSDIR dataset upscaler4xLSDIRplusR.pthβ LSDIR refined variantCountryRoads_377000_G.pthβ general-purpose community upscalerNMKD-Superscale-SP_178000_G.pthβ NMKD standard printNMKDSuperscale_Artisoft_120000_G.pthβ NMKD artistic-softA_ESRGAN_Single.pthβ A-ESRGAN single-passFilmify4K_v2_325000_G.pthβ film-look upscaler
8x variants:
8x_NMKD-Superscale_150000_G.pthβ NMKD general 8x8x_NMKD-Typescale_175k.pthβ NMKD optimised for text/UITGHQFace8x_500k.pthβ face-specific 8x
1x detail enhancers:
x1_ITF_SkinDiffDetail_Lite_v1.pthβ skin texture enhancement
Upstream catalog: https://openmodeldb.info/ License: CC BY-NC-SA 4.0 (community convention for ESRGAN-derived models)
Architecture is RRDBNet from Real-ESRGAN. Original Real-ESRGAN architecture:
- Authors: Xintao Wang et al. (Tencent ARC Lab)
- Upstream: https://github.com/xinntao/Real-ESRGAN
- License: BSD-3-Clause
SwinIR (Swin Transformer Image Restoration)
Initial set wired through the engine:
classicalSR_DF2K_s64w8_SwinIR-M_x4.pthβ classical 4x super-resolutionclassicalSR_DF2K_s64w8_SwinIR-M_x2.pthβ classical 2x super-resolutionlightweightSR_DIV2K_s64w8_SwinIR-S_x4.pthβ lightweight 4x (smaller/faster)realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN.pthβ real-world 4x (BSRGAN-trained GAN)colorCAR_DFWB_s126w7_SwinIR-M_jpeg40.pthβ JPEG artifact removal (qfβ40)colorDN_DFWB_s128w8_SwinIR-M_noise25.pthβ color denoise (sigma=25)
Authors: Jingyun Liang, Jiezhang Cao, Guolei Sun, Kai Zhang, Luc Van Gool, Radu Timofte Upstream: https://github.com/JingyunLiang/SwinIR License: Apache 2.0 Paper: "SwinIR: Image Restoration Using Swin Transformer" (ICCVW 2021)
Additional SwinIR checkpoints (JPEG qf=10/20/30, noise=15/50, grayscale variants, x3, x8) are available from the upstream releases and can be wired with one MODEL_CONFIGS entry each β the architecture supports all of them.
Transformer Upscale Models (DAT / HAT-L / DRCT-L)
4xFFHQDAT.pthβ DAT architecture, trained on FFHQ4xFaceUpSharpDAT.pthβ DAT, face sharpener4xLSDIRDAT.pthβ DAT, LSDIR dataset4xNomos8kHAT-L_otf.pthβ HAT-L architecture4xNomos2_hq_drct-l.pthβ DRCT-L architecture
Upstream catalog: https://openmodeldb.info/ License: CC BY-NC-SA 4.0 (community convention)
These are mirrored here for download convenience, but Third Eye's engine does not yet implement the DAT, HAT-L, or DRCT-L architectures. They will be wired up in a future engine update.
Original transformer architecture papers:
- DAT: "Dual Aggregation Transformer for Image Super-Resolution" (ICCV 2023)
- HAT: "Activating More Pixels in Image Super-Resolution Transformer" (CVPR 2023)
- DRCT: "DRCT: Saving Image Super-Resolution away from Information Bottleneck"
Usage
Download programmatically via the Third Eye installer:
install.bat
Or directly:
wget https://huggingface.co/Jacid23/third-eye-models/resolve/main/NAFNet-SIDD-width64.pth
Source Code
Third Eye source: https://github.com/Jacid23/Third_Eye
Model download script: scripts/fetch_models.py
Acknowledgements
All credit for the models goes to their original authors and research teams. This repository exists only to provide reliable download mirrors for an open-source application that integrates these models. No modifications have been made to any weight file.