Skip to content

๐ŸŒบ AI-powered creative studio for image and video generation - Powered by Pollinations.ai

License

Notifications You must be signed in to change notification settings

Hirothewolf/Hibiscus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒบ Hibiscus

AI-powered creative studio for image and video generation

Version 2.0.0 Live Demo

Powered by Pollinations.ai Node.js MIT License


โœจ Features

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

๏ฟฝ Quick Start

Hibiscus runs as a local web server. You can access it via your browser.

  1. Install Dependencies:

    npm install
  2. Start the App:

    Windows:

    run.bat

    Generic (Node.js):

    npm start

    The app will open at http://localhost:3333


๐ŸŽฎ How to Use

  1. Choose Language - Select PT/EN/ES on first run
  2. Generate Image - Enter prompt โ†’ Select model & settings โ†’ Generate
  3. Edit Image - Paste (Ctrl+V) or Upload image(s) โ†’ Describe changes โ†’ Apply
  4. Generate Video - Enter prompt โ†’ Choose duration โ†’ Generate
  5. Gallery - View, search, download, edit, or delete creations
  6. Settings - Configure API key, auto-download, theme

๐Ÿ”‘ API Key

For higher rate limits and premium models, get your API key at:

Get API Key


๐Ÿ“ Project Structure

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

๏ฟฝ Changelog

v2.0.0 (Hibiscus sabdariffa)

  • ๐Ÿš€ 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

v1.2.0 (January 2026)

  • ๐Ÿ”ข 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

v1.1.0 (January 2026)

  • โœจ 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

๐Ÿ“ License

MIT License - Feel free to use, modify, and distribute.


Made with ๐Ÿค by Hirothewolf
Powered by ๐Ÿ Pollinations.ai

About

๐ŸŒบ AI-powered creative studio for image and video generation - Powered by Pollinations.ai

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors