Next (#144)
* Improve typing for our callbacks * Return 0 for get_download_size * Introduce ONNX powered face enhancer * Introduce ONNX powered face enhancer * Introduce ONNX powered face enhancer * Remove tile processing from frame enhancer * Fix video compress translation for libvpx-vp9 * Allow zero values for video compression * Develop (#134) * Introduce model options to the frame processors * Finish UI to select frame processors models * Simplify frame processors options * Fix lint in CI * Rename all kind of settings to options * Add blend to enhancers * Simplify webcam mode naming * Bypass SSL issues under Windows * Fix blend of frame enhancer * Massive CLI refactoring, Register and apply ARGS via the frame processors * Refine UI theme and introduce donate button * Update dependencies and fix cpu only torch * Update dependencies and fix cpu only torch * Fix theme, Fix frame_processors in headless mode * Remove useless astype * Disable CoreML for the ONNX face enhancer * Disable CoreML for the ONNX face enhancer * Predict webcam too * Improve resize of preview * Change output quality defaults, Move options to the right * Support for codeformer model * Update the typo * Add GPEN and GFPGAN 1.2 * Extract blend_frame methods * Extend the installer * Revert broken Gradio * Rework on ui components * Move output path selector to the output options * Remove tons of pointless component updates * Reset more base theme styling * Use latest Gradio * Fix the sliders * More styles * Update torch to 2.1.0 * Add RealESRNet_x4plus * Fix that button * Use latest onnxruntime-silicon * Looks stable to me * Lowercase model keys, Update preview and readme
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
gfpgan==1.3.8
|
||||
gradio==3.44.3
|
||||
basicsr==1.4.2
|
||||
gradio==3.47.1
|
||||
insightface==0.7.3
|
||||
numpy==1.24.3
|
||||
onnx==1.14.1
|
||||
onnxruntime==1.15.1
|
||||
opencv-python==4.8.0.76
|
||||
onnxruntime==1.16.0
|
||||
opencv-python==4.8.1.78
|
||||
opennsfw2==0.10.2
|
||||
pillow==10.0.1
|
||||
protobuf==4.24.2
|
||||
psutil==5.9.5
|
||||
realesrgan==0.3.0
|
||||
tensorflow==2.13.0
|
||||
torch==2.1.0
|
||||
tqdm==4.66.1
|
||||
|
||||
Reference in New Issue
Block a user