Skip to content

Commit 5f0c99b

Browse files
committed
updated readme
1 parent f32681c commit 5f0c99b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ For local generation, either drop a Z-Image `.safetensors` into `core/models/dif
6464

6565
Inline Core is a from-scratch generation engine that **replaces ComfyUI** for local rendering. It keeps the open node-graph model (a typed DAG of nodes and edges → immutable "takes"), and Inline Studio drives it as a single process.
6666

67+
![Z-Image Turbo generating locally on the Inline Core engine](https://raw.githubusercontent.com/inlineresearch/Inline-Studio/main/screenshots/zit.png)
68+
6769
- **One process, one port** - Inline Studio is a **web SPA** (React) served by Inline Core (a headless Python engine, in `core/`). `core/main.py` runs Core, which serves the built UI and is the app's backend.
6870
- **Core owns the backend** - the browser reaches it over a small typed RPC/WebSocket contract; Core owns the project database, the filesystem, generation, and the ffmpeg timeline. No Electron, no separate Node server, nothing external to stand up.
6971
- **Graph decoupled from GPU work** - the graph is the unit of caching; a batched sampler is the unit of batching.

screenshots/zit.png

846 KB
Loading

0 commit comments

Comments
 (0)