This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| GenFlow ai-toolkit pod-side service. | |
| Wraps ostris/ai-toolkit as an HTTP service so the GenFlow server (which lives | |
| on a separate sandbox) can submit Flux 2 LoRA training jobs to it. | |
| Mirrors the lifecycle of the ComfyUI-FluxTrainer path: | |
| POST /train → kicks off a subprocess, returns jobId | |
| GET /status/:id → progress + final output filename | |
| POST /cancel/:id → terminate subprocess |