Skip to content

Lora Pilot v1.99

Latest

Choose a tag to compare

@vavo vavo released this 23 Jan 20:13
· 26 commits to main since this release

LoRA Pilot v1.99 Release Notes

Screenshot 2025-12-31 at 10 40 13

This is last version of Lora-Pilot before v2.0. Lora-Pilot 2.0 will introduce some revolutionary features such as Copilot integration, LoRA testing and management, media browser, support for new models and much more!

These are the changes in v1.99 since the initial release:

Version 1.99

  • Added ComfyUI-Downloader custom node to the image and workspace install path.
  • ComfyUI user assets now mirror into the frontend static root to prevent 404s for user.css/userdata/templates.
  • TrainPilot shows a real progress bar parsed from Kohya step logs (status no longer echoes raw log line).
  • Headless TrainPilot stability fixes: corrected SRC_PATH/TRAIN_DIR logging and unbound variable crash.
  • Models page redesign with card layout, inline filters, and click-to-copy model paths with truncation.
  • New models added to models.manifest
  • Docs section now renders markdown
  • Changelog added to Docs
Screenshot 2026-01-23 at 01 38 00 _New models page in ControlPilot_

Version 1.9

  • ControlPilot shutdown scheduler defaults to safe stop for local storage; remove/delete requires explicit RUNPOD_POD_SHUTDOWN=remove or RUNPOD_VOLUME_TYPE=network.
  • Jupyter allow-origin defaults to RunPod proxy + localhost/127.0.0.1; add more with JUPYTER_ALLOW_ORIGIN_PAT.
  • ControlPilot model sizing/deletes fixed for hf_repo and nested hf_file paths.
  • modelsgui now honors /workspace/config/models.manifest when present.
  • Fixed ComfyUI proxy httpx import issue - moved to module-level imports for localhost compatibility.
  • TrainPilot log reader now scans /workspace/outputs/*/_logs/train.log for Kohya output.
  • Added universal deployment support for ComfyUI live preview (RunPod + localhost).
  • Fixed mixed content issues in ComfyUI integration for both environments.
  • Major architectural refactor: Extracted services into modular structure (comfy.py, models.py, shutdown.py).
  • Added comprehensive Docker Compose setup for local development with GPU/CPU/Dev modes.
  • Added docker-compose-helper.sh script for easy container management.
  • Added environment variable configuration (.env.example) for customization.
  • Added health checks for local deployment and documented Compose resource-limit caveats.

Version 1.8

  • updated InvokeAI to 6.10.0
  • several UX fixes and improvements in Control Pilot
  • addressed several critical security issues
  • added shutdown scheduler to ControlPilot (schedule shutdown in X minutes/hours/days in Dashboard); supports pod with local storage, network volumes and local docker images. In order for shutdown schedule to work with pods using network volumes, env variable RUNPOD_VOLUME_TYPE must be set to "network" (RUNPOD_VOLUME_TYPE=network).
Screenshot 2026-01-23 at 01 35 24 Added "Schedule a shutdown" feature to dashboard.

!!!WARNING!!! Setting RUNPOD_VOLUME_TYPE to "network" will cause the pod to terminate (delete) when the shutdown schedule is triggered. Use only with pods with mounted network volumes.