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
Open
Conversation
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>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inline Core Repo: https://github.com/inlineresearch/Inline-Core