Tags: Anil-matcha/Open-Generative-AI
Tags
docs: document local model inference feature in README Add "Local Model Inference" section covering supported models (Z-Image Turbo/Base, Dreamshaper, Realistic Vision, Anything v5, SDXL), auxiliary file requirements for Z-Image, step-by-step usage, and hardware notes for Metal GPU on Apple Silicon. Also add Local Inference bullet to the Features list. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
release: v1.0.2 — rename Seedance 2.0 models to SD 2, fix Windows bui… …ld size - Rename Seedance 2.0 → SD 2 (t2v, extend, i2v models) - Bump version to 1.0.2 - Update README download links to v1.0.2 - Fix afterPack.js to strip platform-inappropriate @next/swc native binaries, reducing Windows installer from ~739 MB unpacked to ~144 MB - Windows build now targets x64 only (arm64 cross-compile via Wine is broken on macOS) Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
build: fix electron desktop build config for v1.0.1 - Rename vite.config.js to vite.config.mjs so ESM-only @tailwindcss/vite loads correctly (CJS require() can't import ESM modules) - Remove tailwindcss from postcss.config.js — handled by @tailwindcss/vite in Tailwind v4; the v3 PostCSS plugin conflicts with v4 CSS syntax - Add "main": "electron/main.js" to package.json so electron-builder finds the entry point instead of defaulting to index.js - Bump version to 1.0.1 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>