Hey everyone, it’s Rudransh here , how are y’all?
I hope you all are fine.
Today, in this post I am going to introduce you with text to image generator, without any API, you can generate unlimited images without restrictions in just a few seconds.
Demo application and project
Have a look at the demo application :-
AiVisual.apk (4.3 MB)
Screenshot :-
Demo AIA file :-
AiVisual.aia (11.3 KB)
Extension Documentation
AiVisionary
AI Image Generetor Ai Visual
Methods:
GenerateImageId
GenerateImageId
Parameter
Type
prompt
text
negative_prompt
text
width
number
height
number
steps
number
cfg
number
seed
number
GetImageUrl
Get Image Url Via Id
Events:
Error
This event is fired when an error occurs.
Parameter
Type
errorMessage
text
GenerateImageIdReceived
This event is fired when an GenerateImageIdReceived id is received successfully.
Parameter
Type
Id
text
status
text
GetImageUrlReceived
This event is fired when an GenerateImageIdReceived token is received successfully.
Parameter
Type
Id
text
status
text
imageUrl
text
Download the aix - AiVisionary.aix (12.2 KB)
If you want any help, PM me on Kodular or message me on WhatsApp - Share on WhatsApp .
It’s my first extension, so if I made any mistake please let me know
Thank you.
4 Likes
Oh, he is your son? That is amazing!
nah man he’s tripping @Django_s_Android_App
2 Likes
Taifun
June 2, 2024, 4:25pm
10
Rudransh_Shukla:
without any API
No API? Are you sure? So can you tell us more what is behind the url https://getvalue-c3xm7vpfca-uc.a.run.app?
What is that Google Cloud script doing?
Also please follow the naming conventions
negative_prompt → negativePrompt
If you are developing an extension, then please follow the naming conventions, which is UpperCamelCase for the package name as well as for property, method and event names (i.e. the first letter should be a capital letter) and lowerCamelCase for parameter names, no underscores .
Example
[naming]
What does UpperCamelCase mean?
UpperCamelCase (part of CamelCase ) is a naming convention in which a name is formed of multiple words that are joined together as a single word with the first l…
Taifun
Taifun:
No API?
I think he is saying unlimited requests
I will change my title, I meant unlimited request actually, sorry for the mistake I made, I’ll also correct the naming errors and update soon,
Thanks for letting me know.
1 Like
include api doc link which is the api behind this
Taifun
June 8, 2024, 9:52pm
14
@Rudransh_Shukla you forgot to answer this
and
AyanDeveloper:
include api doc link
which means, please credit the author of the API, see also
Taifun