Skip to content

Inline core generation engine support, full repo refactor along with frontend package | dropped electron support#8

Open
ashish-aesthisia wants to merge 23 commits into
mainfrom
genenration-engine-v2
Open

Inline core generation engine support, full repo refactor along with frontend package | dropped electron support#8
ashish-aesthisia wants to merge 23 commits into
mainfrom
genenration-engine-v2

Conversation

@ashish-aesthisia

Copy link
Copy Markdown
Collaborator

ashish-aesthisia and others added 14 commits July 11, 2026 12:26
Core becomes the sole backend + server for Inline Studio (web-only migration):
- serve the SPA + /rpc + /events + /media + /upload on one port (main.py, frontend.py)
- studio/: projects, frames/takes, moodboard, assets, settings, recents (project.db port)
- core-node + fal generation (fal relay, key server-side) and the ffmpeg timeline
- Z-Image Turbo: single-file loading, local/offline VAE + text-encoder, GPU-priority memory
- hide low-level primitive nodes from the add-node palette

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…rom Inline Core

The desktop app and Node web server are retired; the React SPA is served by Inline Core
(Python) on one port and reaches it over /rpc + /events + /media + /upload.
- add the self-booting SPA build (vite.config.spa.ts -> dist-web) + the inline_studio_frontend
  PyPI package scaffold; dev loop via `npm run dev:web`
- restyle the Core node to the fal GenNode card system; list fal models in the add-node picker;
  build fal requests client-side (defs stay studio-side) for Core's relay
- studio() requires an injected web client (no window.inlineStudio); web-only package.json/tsconfig
- delete electron/ + server/ + electron configs; rename STORYLINE_* -> INLINE_STUDIO_*

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
git-subtree-dir: core
git-subtree-mainline: 4eabffd
git-subtree-split: 0affa8d
@ashish-aesthisia ashish-aesthisia changed the title Inline core generation engine support: multi gpu, cpu optimised diffuser pipeline, node graph apis Inline core generation engine support, full repo refactor along with frontend package Jul 15, 2026
@ashish-aesthisia ashish-aesthisia changed the title Inline core generation engine support, full repo refactor along with frontend package Inline core generation engine support, full repo refactor along with frontend package | dropped electron support Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant