4x-VESRGAN-G: replace the blocked Mega link with the author's Google Drive file (byte-identical) - #519
Open
nuri-yoo wants to merge 1 commit into
Open
4x-VESRGAN-G: replace the blocked Mega link with the author's Google Drive file (byte-identical)#519nuri-yoo wants to merge 1 commit into
nuri-yoo wants to merge 1 commit into
Conversation
…ile, byte-identical to the record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The only link for
4x-VESRGAN-Gis a Mega file that Mega itself refuses to serve: thegAPI call returnsEBLOCKED(checked 2026-09-11 with megatools; the web page shows the same "unavailable" state). The record's sha256/size were never in doubt, only the host.The author's own pretrained-model list (victorca25/traiNNer
docs/pretrained.md, row "SOFVESRGAN") points at a Google Drive folder namedVESRGANwhose single model file isVESRGAN_G.pth— the same original filename this database records for the entry. Downloaded today, it is byte-identical to the record: sha2563980a2e9ed6895c14a6d6379debe395e412dd9599fd53d951ea7c69d3ac14c0d, 69,026,745 bytes. As a cross-check, the sibling folderSOFVSRfrom the same table holdsvideo_G.pth, which hashes to exactly4x-video-G's recorded value, so these folders are the origin of both entries.This replaces the dead Mega URL with a direct link to that Drive file (
file/d/<id>/view?usp=sharing, the form most entries here use), following what #517 did for4x-Remacri. sha256/size are unchanged.npm run validate-dbandnpm testpass locally.