IMG_Worker/modules
Your Name 26c8ca5551 Enhance process management and versioning in the application
- Added `_kill_proc_tree` function to ensure complete termination of process trees.
- Updated `WorkerManager` to utilize the new process termination method for better cleanup.
- Integrated dynamic versioning by importing `__version__` from the updater module.
- Modified FastAPI app initialization to reflect the dynamic version.
- Enhanced `ImageProcessor3` to include external server health checks and updated inpainting method handling.
- Adjusted tray application title to display the current app version.
2025-11-23 22:37:18 +09:00
..
PP_Models Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
__pycache__ Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +09:00
client Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
fonts Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +09:00
img Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
migan_onnx Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
nssm Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
ocr_backends Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
old_modules Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
onnx_ocr_module Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
output Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
outputs Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
rembg_models Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
test Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +09:00
user_data Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
__init__.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
bria_background_removal_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
gemma_client.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
gpu_status_checker.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
gpu_utils.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
image_processor3.py Enhance process management and versioning in the application 2025-11-23 22:37:18 +09:00
image_worker.py Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +09:00
inpainting_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
log_bridge.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
mask_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
mask_module_for_paddle.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
migan_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
migan_traced.pt Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
ocr_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
postImageManager.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
request_inpaint.py Enhance process management and versioning in the application 2025-11-23 22:37:18 +09:00
text_rendering_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
tray_app.py Enhance process management and versioning in the application 2025-11-23 22:37:18 +09:00