[FREE] FluxGenerator Extension: Generate AI Images for free daily

Introduction

FluxGenerator extension allows you to generate images using Flux AI Models. The service (together) allows you to apply for a free api key without credit card and generate nearly 8000 images per day. That’s quite generous.
In contrast, other models such as Dall-E are quite expensive and doesn’t support seeds!

TLDR: You are getting one of the best Image Generation Models for free

:receipt:Extension Specifications

Package name: com.sarthakdev.fluxgenerator
Version: 1.0
Release Date: 2025-03-22T13:08:00Z
Docs generated using: AIX Tools

Image Generation Samples

Few terms if you are a beginner in image generation using Flux

Seed: A seed is a starting value for a random number generator (RNG) or other algorithm, helping it vary its output by using different seeds. Computer programs cannot create true randomness, they are deterministic - what they can at most do is obfuscate (but not fully eliminate) their predictability via tricky functions, which is called pseudorandomness. So if you give an algorithm the same seed (with any other input also remaining the same), it will achieve the same result.

TL;DR: Same seed value means characters in images remain consistent. Using same seed you will be able to generate images with a same character doing different things
Eg. Both of these images were generated by the extension with the same seed value of 100

Steps: Its a number from 1 to 4. Lower number means a lower quality image.

Together AI

Together AI: Leverage pre-trained models, fine-tune them for your needs, or build custom models from scratch. Whatever your generative AI needs, Together AI offers a seamless continuum of AI compute solutions to support your entire journey. Get free access to FLUX.1 [schnell] for image generation.

Blocks

Events

ImageGenerated

Triggered when the image is successfully generated

Parameters

Parameter Type
inferenceTime number
imageBase64 text

GenerationFailed

Triggered when image generation fails

Parameters

Parameter Type
errorCode text
errorMessage text

Methods

GenerateImage

Generate an image using the specified prompt

Parameters

Parameter Type
prompt text

Properties

Width

image

Height

image

Steps

image

Seed

image

Model

image

ApiKey

image

Width

image

Height

image

Steps

image

Seed

image

Model

image

ApiKey

image

Generate it from here

Sample Blocks

Note: The image is generated as a base64 string, to convert it into a type Image component can accept. I am using KIO4_Base64 Extension which you can get from here.

Download the extension

For the features it offers, the extension is still available for free. If you consider it great do buymeacoffee.
com.sarthakdev.fluxgenerator.aix (13.8 KB)

This documentation was generated using AIX Tools (aixtools.ai2.sarthakdev.in) by @techxsarthak

5 Likes

How to save the created photo to the download folder of the device?

1 Like

It’s very simple, but I can’t save the image created by this plugin to the internal storage. I’ve tried all kinds of other plugins, even the sharing component. Does anyone have an idea?

This block line allows the resulting image to be displayed. I need to download it.
I put a download button and tried to download or share it in many ways but it was not possible

1 Like

Show us a Do it result of Image1.Text Image1.Picture, i.e. the path to the image
You only can share the image from shared storage, not from ASD

Taifun

2 Likes


We convert base64 format to photo with KIO4 plugin, but I need to save it to the phone’s download folder

1 Like

Again

EDIT: Sorry it is Image1 Picture

use the companion app together with Do it to debug your blocks, see also tip 4 here App Inventor: How to Learn | Pura Vida Apps

see also Live Development, Testing and Debugging

Taifun

1 Like


do it result


The result looks empty like this

1 Like

Try again like this and set Label2.Text to Image1 Picture, then show us the value of Label2.Text


The photo generated by artificial intelligence via the plugin returns empty as any result

1 Like

@techxsarthak wouldn’t it make sense to provide a block in the plugin to save the output in this regard?

1 Like

Hello!
Sorry for the late reply.
If you want to save the image base64 as an image in the gallery why don’t you try this extension by Jerin, It’s [FREE] Take screenshot of components, arrangement and screen | Extension ComponentToImage - Extensions - MIT App Inventor Community

Replace “Screen1” with “Image1” i second block

Yes to make it better I will add an inbuilt block but till then use this!

1 Like

thank you Thank you for your contribution to codes
great plugin :100::100::100:

1 Like