AI-powered creative studio for image and video generation
| Feature | Description |
|---|---|
| ๐จ Image Generation | Create stunning images with Flux, Turbo, GPT-Image, and more |
| โ๏ธ Image Editing | Transform existing images with AI-powered img2img |
| ๐ฌ Video Generation | Generate videos with Veo, Seedance models |
| ๏ฟฝ Gallery Search | Real-time search by prompt in your gallery |
| ๐ Parallel Generation | Generate multiple images/videos simultaneously |
| ๐ Smart Gallery | Automatic organization by date with model badges |
| ๐พ Auto-Download | Save creations automatically to organized folders |
| ๐ Custom Media Dir | Choose where to save your creations |
| ๐ Smart Retry | Exponential backoff + safety filter persistence |
| ๐ Multi-Language | Portuguese, English, and Spanish |
| ๐ญ Themes | Dark and Light mode support |
Hibiscus runs as a local web server. You can access it via your browser.
-
Install Dependencies:
npm install
-
Start the App:
Windows:
run.bat
Generic (Node.js):
npm start
The app will open at
http://localhost:3333
- Choose Language - Select PT/EN/ES on first run
- Generate Image - Enter prompt โ Select model & settings โ Generate
- Edit Image - Paste (Ctrl+V) or Upload image(s) โ Describe changes โ Apply
- Generate Video - Enter prompt โ Choose duration โ Generate
- Gallery - View, search, download, edit, or delete creations
- Settings - Configure API key, auto-download, theme
For higher rate limits and premium models, get your API key at:
Hibiscus/
โโโ app/
โ โโโ index.html # Main UI
โ โโโ styles.css # Styling (Imports)
โ โโโ app.js # Frontend logic
โ โโโ server.js # Backend server (Express)
โ โโโ css/ # Modular CSS
โ โ โโโ core/ # Variables, reset, animations
โ โ โโโ layout/ # Layout scaffolding
โ โ โโโ components/ # UI components
โ โ โโโ modules/ # Feature-specific styles
โ โโโ modules/ # JavaScript Modules
โ โ โโโ core/ # Core utilities (api, utils)
โ โ โโโ gallery/ # Gallery logic
โ โ โโโ generators/ # Image/Video generation logic
โ โ โโโ ui/ # UI management
โ โ โโโ i18n.js # Internationalization
โ โ โโโ logger.js # Logging system
โ โ โโโ state.js # State management
โ โ โโโ backend.js # Backend API client
โ โโโ gallery/ # Saved Media Storage used by server
โ โโโ images/ # By date (DD-MM-YYYY)
โ โโโ videos/ # By date (DD-MM-YYYY)
โโโ run.bat # Windows Start Script
โโโ package.json # Dependencies
- ๐ Web Architecture - Removed Electron dependency, now runs as a lightweight Node.js server
- ๐ Gallery Search - Filter gallery items by prompt instantly
- โก Parallel Generation - Support for multiple simultaneous generation jobs
- ๐ฌ Video Generation - Added Wan model
- ๐ Paste Support - Paste images directly into the editor
- โญ Favorites - Persist favorite items via backend API
- ๐ข Resolution Multiplier - 1x, 2x, 4x toggle for high-res output on image & img2img
- ๐ Extended Aspect Ratios - 10 presets: 1:1, 2:3, 3:2, 3:4, 4:3, 4:5, 5:4, 9:16, 16:9, 21:9
- ๐ก๏ธ Improved Safety Retry - More robust error handling, fewer false cancellations
- ๐จ UI Consistency - Unified button styling across the app
- โจ Modular Architecture - Code split into reusable modules (i18n, logger, state, backend)
- ๐ฒ Random Seed Fix - Each generation now produces unique results
- ๐ท๏ธ Model Badges - Gallery shows which model was used for each creation
- ๐ Custom Media Directory - Choose where to save your files
MIT License - Feel free to use, modify, and distribute.
Made with ๐ค by Hirothewolf
Powered by ๐ Pollinations.ai