You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add IC-LoRA support with depth (MiDaS DPT-Hybrid) and pose (DW Pose) conditioning pipelines
- Embed IC-LoRA UI in Gen Space, Playground, and Video Editor
- Add conditioning cache for IC-LoRA pipeline outputs
- Refactor model download APIs to explicit model type selection with spec-based sizing and session-tracked progress
- Consolidate ModelFileId and ModelFileType into single ModelFileType
- Unify IC-LoRA model download flow into main download system (remove separate ic_lora_model_downloader)
- Add secure models directory change support with admin token guard
- Harden project assets path IPC against renderer abuse
- Ensure backend error responses never return empty error messages
- Unify output video sizing to match input video aspect ratio
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-**Backend calls**: Always use `backendFetch` from `frontend/lib/backend.ts` for app backend HTTP requests (it attaches auth/session details). Do not call `fetch`directly for backend endpoints.
40
40
-**Styling**: Tailwind with custom semantic color tokens via CSS variables; utilities from `class-variance-authority` + `clsx` + `tailwind-merge`
0 commit comments