Uncensored, open-source alternative to Higgsfield AI, Freepik AI, Krea AI, Openart AI — Free, unrestricted AI image & video generation studio with 200+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed. https://dev.muapi.ai/open-generative-ai
  • JavaScript 98.8%
  • CSS 1%
Find a file
Anil Matcha e0efb745d5 feat: Add image generation studio with Muapi API integration
- Add ImageStudio component with prompt input, model/AR/resolution pickers
- Integrate Muapi API client with x-api-key auth and result polling
- Add generation history sidebar with thumbnails and download
- Add AuthModal and SettingsModal for API key management
- Configure Vite proxy for CORS-free API access in development
- Add model definitions with endpoint mappings from schema data
- Add Tailwind CSS styling with dark theme and glassmorphism design
- Add Header component with settings and logout controls
2026-02-12 22:02:20 +05:30
public Initial commit: Scaffold Open-Higgsfield-ai with Vite and README 2026-02-10 02:06:16 +05:30
src feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
.gitignore Initial commit: Scaffold Open-Higgsfield-ai with Vite and README 2026-02-10 02:06:16 +05:30
index.html feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
models_dump.json feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
package-lock.json feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
package.json feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
postcss.config.js feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
README.md Initial commit: Scaffold Open-Higgsfield-ai with Vite and README 2026-02-10 02:06:16 +05:30
tailwind.config.js feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30
vite.config.js feat: Add image generation studio with Muapi API integration 2026-02-12 22:02:20 +05:30

Open-Higgsfield AI 🎥

Open-Higgsfield Banner

A local, open-source clone of Higgsfield AI, powered by Muapi for high-end video and image generation. This project aims to replicate the premium experience of Higgsfield's studios locally, giving you control over your creative workflow with your own API keys.

🚀 Features

1. AI Image Studio 🎨

  • High-Fidelity Generation: Create stunning visuals using top-tier models like Flux.1 Dev and SDXL.
  • Advanced Controls: Fine-tune your output with negative prompts, aspect ratio selection (1:1, 16:9, 9:16), and seed control.
  • Gallery: Persistent history of your generations.

2. AI Video Studio 🎬

  • Text-to-Video (T2V): Turn your scripts into cinematic videos using models like Wan 2.5 and Google Veo.
  • Image-to-Video (I2V): Bring static images to life with motion.
  • Motion Buckets: Control the intensity of movement (Static, Gentle, Dynamic).

3. Cinema Studio 🎥

  • Pro Camera Controls: Simulate real manufacturing lenses (e.g., Studio Digital S35).
  • Physical Movements: Control Zoom, Pan, Tilt, and Roll just like a real camera.
  • Directors Mode: Precise keyframing for camera trajectories (Coming Soon).

4. Soul ID & Lipsync 🗣️

  • Character Consistency: Maintain character identity across multiple generations.
  • Lipsync Studio: Upload an audio file or type text to make your characters speak with perfect lip synchronization.

🛠️ Tech Stack

  • Frontend: Vite + Vanilla JavaScript for lightning-fast performance.
  • Styling: Vanilla CSS (Custom Glassmorphism & Neon Design System).
  • API Integration: Muapi.ai (Vadoo Engine).
  • No Backend: Runs entirely in the browser (Client-side API calls).

📦 Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/open-higgsfield-ai.git
    cd open-higgsfield-ai
    
  2. Install dependencies:

    npm install
    
  3. Run the development server:

    npm run dev
    
  4. Open http://localhost:5173 in your browser.

🔑 Configuration

To use the generation features, you need a Muapi API Key.

  1. Go to Muapi.ai Dashboard and generate a key.
  2. Open the app settings (Gear icon).
  3. Paste your API Key. It defaults to browser localStorage for security.

🛣️ Roadmap

  • Phase 1: AI Image Studio (Flux Integration)
  • Phase 2: AI Video Studio (Wan/Veo Integration)
  • Phase 3: Cinema Studio (Camera Motion Controls)
  • Phase 4: Soul ID & Lipsync Implementation

Disclaimer: This is a community project and is not affiliated with Higgsfield AI. Usage costs are dependent on your Muapi API usage.