Downloads:
8,720
Downloads of v 3.119.1:
74
Last Update:
04 Nov 2024
Package Maintainer(s):
Software Author(s):
- Aaron Feng
Tags:
waifu2x-extension-gui upscaler image gif video super-resolution waifu2x srmd realsr anime4k acnet- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Waifu2x-Extension-GUI
- 1
- 2
- 3
3.119.1 | Updated: 04 Nov 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,720
Downloads of v 3.119.1:
74
Maintainer(s):
Software Author(s):
- Aaron Feng
Waifu2x-Extension-GUI 3.119.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Aaron Feng. The inclusion of Aaron Feng trademark(s), if any, upon this webpage is solely to identify Aaron Feng goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Waifu2x-Extension-GUI, run the following command from the command line or from PowerShell:
To upgrade Waifu2x-Extension-GUI, run the following command from the command line or from PowerShell:
To uninstall Waifu2x-Extension-GUI, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download waifu2x-extension-gui --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade waifu2x-extension-gui -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade waifu2x-extension-gui -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install waifu2x-extension-gui
win_chocolatey:
name: waifu2x-extension-gui
version: '3.119.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'waifu2x-extension-gui' do
action :install
source 'INTERNAL REPO URL'
version '3.119.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller waifu2x-extension-gui
{
Name = "waifu2x-extension-gui"
Version = "3.119.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'waifu2x-extension-gui':
ensure => '3.119.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 04 Nov 2024.
Waifu2x-Extension-GUI
Photo/Video/GIF enlargement using machine learning
What is Waifu2x-Extension-GUI?
Image
& GIF
& Video
Super-Resolution using Deep Convolutional Neural Networks.
Key features:
Multimedia support: Supports processing Image & GIF & Video at the same time.
Full image style support: Multiple built-in algorithms, 2D anime, or your daily photos & videos, this software can handle all of them.
Great compatibility: Multiple built-in engines, compatible with almost all modern Windows PCs.
- Flexible multi-thread setting: You can adjust the number of threads freely while providing a complete set of settings for each engine, Take advantage of all the capabilities of your PC.
- Multi-GPU support: Multi-GPU support for ALL built-in engines.
- Numerous customizable settings: You can automate your workflow by adjusting the many customizable settings in the software.
- Smart settings: This software can automatically adjust some software settings based on your PC hardware information and the information of the files you want to process.
- Easy-to-use graphical user interface.
- Continual maintenance and updates.
Built-in image processing algorithms:
Waifu2x / SRMD / RealSR / Anime4K / ACNet
Built-in image processing engines:
Waifu2x-caffe / Waifu2x-converter / Waifu2x-ncnn-vulkan / SRMD-ncnn-vulkan / RealSR-ncnn-vulkan / Anime4KCPP
Samples
Image
: https://github.com/AaronFeng753/Waifu2x-Extension-GUI/tree/master/Samples/image
Video
: https://github.com/AaronFeng753/Waifu2x-Extension-GUI/tree/master/Samples/video
GIF
: https://github.com/AaronFeng753/Waifu2x-Extension-GUI/tree/master/Samples/gif
Github doesn't support online video playback, please check link below:
Video
: https://github.com/AaronFeng753/Waifu2x-Extension-GUI/tree/master/Samples/video
Waifu2x-Extension-GUI is licensed under the 🔗GNU Affero General Public License v3.0.
Package Parameters
The following package parameters can be set:
/NOICON
- Do not install a Desktop Icon
To pass parameters, use --params "''"
(e.g. choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"
).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
Maintainer's Note
I produce and maintain Chocolatey packages in my spare time, for free. If you use my packages, and appreciate the time and effort I put into making and maintaining them, please consider making a small donation. Thank-you!
$desktopPath = [Environment]::GetFolderPath("Desktop")
Remove-Item "$desktopPath\Waifu2x-Extension-GUI.lnk" -ErrorAction SilentlyContinue -Force
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Waifu2x-Extension-GUI 3.119.1 | 74 | Monday, November 4, 2024 | Approved | |
Waifu2x-Extension-GUI 3.118.1 | 71 | Thursday, October 3, 2024 | Approved | |
Waifu2x-Extension-GUI 3.115.1 | 168 | Wednesday, July 3, 2024 | Approved | |
Waifu2x-Extension-GUI 3.114.1 | 133 | Monday, June 3, 2024 | Approved | |
Waifu2x-Extension-GUI 3.113.1 | 117 | Friday, May 3, 2024 | Approved | |
Waifu2x-Extension-GUI 3.112.1.20240413 | 105 | Saturday, April 13, 2024 | Approved | |
Waifu2x-Extension-GUI 3.108.1 | 202 | Monday, December 4, 2023 | Approved | |
Waifu2x-Extension-GUI 3.106.1 | 203 | Tuesday, October 3, 2023 | Approved | |
Waifu2x-Extension-GUI 3.105.1 | 171 | Monday, September 4, 2023 | Approved | |
Waifu2x-Extension-GUI 3.104.1 | 163 | Thursday, August 3, 2023 | Approved | |
Waifu2x-Extension-GUI 3.103.1 | 137 | Friday, July 7, 2023 | Approved | |
Waifu2x-Extension-GUI 3.102.01 | 168 | Saturday, June 3, 2023 | Approved | |
Waifu2x-Extension-GUI 3.100.01 | 221 | Tuesday, April 4, 2023 | Approved | |
Waifu2x-Extension-GUI 3.99.01 | 159 | Saturday, March 4, 2023 | Approved | |
Waifu2x-Extension-GUI 3.98.01 | 733 | Monday, January 2, 2023 | Approved | |
Waifu2x-Extension-GUI 3.97.01 | 184 | Saturday, December 3, 2022 | Approved | |
Waifu2x-Extension-GUI 3.96.01 | 137 | Thursday, November 3, 2022 | Approved | |
Waifu2x-Extension-GUI 3.95.23 | 127 | Monday, October 17, 2022 | Approved | |
Waifu2x-Extension-GUI 3.95.01 | 110 | Monday, October 3, 2022 | Approved | |
Waifu2x-Extension-GUI 3.94.01 | 160 | Saturday, September 3, 2022 | Approved | |
Waifu2x-Extension-GUI 3.93.01 | 128 | Wednesday, August 3, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.92.01 | 157 | Monday, July 4, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.91.01 | 149 | Friday, June 3, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.90.01 | 153 | Tuesday, May 3, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.89.01 | 152 | Monday, April 4, 2022 | Approved | |
Waifu2x-Extension-GUI 3.88.01 | 140 | Thursday, March 3, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.87.01 | 152 | Friday, February 4, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.86.74 | 174 | Sunday, January 2, 2022 | Exempted | |
Waifu2x-Extension-GUI 3.86.02 | 120 | Saturday, December 18, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.86.01 | 102 | Thursday, December 16, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.85.01 | 127 | Saturday, December 4, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.84.01 | 165 | Wednesday, November 3, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.83.21 | 142 | Sunday, October 10, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.83.01 | 114 | Monday, October 4, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.81.01 | 244 | Friday, September 3, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.73.14 | 138 | Tuesday, August 3, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.72.13 | 107 | Monday, July 26, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.71.01 | 126 | Saturday, July 17, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.70.02 | 140 | Friday, July 2, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.52.11 | 91 | Friday, June 11, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.52.01 | 192 | Saturday, June 5, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.42.11 | 101 | Saturday, May 15, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.41.13 | 219 | Monday, May 3, 2021 | Exempted | |
Waifu2x-Extension-GUI 3.31.13 | 158 | Wednesday, April 21, 2021 | Approved | |
Waifu2x-Extension-GUI 3.22.26 | 110 | Saturday, April 17, 2021 | Approved | |
Waifu2x-Extension-GUI 3.22.14 | 125 | Monday, March 29, 2021 | Approved | |
Waifu2x-Extension-GUI 3.21.13 | 136 | Friday, March 19, 2021 | Approved | |
Waifu2x-Extension-GUI 3.11.27 | 128 | Wednesday, March 3, 2021 | Approved | |
Waifu2x-Extension-GUI 3.11.19 | 138 | Saturday, February 20, 2021 | Approved | |
Waifu2x-Extension-GUI 2.71.22 | 122 | Wednesday, February 10, 2021 | Approved | |
Waifu2x-Extension-GUI 2.71.12 | 101 | Saturday, February 6, 2021 | Approved | |
Waifu2x-Extension-GUI 2.62.13 | 117 | Monday, February 1, 2021 | Approved | |
Waifu2x-Extension-GUI 2.61.13 | 114 | Tuesday, January 26, 2021 | Approved | |
Waifu2x-Extension-GUI 2.59.15 | 104 | Wednesday, January 20, 2021 | Approved | |
Waifu2x-Extension-GUI 2.58.13 | 146 | Saturday, January 9, 2021 | Approved | |
Waifu2x-Extension-GUI 2.57.41 | 128 | Thursday, December 31, 2020 | Approved | |
Waifu2x-Extension-GUI 2.57.31 | 115 | Wednesday, December 9, 2020 | Approved |
2020 Aaron Feng
This package has no dependencies.
Ground Rules:
- This discussion is only about Waifu2x-Extension-GUI and the Waifu2x-Extension-GUI package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Waifu2x-Extension-GUI, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.