mhinspeya / module-hyva-aiimages
Generates AI-based inspiration images in Magento 2 using style, scene, and gender parameters. The module stores generated images in a custom database table and provides a dedicated admin page with filtering options. Includes a daily usage dashboard with limits, partner key authentication, and token-
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Type:magento2-module
pkg:composer/mhinspeya/module-hyva-aiimages
Requires
- mhinspeya/backend-mod: ^1.0
Suggests
- mhinspeya/backend-mod: Support Configuration
This package is not auto-updated.
Last update: 2025-11-28 11:58:28 UTC
README
mhinspeya/module-hyva-aiimages
- Main Functionalities
- Installation
- Configuration
- How It Works
- Generated Image Management
- Specifications
- Attributes
Main Functionalities
The MHinspeya HyvΓ€ AI Inspiration Image Generator module allows Magento 2 merchants to generate AI-powered inspiration images for products based on:
- Style (e.g., Modern, Retro, Streetwear, Minimal)
- Scene (Studio, Outdoor, Lifestyle, Flat Lay)
- Gender (Male, Female, Unisex)
π§ Important:
This module does not replace product images and does not save images into Magentoβs media gallery.
Instead:
- AI-generated images are stored in a custom database table.
- Images are shown in a separate admin section.
- You get a dedicated page to browse all generated images with filters based on style, scene, and gender.
Installation
* For production environments, use: --keep-generated.
Type 1: Zip File Installation
- Extract to:
app/code/MHinspeya/Inspiration - Enable module:
php bin/magento module:enable MHinspeya_Inspiration - Run upgrade:
php bin/magento setup:upgrade - Flush cache:
php bin/magento cache:flush
Type 2: Composer Installation
- Add repository (if private):
composer config repositories.inspeya composer https://repo.inspeya.com/ - Install module:
composer require mhinspeya/module-hyva-aiimages - Enable module:
php bin/magento module:enable MHinspeya_Inspiration - Upgrade:
php bin/magento setup:upgrade - Clear cache:
php bin/magento cache:flush
Configuration
Admin path:
Stores β Configuration β MHinspeya β AI Inspiration Images
Available Settings:
- API Provider (OpenAI, Stable Diffusion, Custom model)
- API Key
- Default Style / Scene / Gender
- Generated image resolution
- Cleanup behavior (keep or auto-delete old generations)
How It Works
- Admin visits product editing page.
- Opens the AI Inspiration Image Generator section.
- Selects:
- Style
- Scene
- Gender
- Clicks Generate Image.
- The module calls the configured AI model API.
- The generated image is:
- Stored in a custom table
- Displayed in the UI for preview
- NOT added to Magento media gallery
Generated Image Management
The module adds a new admin page:
Marketing β AI Inspiration Images
This page shows:
- β All AI-generated images
- β Filters for:
- Style
- Scene
- Gender
- Product
- Date
- β Pagination
- β Large image preview
- β Internal ID, prompt details, and meta information
This lets you review and manage thousands of generated images without touching product media.
Specifications
| Feature | Support |
|---|---|
| HyvΓ€ Compatibility | β |
| AI Image Generation (Style / Scene / Gender) | β |
| Custom database storage | β |
| Separate image listing page | β |
| Filter & search functionality | β |
| No media gallery save | β |
| No product image replacement | β |
| Multi-store Support | β |
| API Extensibility | β |
Attributes
This module does not add product attributes.
Instead, it introduces:
- Custom DB table for AI-generated images
- Admin UI component for image listing
- Filters for:
- Style
- Scene
- Gender
Β© MHinspeya β All Rights Reserved