inpaintServer/nodes
E5-3060 0acc2873aa Add client IP extraction, device configuration, and service management scripts
- Implemented `get_client_ip` function to extract the real client IP from the request headers.
- Updated `bria_node.py` and `migan_node.py` to support device selection (CPU/GPU) via command-line arguments.
- Enhanced logging to indicate the device being used for processing.
- Created `inpaint-server.sh` for managing the Inpaint server services (start, stop, status).
- Added `inpaint-server.service` for systemd integration to manage the server as a service.
- Documented service management and usage in `README.md`.
2026-06-23 21:01:53 +09:00
..
__init__.py Refactor configuration and session management; remove unused files and update session settings. Adjusted session limits for models in .env, added GEMMA settings, and removed deprecated files including main.py, monitoring scripts, and model implementations. Updated setup scripts for LLM runtime installation. 2025-12-06 06:35:30 +09:00
bria_node.py Add client IP extraction, device configuration, and service management scripts 2026-06-23 21:01:53 +09:00
lama_node.py Refactor configuration and session management; remove unused files and update session settings. Adjusted session limits for models in .env, added GEMMA settings, and removed deprecated files including main.py, monitoring scripts, and model implementations. Updated setup scripts for LLM runtime installation. 2025-12-06 06:35:30 +09:00
migan_node.py Add client IP extraction, device configuration, and service management scripts 2026-06-23 21:01:53 +09:00