Releases: WalkerMx/AutoCrispy
AutoCrispy 1.2.0.1
Added custom-made Chain Interface. Fixes weirdness when using > 5 chain items.
Added support for xBRZ.
Added support for fixing PCSX2 dumped texture alpha.
Use DirectBitmaps instead of Lockbits, improves defringing performance.
Removed generic Python support. Helps prevent some Anti-viruses flipping out when trying to use ESRGAN. Use this ESRGAN build.
AutoCrispy 1.0.3.3
Tentative fix for pathing issues.
Corrected issue with the chain pipeline.
AutoCrispy 1.0.3.2
Added Support for RealESRGAN. Added support for GFPGAN (requires an update to the Embedded Python Build, plus the GFPGAN model).
Added Support for adding an alternate directory for backends.
AutoCrispy 1.0.3.0
Added DDS support via Texconv
Bugfixes
Removed 'Batch Size' from the Python Backend. This is now tied to the 'Threads' value.
AutoCrispy 1.0.2.5
New Advanced Feature: Tiled & Flipped Seamless Upscaling
- Seam Scale should be set to the final upscale size (ex. if you're upscaling 4x, set it to 4. If you have a chain, calculate the final upscale size - i.e. for 1x - 4x - 2x, you would do 1*4*2 = 8, and 8 would be the value)
- Seam Margin is how far out from the image the tiled or flipped margins go. Higher values require more horsepower, but may have better results. Don't set it higher than the width of the image.
Also included is a bugfix correcting root folder behaviour, and a partial fix for chains longer than 5 items.
AutoCrispy 1.0.2.4
Updated Chain Editor Window. Now is resizable, and highlights syntax when the dialog opens.
AutoCrispy 1.0.2.3
Bug Fixes.
Also, made chain paths Relative.
AutoCrispy 1.0.2.2
New Features:
- Portable Mode (Saves config file in the same folder as AutoCrispy)
- Models can be Renamed in the Chain (Edit -> "Name" field)
- Removed Broken Settings
- Changed available options for Anime4k. (Old settings are still available under Edit, in the chain)
- Fixed available File Types
- Added "Expert" Field, for adding custom parameters to a backend (not available for chains, yet)
AutoCrispy 1.0.2.0
Enabled Python Detection via reading from PATH.
Re-enabled Output Logging, under 'Advanced' (now saves output to file).
Separated "Threading" from ESRGAN Batch Size; there is now a setting for batch size under "Python".
AutoCrispy 1.0.1.9
Bugfixes:
- UI no longer crashes when dragging things over it.
- File Checking more robust. Ignores folders (again).
- Fixed rare issue where defringer tried to defringe AutoCrispy (!!)