{"id":13484499,"url":"https://github.com/Vaida12345/waifuExtension","last_synced_at":"2025-03-27T16:31:04.008Z","repository":{"id":41252832,"uuid":"432920601","full_name":"Vaida12345/waifuExtension","owner":"Vaida12345","description":"The waifu2x \u0026 Other image-enlargers on Mac","archived":false,"fork":false,"pushed_at":"2023-06-08T17:10:35.000Z","size":302791,"stargazers_count":442,"open_issues_count":8,"forks_count":14,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-22T22:06:35.024Z","etag":null,"topics":["frame-interpolation","image-enlarger","mac","macos","noise-reduction","realsr-ncnn-vulkan","swift","swiftui","video-enlarger","waifu2x","waifu2x-caffe"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vaida12345.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-29T05:49:02.000Z","updated_at":"2025-03-21T12:59:06.000Z","dependencies_parsed_at":"2024-10-30T18:41:46.459Z","dependency_job_id":null,"html_url":"https://github.com/Vaida12345/waifuExtension","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaida12345%2FwaifuExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaida12345%2FwaifuExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaida12345%2FwaifuExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vaida12345%2FwaifuExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vaida12345","download_url":"https://codeload.github.com/Vaida12345/waifuExtension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882309,"owners_count":20687862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frame-interpolation","image-enlarger","mac","macos","noise-reduction","realsr-ncnn-vulkan","swift","swiftui","video-enlarger","waifu2x","waifu2x-caffe"],"created_at":"2024-07-31T17:01:25.310Z","updated_at":"2025-03-27T16:30:58.994Z","avatar_url":"https://github.com/Vaida12345.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# waifuExtension\nThe waifu2x on Mac.\n\nThe new version is capable of taking advantages of CPU, GPU, and [ANE](https://github.com/hollance/neural-engine).\n\n## Usage\n- Enlarge videos or images with machine learning on Mac.\n- Interpolate frames for videos.\n\n## Install\nFiles and source code could be found in [releases](https://github.com/Vaida12345/waifuExtension/releases).\n\nNote: If mac says the app was damaged / unknown developer, please go to Finder, right click on the App, and choose open.\n\n## Privacy\nThis app works completely offline and requires no internet connection. Nothing is collected or stored, expect for:\n- Your settings stored in its [containter](https://developer.apple.com/documentation/foundation/1413045-nshomedirectory/).\n- Temp images during processing in its [containter](https://developer.apple.com/documentation/foundation/1413045-nshomedirectory/), the existance would only last for three lines of code, after which it is deleted.\n\nIf the app crashes, please choose not to share crash log with Apple.\n\n## Models\nThe waifu2x models where obtained from [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe), and translated to coreML via [coremltools](https://github.com/apple/coremltools).\n\nOther models are:\n - [dain-ncnn-vulkan](https://github.com/nihui/dain-ncnn-vulkan)\n - [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan)\n - [cain-ncnn-vulkan](https://github.com/nihui/cain-ncnn-vulkan)\n - [realcugan-ncnn-vulkan](https://github.com/nihui/realcugan-ncnn-vulkan)\n - [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)\n - [rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan)\n\n## Note\nThis app was based on the work of [waifu2x-ios](https://github.com/imxieyi/waifu2x-ios). Nearly all the files in the folder \"waifu2x-mac\" were created by him. However, modifications were done to improve speed.\n\n## Speed\nWhen processing a standard 1080p image (1920 × 1080) using Waifu2x Caffe, MacBook Pro with the M1 Max chip took only 0.7 seconds.\n\n## Interface\nThis app was written with [SwiftUI](https://developer.apple.com/xcode/swiftui/).\n\n\u003cimg width=\"2024\" alt=\"Screen Shot 2022-07-07 at 7 16 07 PM\" src=\"https://user-images.githubusercontent.com/91354917/177738899-7d1848e5-83a3-40f9-be21-4cbee768aa95.png\"\u003e\n\n\n## Preview\n![Untitled-1](https://user-images.githubusercontent.com/91354917/177736461-f9a15b8e-fdda-4808-bd28-2c53d16e3b2e.png)\n\n## Credits\n - [waifu2x-ios](https://github.com/imxieyi/waifu2x-ios) for nearly all the algorithms used to enlarge images.\n - [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe) for all the models.\n - [stack overflow](https://stackoverflow.com) for all the solutions.\n - [dain-ncnn-vulkan](https://github.com/nihui/dain-ncnn-vulkan) for dain-ncnn-vulkan.\n - [realsr-ncnn-vulkan](https://github.com/nihui/realsr-ncnn-vulkan) for realsr-ncnn-vulkan.\n - [cain-ncnn-vulkan](https://github.com/nihui/cain-ncnn-vulkan) for cain-ncnn-vulkan.\n - [realcugan-ncnn-vulkan](https://github.com/nihui/realcugan-ncnn-vulkan) for realcugan-ncnn-vulkan.\n - [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN) for Real-ESRGAN.\n - [rife-ncnn-vulkan](https://github.com/nihui/rife-ncnn-vulkan) for rife-ncnn-vulkan.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVaida12345%2FwaifuExtension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FVaida12345%2FwaifuExtension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FVaida12345%2FwaifuExtension/lists"}