fix: patch B3 and B4 (ONNX mutex lock and async batch processing queue)
d20feeb
supli6669commited on
fix: patch B1, B5, B7, B8, B9 (state guards, dead callback, face size tuple, dashboard loss, esc key)
d58a6b4
supli6669commited on
fix: resolve streamlit thread safety issues and cache face helper to optimize cpu
a914f33
supli6669commited on
fix: resolve ValueError and stride mismatch when comparing parsing and soft boundary masks
ae7180d
supli6669commited on
fix: resolve Hugging Face deployment crashes and dependency conflicts
93fffe5
supli6669commited on
feat: complete custom training pipeline bugfixes, dataset crawling, and validation
f9f499d
supli6669commited on
feat: optimize training parameters, fix pipeline sequential bug, update UI default fidelity, and configure HF Spaces auto-deployment in Docker mode
fd6554d
supli6669commited on
feat: add Enable Face Restoration toggle in Streamlit UI sidebar and pipeline.py to support bypassing face cropping and restoration when upscaling already sharp images
bcdc714
supli6669commited on
fix: replace bilinear resize with Lanczos fallback and implement high-res original face blending based on fidelity weight to prevent degradation of sharp input images
c377113
supli6669commited on
opt: quantize Real-ESRGAN to INT8, add OpenVINO EP support to pipeline, add interactive comparison slider to streamlit, and add blur filtering to face crop
308e0e1
supli6669commited on
feat: add Safebooru crawler and facexlib-based face crop/align tool, implement progress callback in streamlit app
296db8d
supli6669commited on
Fix training crash on CPU, reduce val_freq, add OpenCV env vars
4607230
supli6669commited on
CPU optimizations and UI defaults
da2865e
supli6669commited on
Optimize CPU performance: add INT8 quantization, set default lightweight detector, disable heavy upscaling by default
4f3bc5f
supli6669commited on
feat: optimize CPU performance and add agents rules
0229606
supli6669commited on
fix: upscale restored face crops to prevent blurriness in high-resolution downloads
7f73d22
supli6669commited on
feat: add Google Colab GPU notebook, ONNX export script, and pipeline ONNX optimization
f3ee5ae
supli6669commited on
feat: implement post-processing sharpening filter and deploy custom model weights (iter 350)
7bc1a4f
supli6669commited on
feat: integrate Real-ESRGAN background upscaling and face detection threshold
56bfe80
supli6669commited on
chore: configure repository for Hugging Face Spaces Streamlit deployment
172229a
supli6669commited on
feat: implement custom enhancement pipeline with adjustable soft blending