Skip to content

DrywFiltiarn/SindriStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SindriStudio

SindriStudio is an AI image generation platform with a modular backend and a React-based frontend test panel.

Architecture

┌─────────────────────────────────────────────────────────┐
│  sindristudio  (launcher binary)                        │
│  ├── Starts AnvilML HTTP server                         │
│  ├── Spawns Python inference workers                    │
│  └── Opens browser to BloomeryUI                        │
└─────────────────────────────────────────────────────────┘
                            │
              ┌─────────────▼──────────────┐
              │  AnvilML (Rust backend)     │◄──── REST + WebSocket ────► BloomeryUI
              │  axum HTTP server :8188     │                             (React SPA)
              │  ├── Scheduler              │
              │  ├── Worker pool            │
              │  ├── Model registry         │
              │  └── Hardware detector      │
              └─────────────────────────────┘

Components

Component Repository Description
AnvilML backend/ Rust backend — HTTP server, job scheduler, worker pool, hardware detection
BloomeryUI frontend/ React SPA — developer test panel for monitoring and controlling the backend

Getting Started

  1. Clone the repository (including submodules):

    git clone --recurse-submodules https://github.com/DrywFiltiarn/SindriStudio.git
    cd SindriStudio
  2. Initialize submodules (if cloned without --recurse-submodules):

    git submodule update --init --recursive
  3. Start the backend:

    cd backend
    cargo build --release
    ./target/release/sindristudio
  4. The launcher opens BloomeryUI in your default browser at http://127.0.0.1:8188.

Hardware Support

  • NVIDIA GPU (CUDA)
  • AMD GPU (ROCm)
  • Intel GPU (IPEX)
  • CPU (fallback)

License

Private / Proprietary — SindriStudio Project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors