Plugin Directory

Changeset 3283646


Ignore:
Timestamp:
04/28/2025 07:39:51 PM (11 months ago)
Author:
genolve
Message:
  • Added AI video generation models Veo-2, Hailuo and Kling.
  • Added top-end LLM models Gemini-2.5-Flash and o4-mini.
Location:
genolve-toolkit/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • genolve-toolkit/trunk/css/genolve-style.css

    r3235663 r3283646  
    139139.gnlv-invrt2 {
    140140    filter: url(#g_maskinvrt);
     141}
     142.gnlv-help {
     143    cursor: help;
     144}
     145.gnlv-help:hover {
     146    text-decoration: none !important;
    141147}
    142148.gnlv-clickable {
  • genolve-toolkit/trunk/genolve-toolkit.php

    r3235663 r3283646  
    22/*
    33 * Plugin Name: Genolve AI image AI video generator
    4  * Version: 5.0.2
     4 * Version: 5.0.3
    55 * Plugin URI: https://www.genolve.com/
    6  * Description: Stunning AI video & images from a prompt, plus amazing toolkit to make banners, slideshows or music videos with AI assisted design.
     6 * Description: Stunning AI video & images from a prompt, plus amazing toolkit to make blog graphics, podcasts or promotional videos with AI assisted design.
    77 * Author: Genolve
    88 * Author URI:  https://www.genolve.com/
  • genolve-toolkit/trunk/inc/functions.php

    r3235663 r3283646  
    1313define( 'GENOLVE_DASHBOARD_GROUP', 'genolve-dashboard-group');
    1414/* TEST 
    15 
    1615define( 'GENOLVE_ACTION_URL',  'http://localhost/widget/');
    1716define( 'GENOLVE_JS_URL',      'http://localhost/widget/js/' );
    1817define( 'GENOLVE_VER',      '' );
    1918 */
    20 /* PRODUCTION  also change version in genolve-toolkit.php,eloop and readme.txt */
     19/* PRODUCTION  also change version in genolve-toolkit.php, eloop and readme.txt */
    2120define( 'GENOLVE_ACTION_URL',  'https://www.genolve.com/');     
    2221define( 'GENOLVE_JS_URL',      'https://www.genolve.com/js/' );
    23 define( 'GENOLVE_VER',         '-5.0.2' );
     22define( 'GENOLVE_VER',         '-5.0.3' );
    2423
    2524/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
     
    183182        add_option("genolve_version", $genolve_version, '', 'yes');
    184183    if(!get_option('genolve_use_mode'))
    185         add_option("genolve_use_mode", $genolve_use_mode, '', 'yes');
     184        add_option("genolve_use_mode", $genolve_use_mode="notset", '', 'yes');
    186185    if(!get_option('genolve_save_ai'))
    187         add_option("genolve_save_ai", $genolve_save_ai, '', 'yes');
     186        add_option("genolve_save_ai", $genolve_save_ai="notset", '', 'yes');
    188187    if(!get_option('genolve_color_bg'))
    189188        add_option("genolve_color_bg", $genolve_color_bg="#880000", '', 'yes');
     
    417416            $stuff = $result->get_error_message();
    418417            if( array_key_exists('body',$result))
    419                 $stuff .= "<br>BODY first 500 chars:".substr($result['body'],0,700);
     418                $stuff .= "<br>RESULT.BODY first 3000 chars:".substr($result['body'],0,3000);
    420419            genolve_send_json_error( $stuff );
    421420        }
     
    451450            }
    452451        // show an error
    453         genolve_send_json_error("genolve_proxy: The server did not return expected type, got:".gettype($thebody)." first 500 chars:".substr($thebody,0,500));
     452        genolve_send_json_error("genolve_proxy: The server did not return expected type, got:".gettype($thebody)." first 3000 chars:".substr($thebody,0,3000));
    454453        }// end good2go
    455454    //
     
    777776/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
    778777/* START debug prints, production: comment out
    779 END debug prints, production: comment out */
     778
    780779define('temp_file', ABSPATH.'/_temp_out.txt' );
    781780
     
    798797    }
    799798}
    800  
     799 END debug prints, production: comment out */
    801800?>
  • genolve-toolkit/trunk/js/genolve-meta.js

    r2973369 r3283646  
    99    var cb = '<br><input type="checkbox" name="QdeacNNN" id="QdeacNNN" class="Box ui-widget-content" value="THEVAL" > <label for="QdeacNNN" class="Box"> THETXT</label>';
    1010    $('body').prepend(modaldivTemplate.replace(/THETITLE/,"Thanks for Trying Genolve!"));
    11     quesA = ['Did not get past API Key.', 'It conflicted with my theme.','Too hard to use.','Found bugs.','Decided on another plugin.','Need language: '+navigator.language+'.'];
     11    quesA = ['Did not get past API Key.', 'It conflicted with my theme.','Too hard to use.','Got Timeout, Gateway or other errors.','Found bugs.','Decided on another plugin.','Need language: '+navigator.language+'.'];
    1212    themsg="Sorry it did not meet your needs and before you go, please tell us where it let you down:";
    1313    for(ii=0; ii<quesA.length; ii++){
  • genolve-toolkit/trunk/readme.txt

    r3235663 r3283646  
    44Tags: AI image, AI video, Midjourney, DALLE, podcast, ChatGPT, Sora, slider
    55Requires at least: 5.0
    6 Tested up to: 6.7.1
    7 Stable tag: 5.0.2
     6Tested up to: 6.8
     7Stable tag: 5.0.3
    88Requires PHP: 5.2.4
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111 
    12 Stunning AI video & images from a prompt, plus amazing toolkit to make banners, slideshows or music videos with AI assisted design.
     12Stunning AI video & images from a prompt, plus amazing toolkit to make blog graphics, podcasts or promotional videos with AI assisted design.
    1313
    1414== Description ==
    15 Supply a single phrase and Genolve automatically generates a complete video or slideshow with eye-catching animations and music track. If you already have an audio track, supply the MP3 to generate a matching video. The fonts are perfect, the colors match and the images are generated specifically for your purpose. AI Image generation can be accessed right from the Gutenberg Image block and has prompt history, prompt suggestions, preset styles, inpainting, variations and aspect ratio. **Free AI image credits** when you [make a Tweet]( https://www.genolve.com/svg/en/genolve-wordpress-plugin-premium.php#freeaicredits).  After activating, auto-install the API key and you're all set.
     15Supply a single phrase and Genolve magically generates a complete video or slideshow with eye-catching animations and music track. If you already have an audio track, supply the MP3 to generate a matching video. The fonts are perfect, the colors match and the images (or video clips) are generated specifically for your purpose. AI Image generation can be accessed right from the Gutenberg Image block and has prompt history, prompt suggestions, preset styles, inpainting, variations and aspect ratio. **Free AI image credits** when you [make a Tweet]( https://www.genolve.com/svg/en/genolve-wordpress-plugin-premium.php#freeaicredits).  After activating, auto-install the API key and you're all set.
    1616 
    1717### All Your Favorite AI Image Models 
    18 Use top **AI image generators like DALLE3, Stability.ai and Midjourney** from one simple interface. Genolve's single interface saves registering and paying on multiple AI image sites and having to learn different interfaces. If your AI image prompt falls flat with one model, switch to a different model with one click.  Suggested prompts are automatically generated with ChatGPT.   Your images are only seen by you instead of posting on a public interface. Several beta testers commented that they greatly prefer our interface over Midjourney's own interface. Refill credits at the same rate the vendor charges.
     18If all you want are AI images, there is a special mode just for that. Use top **AI image generators like DALLE3, Stability.ai, Midjourney, Imagen, Minimax and Kling** all from one simple interface. Genolve's single interface saves registering and paying on multiple AI image sites and having to learn different interfaces. Refill credits at the same rate the vendor charges. If your AI prompt falls flat with one model, switch to a different model with one click.  Suggested prompts are automatically generated with ChatGPT.   Your images are only seen by you instead of posting on a public interface. Kling and Imagen have features specifically for making product shots. [more on AI images]( https://www.genolve.com/svg/en/prompt-tips-in-painting-dalle2-midjourney-stable-diffusion.php)
     19
     20### AI Video Generators 
     21Use top **AI video generators like Veo2, Hailuo or Kling**, more coming soon, for 5-10 second video clips. Combine these clips into a larger presentation with Genolve. Though pricey, Google's news-headlining Veo2 generates detailed realistic video at amazing speed. People are also raving about the realistic, consistent and affordable videos from Hailuo and Kling. OpenAI's  **Sora** has not yet been released for API access. [more on AI videos]( https://www.genolve.com/svg/en/ai-video-generator-with-genolve-ai-assisted-design.php)
    1922
    2023### Generate Video for a Podcast or Music MP3 
    21 Quickly add video to your Google NotebookLM podcasts. The AI will generate image slides to complement the audio. Alternatively, just display subtitles as the audio plays. Same process can make an instant music video, keying off the lyrics to add images or just display animated lyrics, [learn more]( https://www.genolve.com/svg/en/professional-podcasters-promote-your-product-with-notebooklm.php).
    22 
    23 ### AI Video Generators Coming Soon 
    24 You'll have AI video generators from OpenAI's news-headlining **Sora** and Google is also turning heads with its text-to-video generation model **Veo**.  Midjourney, the most famous image generator, is also trying their hand at video generation. None of these models have yet been released for public access.  To test how a video might look in your design, use stock video provider Pixabay.
     24Quickly add video to your Google NotebookLM podcasts. The AI will generate text, images and/or video clips to complement the audio. Alternatively, just display subtitles as the audio plays. Same process can make an instant music video, keying off the lyrics to add images or just display animated lyrics, [learn more]( https://www.genolve.com/svg/en/professional-podcasters-promote-your-product-with-notebooklm.php).
     25
     26
    2527
    2628
     
    2931* **Audio 2 Video** - Make an instant music video from an MP3 or make video backgrounds for a podcast simply by supplying the audio.
    3032* **Image Generation** - Generate AI images from a prompt, use preset styles to refine it. ChatGPT automatically suggests a better prompt.
     33* **Video Generation** - Generate AI videos from a prompt or magically bring a static photo to life.
    3134* **Out Painting** - Easily expand the crop on AI generated images as well as your own images in the media library.
    3235* **In Painting** - Touch up any image using a brush to add new details or remove unwanted objects.
    3336* **Variations** - Get further variations on any AI generated image.
    34 * **GhatGPT** - At your fingertips to help create ads, product descriptions, proofread text or generate quotes.
     37* **Top LLMs** - Latest models like gemini-2.5-flash or o4-mini drive the AI-assisted design and are also at your fingertips to help create ads, product descriptions, proofread text or generate quotes.
    3538* **Gutenberg Image** - Generate AI pictures right from the image block.
    3639* **Current models** - As soon as a new version is released it's added in.
    37 * **At Cost** - You pay the posted rates as if you used the models directly from the AI model creator; [DALL-E 3](https://openai.com/pricing), [Stability.ai](https://platform.stability.ai/pricing), [Midjourney](https://docs.midjourney.com/docs/plans).
     40* **At Cost** - You pay the posted rates as if you used the models directly from the AI model creator; [DALL-E 3](https://openai.com/pricing), [Stability.ai](https://platform.stability.ai/pricing), [Midjourney](https://docs.midjourney.com/docs/plans) [Imagen](https://cloud.google.com/vertex-ai/generative-ai/pricing#imagen-models).
    3841
    3942= Image Features =
     
    6972
    7073= Free Version is Awesome =
    71 Genolve is free to use!  Just get your API key  on genolve.com and you're all set. You can do a lot with the free version, unlike some other plugins. Get a [Premium membership](https://www.genolve.com/svg/en/genolve-wordpress-plugin-premium.php) to unlock more features and capabilities. Premium Members can make slideshows fully interactive with buttons or game-like interactions powerful enough to construct a Rube Goldberg machine.
    72 
    73 = No Spam =
    74 No emails, dashboard notices or admin banners except for valid notices you wouldn't want to miss like security updates or an expiring membership.
     74Get your API key from genolve.com and start creating today. The free version lets you do a lot, unlike plugins that hide essential features behind a paywall. Ready for more? A [Premium membership](https://www.genolve.com/svg/en/genolve-wordpress-plugin-premium.php) unlocks additional features and capabilities to take your visual content to the next level.
     75
     76= We Respect Your Inbox =
     77No spammy emails, dashboard clutter, or annoying admin banners. We only show you important notices like security updates or membership status.
    7578
    7679= About Genolve =
     
    113116== Changelog ==
    114117
     118= 5.0.3 =
     119* Added AI video generation models Veo-2, Hailuo and Kling.
     120* Added top-end LLM models Gemini-2.5-Flash and o4-mini.
     121
    115122= 5.0.2 =
    116123* Add a tour for adding video to podcasts.
Note: See TracChangeset for help on using the changeset viewer.