Skip to content

dmcomp07/ai-studio

Repository files navigation

AI STUDIO WORKSTATION

AI Studio is a professional-grade, self-contained AI production suite designed for high-performance offline environments. It runs entirely on your local hardware—no cloud, no subscriptions, and zero data telemetry.

🚀 Key Features

  • Native Native Desktop App: A dedicated Electron-based window for a seamless workstation experience.
  • Hardware-First Engine: Intelligent telemetry detects your GPU (CUDA/ROCm/MPS) and VRAM to recommend optimal model variants.
  • Courier Mode (v2.0): Cryptographic synchronization protocol for safe transport of neural weights between online and offline machines.
  • Glassmorphism UI: A premium "Cyber-Dark" aesthetic with real-time hardware telemetry HUD.
  • Portable Runtime: Includes a self-bootstrapping Python 3.12 environment isolated within the project folder.

📦 Supported Synthesis

  • Image: FLUX.1, SDXL, Stable Diffusion 1.5 (incl. Image-to-Image).
  • Video: Wan2.1 Video, AnimateDiff.
  • Audio: MusicGen Large, Stable Audio Open.

🛠 Installation & Workflow

First Run (Online Machine)

  1. Ensure Node.js 18+ is installed.
  2. Run .\launch.bat (Windows) or ./launch.sh (Linux/macOS).
  3. The app will automatically download the portable Python runtime and required dependencies.
  4. Navigate to the Archive tab and download your desired models.
  5. Go to Courier Mode and click Generate Manifest.

Moving to Offline Laptop

  1. Copy the entire ai-studio folder to a USB drive.
  2. Paste the folder onto your offline machine.
  3. Run .\launch.bat.
  4. Go to Courier Mode and click Verify Integrity to ensure no files were corrupted during transfer.

📂 Project Structure

ai-studio/
├── launch.bat              # Standard Windows entry point
├── main.cjs                # Electron main process
├── artifacts/
│   ├── ai-studio/          # React 19 Frontend source
│   └── api-server/         # Express 5 / Node.js Backend source
├── ai-studio-workstation/  # Isolated data (Runtime, Models, DB)
└── lib/                    # Shared API specifications

📜 License

Distributed under the MIT License. See LICENSE for more information.

About

AI Studio is a self-contained, locally-running application for generating images, video, and audio using open-source AI models. It runs entirely on your machine — no cloud, no subscriptions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors