From 9b8fd1e329828354ec8bbf57bbadafa9b3d88fd6 Mon Sep 17 00:00:00 2001 From: NevermindNilas Date: Sun, 1 Sep 2024 22:21:29 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index b882f040..11c5095b 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Added `--static` flag to force static engine generation for Upscale TensorRT. - Temp state for downloaded models will now ensure file integrity in case of internet loss. - Added `--depth_quality` flag with options `low, high` ( default high ). For the users with lower end system to benefit of higher inference speeds. ( Not reliable for TensorRT ) +- Added testing builds for linux-full and linux-lite ( Full is WIP but should be functional with the build-linux.py script ) ##### Improvements - Upgraded base polygraphy from 0.49.12 -> 0.49.13 @@ -39,6 +40,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). #### NEW - Added `Rife4.22-Lite` and `Rife4.22-Lite-Tensorrt` options to the dropdowns. +- Added Depth Quality options ( low and high ) + +#### Fixes +- Fixed issues when paths had spaces in them. ## [1.9.5] - 2024-08-17