IMG_Worker/modules
Your Name 19eab3a464 Implement toggle state updates and external inpainting functionality
- Added `update_toggle_states` method to `WorkerManager` for managing toggle state updates.
- Introduced `update_toggle` endpoint in the API to handle toggle state updates.
- Enhanced `ImageProcessor3` with a new `_resolve_font_path` method for dynamic font resolution.
- Implemented external inpainting request handling in `Request_AI_Server`.
- Updated `.gitignore` to include build artifacts and distribution directories.
- Removed obsolete environment configuration and binary files from the build directory.
2025-11-23 11:08:35 +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 Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +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 Implement toggle state updates and external inpainting functionality 2025-11-23 11:08:35 +09:00
text_rendering_module.py Initial commit: IMG Worker project setup 2025-10-25 00:48:06 +09:00
tray_app.py Add cleanup functionality for older files and update environment configuration 2025-10-29 09:13:54 +09:00