mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-05-07 01:17:18 +00:00
Rename project from Open-Higgsfield-AI to Open-Generative-AI
Update all references across source files, config, and docs — including page titles, app name, package name, Electron window title, and release asset URLs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5925256c0a
commit
ebcddfa187
11 changed files with 33 additions and 33 deletions
32
README.md
32
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# Open Higgsfield AI — Open-Source Alternative to Higgsfield AI
|
||||
# Open Generative AI — Open-Source Alternative to Higgsfield AI
|
||||
|
||||
> **The free, open-source alternative to Higgsfield AI.** Generate AI images and videos using 200+ state-of-the-art models — without the closed ecosystem or subscription fees.
|
||||
|
||||
|
|
@ -18,11 +18,11 @@ One-click installers — no Node.js or terminal required.
|
|||
|
||||
| Platform | Download |
|
||||
|---|---|
|
||||
| macOS Apple Silicon (M1/M2/M3/M4) | [Open Higgsfield AI-1.0.0-arm64.dmg](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI-1.0.0-arm64.dmg) |
|
||||
| macOS Intel (x64) | [Open Higgsfield AI-1.0.0.dmg](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI-1.0.0.dmg) |
|
||||
| Windows (x64 + ARM64) | [Open Higgsfield AI Setup 1.0.0.exe](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases/download/v1.0.0/Open.Higgsfield.AI.Setup.1.0.0.exe) |
|
||||
| macOS Apple Silicon (M1/M2/M3/M4) | [Open Generative AI-1.0.0-arm64.dmg](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI-1.0.0-arm64.dmg) |
|
||||
| macOS Intel (x64) | [Open Generative AI-1.0.0.dmg](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI-1.0.0.dmg) |
|
||||
| Windows (x64 + ARM64) | [Open Generative AI Setup 1.0.0.exe](https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.0/Open.Generative.AI.Setup.1.0.0.exe) |
|
||||
|
||||
All releases: [github.com/Anil-matcha/Open-Higgsfield-AI/releases](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases)
|
||||
All releases: [github.com/Anil-matcha/Open-Generative-AI/releases](https://github.com/Anil-matcha/Open-Generative-AI/releases)
|
||||
|
||||
### macOS Installation Guide
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ Because the app is not notarized by Apple, macOS Gatekeeper will block it on fir
|
|||
|
||||
**Step 2** — Open Terminal and run:
|
||||
```bash
|
||||
xattr -cr "/Applications/Open Higgsfield AI.app"
|
||||
xattr -cr "/Applications/Open Generative AI.app"
|
||||
```
|
||||
|
||||
**Step 3** — Right-click the app in `/Applications` → click **Open** → click **Open** again on the dialog
|
||||
|
|
@ -42,7 +42,7 @@ xattr -cr "/Applications/Open Higgsfield AI.app"
|
|||
**Alternative (no Terminal):**
|
||||
1. Try to open the app — macOS will block it
|
||||
2. Go to **System Settings → Privacy & Security**
|
||||
3. Scroll down to find _"Open Higgsfield AI was blocked"_
|
||||
3. Scroll down to find _"Open Generative AI was blocked"_
|
||||
4. Click **Open Anyway** → **Open**
|
||||
|
||||
### Windows Installation — SmartScreen warning fix
|
||||
|
|
@ -56,9 +56,9 @@ The app will install silently to `%LocalAppData%` with a Start Menu shortcut.
|
|||
|
||||
---
|
||||
|
||||
Open Higgsfield AI is an open-source AI image, video, cinema, and lip sync studio that brings Higgsfield-style creative workflows to everyone. Powered by [Muapi.ai](https://muapi.ai), it supports text-to-image, image-to-image, text-to-video, image-to-video, and audio-driven lip sync generation across models like Flux, Nano Banana, Midjourney, Kling, Sora, Veo, Seedream, Infinite Talk, LTX Lipsync, Wan 2.2, and more — all from a sleek, modern interface you can self-host and customize.
|
||||
Open Generative AI is an open-source AI image, video, cinema, and lip sync studio that brings Higgsfield-style creative workflows to everyone. Powered by [Muapi.ai](https://muapi.ai), it supports text-to-image, image-to-image, text-to-video, image-to-video, and audio-driven lip sync generation across models like Flux, Nano Banana, Midjourney, Kling, Sora, Veo, Seedream, Infinite Talk, LTX Lipsync, Wan 2.2, and more — all from a sleek, modern interface you can self-host and customize.
|
||||
|
||||
**Why Open Higgsfield AI instead of Higgsfield AI?**
|
||||
**Why Open Generative AI instead of Higgsfield AI?**
|
||||
- **Free & open-source** — no subscription, no vendor lock-in
|
||||
- **Self-hosted** — your data stays on your machine
|
||||
- **200+ models** — text-to-image, image-to-image, text-to-video, image-to-video, lip sync
|
||||
|
|
@ -219,8 +219,8 @@ Every image you upload is saved locally (URL + thumbnail) so you never upload th
|
|||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://github.com/Anil-matcha/Open-Higgsfield-AI.git
|
||||
cd Open-Higgsfield-AI
|
||||
git clone https://github.com/Anil-matcha/Open-Generative-AI.git
|
||||
cd Open-Generative-AI
|
||||
|
||||
# Install dependencies (installs root + packages/studio workspace)
|
||||
npm install
|
||||
|
|
@ -253,14 +253,14 @@ npm run electron:build:win
|
|||
npm run electron:build:all
|
||||
```
|
||||
|
||||
Installers are output to the `release/` folder. Pre-built binaries are also available on the [Releases page](https://github.com/Anil-matcha/Open-Higgsfield-AI/releases).
|
||||
Installers are output to the `release/` folder. Pre-built binaries are also available on the [Releases page](https://github.com/Anil-matcha/Open-Generative-AI/releases).
|
||||
|
||||
## 🏗️ Architecture
|
||||
|
||||
The app is a **Next.js monorepo** with a shared `packages/studio` component library.
|
||||
|
||||
```
|
||||
Open-Higgsfield-AI/
|
||||
Open-Generative-AI/
|
||||
├── app/ # Next.js App Router
|
||||
│ ├── layout.js # Root layout (Tailwind, fonts)
|
||||
│ ├── page.js # Redirects → /studio
|
||||
|
|
@ -320,9 +320,9 @@ Lip sync jobs use the same two-step pattern: a dedicated `processLipSync()` meth
|
|||
|
||||
## 🤔 How is this different from Higgsfield AI?
|
||||
|
||||
Higgsfield AI is a proprietary AI video and image generation platform. **Open Higgsfield AI** is a community-driven, open-source alternative that provides similar creative capabilities without the closed ecosystem:
|
||||
Higgsfield AI is a proprietary AI video and image generation platform. **Open Generative AI** is a community-driven, open-source alternative that provides similar creative capabilities without the closed ecosystem:
|
||||
|
||||
| | Higgsfield AI | Open Higgsfield AI |
|
||||
| | Higgsfield AI | Open Generative AI |
|
||||
| :--- | :--- | :--- |
|
||||
| **Cost** | Subscription-based | Free (open-source) |
|
||||
| **Models** | Proprietary | 200+ open & commercial models |
|
||||
|
|
@ -346,4 +346,4 @@ Built with [Muapi.ai](https://muapi.ai) — the unified API for AI image and vid
|
|||
**Deep Dive**: For more details on the "AI Influencer" engine, upcoming "Popcorn" storyboarding features, and the future of this project, read the [full technical overview](https://medium.com/@anilmatcha/building-open-higgsfield-ai-an-open-source-ai-cinema-studio-83c1e0a2a5f1).
|
||||
|
||||
---
|
||||
*Looking for a free Higgsfield AI alternative? Open Higgsfield AI is an open-source AI image and video generation studio and Higgsfield AI replacement that you can self-host, customize, and extend.*
|
||||
*Looking for a free Higgsfield AI alternative? Open Generative AI is an open-source AI image and video generation studio and Higgsfield AI replacement that you can self-host, customize, and extend.*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import './globals.css';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Open Higgsfield AI — Free AI Image & Video Studio',
|
||||
title: 'Open Generative AI — Free AI Image & Video Studio',
|
||||
description: 'Generate AI images and videos using 200+ models — Flux, Midjourney, Kling, Veo, Seedance and more. Free open-source alternative to Higgsfield AI.',
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import StandaloneShell from '@/components/StandaloneShell';
|
||||
|
||||
export const metadata = {
|
||||
title: 'Studio — Open Higgsfield AI',
|
||||
title: 'Studio — Open Generative AI',
|
||||
};
|
||||
|
||||
export default function StudioPage() {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ export default function ApiKeyModal({ onSave }) {
|
|||
</svg>
|
||||
</div>
|
||||
<h1 className="text-xl font-bold text-white tracking-tight mb-2">
|
||||
Open Higgsfield AI
|
||||
Open Generative AI
|
||||
</h1>
|
||||
<p className="text-white/40 text-[13px] leading-relaxed px-4">
|
||||
Enter your <a href="https://muapi.ai/access-keys" target="_blank" rel="noreferrer" className="text-[#d9ff00] hover:text-[#e5ff33] transition-colors">Muapi.ai</a> API key to start creating
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ export default function StandaloneShell() {
|
|||
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
|
||||
</svg>
|
||||
</div>
|
||||
<span className="text-sm font-bold tracking-tight hidden sm:block">OpenHiggsfield</span>
|
||||
<span className="text-sm font-bold tracking-tight hidden sm:block">OpenGenerativeAI</span>
|
||||
</div>
|
||||
|
||||
{/* Center: Navigation */}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ function createWindow() {
|
|||
titleBarStyle: 'hiddenInset',
|
||||
backgroundColor: '#0d0d0d',
|
||||
show: false,
|
||||
title: 'Open Higgsfield AI',
|
||||
title: 'Open Generative AI',
|
||||
});
|
||||
|
||||
const indexPath = path.join(__dirname, '../dist/index.html');
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Open Higgsfield AI — the free, open-source alternative to Higgsfield AI. Generate AI images and cinematic shots with 20+ models including Flux, SDXL, Ideogram, and Midjourney." />
|
||||
<meta name="description" content="Open Generative AI — the free, open-source alternative to Higgsfield AI. Generate AI images and cinematic shots with 20+ models including Flux, SDXL, Ideogram, and Midjourney." />
|
||||
<meta name="keywords" content="higgsfield ai, higgsfield alternative, open source higgsfield, ai image generator, ai cinema studio, flux ai, ai video generation, free higgsfield, open source ai image generation" />
|
||||
<title>Open Higgsfield AI — Free Open-Source Alternative to Higgsfield AI</title>
|
||||
<title>Open Generative AI — Free Open-Source Alternative to Higgsfield AI</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "open-higgsfield-ai",
|
||||
"name": "open-generative-ai",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "open-higgsfield-ai",
|
||||
"name": "open-generative-ai",
|
||||
"version": "1.0.0",
|
||||
"workspaces": [
|
||||
"packages/studio"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "open-higgsfield-ai",
|
||||
"name": "open-generative-ai",
|
||||
"description": "Open-source alternative to Higgsfield AI — AI image, video, cinema and lip sync studio",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
|
|
@ -20,8 +20,8 @@
|
|||
"electron:build:all": "vite build && electron-builder --mac --win"
|
||||
},
|
||||
"build": {
|
||||
"appId": "ai.higgsfield.open",
|
||||
"productName": "Open Higgsfield AI",
|
||||
"appId": "ai.generative.open",
|
||||
"productName": "Open Generative AI",
|
||||
"copyright": "Copyright © 2025",
|
||||
"directories": { "output": "release" },
|
||||
"afterPack": "./afterPack.js",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "studio",
|
||||
"version": "1.0.0",
|
||||
"description": "Open Higgsfield AI studio components for Muapi",
|
||||
"description": "Open Generative AI studio components for Muapi",
|
||||
"main": "src/index.js",
|
||||
"module": "src/index.js",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
# Open Higgsfield AI: Technical Documentation & Context
|
||||
# Open Generative AI: Technical Documentation & Context
|
||||
|
||||
This document serves as a comprehensive knowledge base for the Open Higgsfield AI project. It details the architecture, key components, API integration patterns, and state management strategies used in the application.
|
||||
This document serves as a comprehensive knowledge base for the Open Generative AI project. It details the architecture, key components, API integration patterns, and state management strategies used in the application.
|
||||
|
||||
## 1. Project Vision & Overview
|
||||
|
||||
**Open Higgsfield AI** is an ambitious open-source project dedicated to **replicating the full functionality of the Higgsfield platform**.
|
||||
**Open Generative AI** is an ambitious open-source project dedicated to **replicating the full functionality of the Higgsfield platform**.
|
||||
|
||||
- **Core Goal:** To build a feature-complete, self-hosted alternative to Higgsfield, starting with **Image Generation** (Nano) and expanding into **Video Generation** (Cinema) and other creative tools.
|
||||
- **Current State:** The Image Studio ("Nano Banana Pro" interface) is fully operational, featuring a premium dark-mode UI, history management, and multi-model support via the [Muapi.ai](https://muapi.ai) engine.
|
||||
- **Future Direction:** The architecture is designed to scale for video generation, model training interfaces, and advanced editing tools, mirroring the evolving capabilities of Higgsfield.
|
||||
|
||||
- **Stack:** Vite, Vanilla JavaScript, Tailwind CSS v4.
|
||||
- **Repository:** `https://github.com/Anil-matcha/Open-Higgsfield-AI`
|
||||
- **Repository:** `https://github.com/Anil-matcha/Open-Generative-AI`
|
||||
- **Primary Branch:** `main`
|
||||
|
||||
## 2. Architecture & File Structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue