36 comments found.
why you dot show how to implement Credits in frontend. If enabled, users will only be able to generate images if they have credit. User credit will be read from the following user meta keys: ai_image_pro_dalle_credits no info how to do and where to do thanks
Hey!
Excuse me but I don’t really understand your question.
Can you please elaborate more?
documentation how to use ai_image_pro_dalle_credits
You can get the amount of credit a user has using the following function call:
get_user_meta($user_id, ‘ai_image_pro_dalle_credits’, true);
$user_id it the id of the user.
And for stable diffusion you can use: get_user_meta($user_id, ‘ai_image_pro_stable_diffusion_credits’, true);
If you want to set/increase the user credit, you can use the following hooks:
do_action(‘ai_image_pro_increase_user_credit’, [ ‘user_id’ => 3, ‘credit_amount’ => 10, ‘credit_type’ => ‘dalle’]);
or:
do_action(‘ai_image_pro_set_user_credit’, [ ‘user_id’ => 3, ‘credit_amount’ => 10, ‘credit_type’ => ‘dalle’]);
One for increasing the credit of a user, and the other for setting it to a specific value. “credit_type” can either be “dalle” or “stable_diffusion”.
I hope this helps!
hi, how to disable password required? i mean login page to use app in frontend thanks
Hey!
It’s not possible to disable requiring logging in to use the fronend editor. All credit system, image saving need a user to be linked to, that’s why a user has to be logged in to use this feature.
Have a great day!
I installed the plugin in 10mn and all is working perfectly, really great … do you have an example of code to include in a function to update the credit amount of an user ? Thanks
Great to hear that everything is working as expected
I’m not sure what you mean by including a function to update credit. Do you want to do that as part of integration with another plugin?
Yes, I would like to add a function triggered when my membership plugin is renewing à subscription, I have the hook for that and if you can share an example this will let me win a lot of time.
I will add a handy function for you to do that in the plugin.
Hey!
I’ve added hooks for you to change the credit of users. You can either use:
do_action(‘ai_image_pro_increase_user_credit’, [ ‘user_id’ => 3, ‘credit_amount’ => 10, ‘credit_type’ => ‘dalle’, ]);
or:
do_action(‘ai_image_pro_set_user_credit’, [ ‘user_id’ => 3, ‘credit_amount’ => 10, ‘credit_type’ => ‘dalle’, ]);
One for increasing the credit of a user, and the other for setting it to a specific value. “credit_type” can either be “dalle” or “stable_diffusion”.
Please install the latest version of plugin and give it a try.
Really great, many thanks again for your support, will give it a try asap
Hi, what is exactly the extended licence, how much does it cost and where can we get it ? Thanks
Hey!
Thanks for buying AI Image Pro!
Unlike the regular license, the extended license gives your the right to include the plugin in a product that you sell to your customers in exchange for money, but doesn’t give the right to resell the same product as is.
For example: If you buy a sound track and then include it in a game that you built and sell that for money. In this case your game is not competing for the same customers that would buy the sound track, it’s simply a different audience.
When buying the plugin you can switch to choose the license when you click on “Regular License” as in the image below:
https://ibb.co/QF5BJv6I hope that this answers your questions.
Thanks for you reply, I didn’t see the licence option when I bought and do not see any option to upgrade, is it possible to cancel and refund this order ? I will buy the right one then.
Is it the reason why I see my homepage instead of the tool on the front end ? It’s enabled for any role, as an administrator I can see it but not as a subsriber
Hey!
Regarding the license, you can use this link to change it:
https://help.market.envato.com/hc/en-us/articles/115005593503-If-I-choose-the-wrong-license-or-need-to-upgrade-my-license-how-easy-is-it-to-change-to-the-correct-license-A user has to have “edit_posts” permission in order to see the image editor. The reason for this is that the plugin uses the native WordPress image library to store the images, and for that this permission is needed. So make sure the user has that permission. You can use a plugin called “members” if you want fine-control on user permissions.
Enjoy
I sent a ticket and will upgrade asap, and look for this permissions issue, thanks
Hi again, I gave the edit_posts rigts to the subcriber but have the same issue, the homepage is displayed like in an iFrame instead of the editor, admin is still working
Can you please choose the “Editor” role from the menu instead of “Subscriber” and try it again?
Hi, I switched the user from subscriber to Editor and instead of seeing the iframed homepage nothing appears
Also I cannot add Elementor blocks in my posts when the plugin is enabled, is it a known issue ? I deactivated it for the moment.
I have tried Elementor with the plugin on my side and everything is working fine. Is it possible to give me access to your website to check these problems myself?
If yes, please send me the access credentials to: codeisawesome.hq [at] gmail.com
Thanks
It’s done, thanks for your great support
Any updates on the upscale feature? Waiting for it to buy
Hey! thanks for your wait
The upscaler integration is in progress, and it’s the very first feature that will be added to the plugin next. I will let you know once it is there
Have a great day!
1. when will be the next update? 2. how to create a full width size of the app? 3. how to disable login required to use the app? 4. are you planning to create the same generative fill like in photoshop? 5. are you planning to add all stable diffusion options
UNCROP Uncrop your photos to any image format
REIMAGINE Create multiple variants of an image with Stable Diffusion
STABLE DOODLE Transform your doodles into real images in seconds
CLEANUP Remove objects, people, text and defects from your pictures automatically.
REMOVE BACKGROUND Extract the main subject from a picture with incredible accuracy. It’s like magic.
RELIGHT Relight your images with beautiful lights.
IMAGE UPSCALER Upscale your images by 2x or 4x in seconds. It can also remove noise and recover beautiful details.
REPLACE BACKGROUND Teleport anything, anywhere with AI
TEXT REMOVER Remove text from any image
SKY REPLACER Replace gray sky with blue sky in a snap
please respond to the follow questions, thanks
Hey!
First of all, thanks for purchasing AI Image Pro.
Please find my answers below:
1. Next update should include adding AI styles to images. It’s a big update so it will take some time to ship.
2. If you mean the width of the editor (using [ai_image_pro]) shortcode, you can pass in the width parameter. E.g. [ai_image_pro width=”100%”] For more information on the available parameters please check the documentation pdf file that comes with the plugin.
3. It’s not possible to disable the login to use the plugin. AI Image Pro uses native media library of WordPress to store images, and in order to be able to use the media library a user has to be logged in.
4. Regarding all the AI features that you suggested, currently the plugin integrates with Stability.ai’s API, which only supports generating AI image, but doesn’t support any of the features you suggested. To support these features another API (or more APIs) has/have to be integrated. I’ve already added them to my research list to see if it will be possible to integrate them into the plugin in the future.
Have a great day!
Clipdrop.co by Stability.ai can do all this features check https://clipdrop.co/stable-diffusion
Nice! thanks for sharing! I will definitely put that on the roadmap.
Hello nice script, i want to buy. do you have in plan to add all features like remove bg, reimages, and other ai features? and please add possibility to join with subscribe (payments),also user can use this ai also without login or with login or bought or all this three options? thanks
hey!
Thanks a lot for your interest in AI Image Pro!
The plugin already has integration for credit system so you can offer it as a SaaS to your users. However, the plugin doesn’t handle payments. There are many payment plugins that you can use for that purpose and integrate with AI Image Pro.
I will add your other suggestions to the research list to be add in the future
Have a great day!
Hi, thank you for your awesome plugin. Front-end integration is great, our users love it! But it would be way more easy for them to have “default” settings. So I can select the “best” model for my users, as well as the size of the image (so it does not generate errors when size for a specified model is below the requiered size…). Could you add backend the ability to set default settings? Default model, image size, number of steps, number of images, seed… Would allow a way less brainy experience for users of stable diffusion!
Hey!
First of all, thank you for purchasing AI Image Pro! I’m super glad that you like the plugin
Regarding your request, you can already set these default options in the settings page. Please see below image:
https://ibb.co/rQMSrxTPlease let me know if this answers your question or you meant something else. Have a great day!
Thank you for your quick feedback!
My issues:
(1) Since the image size requiered for some model are specific (for eg. no less than 512px height for some, or 1024×1024 for others) and as it throw error messages if the size is not the good one, well it is important to be able to set default size so users wont have to test themselves and see the error messages… So its mainly ability to set default image size
(2) A bug? When I try to set the Default sampler to “K_DPMPP_2M” when I hit “Save settings” it does not store it (it keeps the “K_EULER_ANCESTRAL” as default…). Note: I use “Stable Diffusion v2.2.2-XL Beta” as default model.
You are always welcome
Sure, I will add default options for image size and check out the issue with sampler.
Have a great start of the week!
Great thank you so much! One more very important issue for us: currently frontend access is made using an Iframe. Therefore it seems we need to add this capability to (frontend) users to allow them to use the tool: edit_posts Problem: with this capability, frontend users can edit posts backend, and see other URL from backend. So it creates a security issue. Do you plan to create your own capability, or do you have a workaround to allow users to use the interface frontend without being allowed to access backend and edit posts?
You are always welcome!
The thing with the edit_post capability is; the plugin uses the builtin WordPress media library to store and manage photos to provide a seamless native experience. In order to use the native media library, a user needs edit_posts capability.
Note that edit_posts only allows users to edit their own posts, not posts created by other users (for which they need edit_others_posts capability to edit). So this should not pose security issues, however I understand your concern of clean separation, but unfortunately building a complete image storage & library will be a big change since all the built-in functions of the native media library will need to be rebuilt.
I hope this answered your question. Please let me know if you have any other questions.
Hey! I’ve just released a new version with ability to adjust the default image size and fixed the issue with selecting default sampler. Hope you will like it
thanks a lot
Another subject for you.
Stable Diffusion (SD) is amazing. But it needs users to know SD prompt engeneering. For XL model, there are many available prompts.
Idea for new feature: when XL model is selected, show a list of “template” prompts.
For example if the user writes “cat”, and select the template “cinematic”, the plugin would automatically write:
cinematic film still cat shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy
You can think of a fixed list of templates, or ability for admins to create their template backend, and the list in the editor would list all templates created by admin (I think it would be more powerful that way and take maybe less time to develop for you? as they are 100’s of templates).
See this its incredible: https://stable-diffusion-art.com/sdxl-styles/
What do you think? 106 styles for Stable Diffusion XL model – Stable Diffusion ArtStable Diffusion Art 106 styles for Stable Diffusion XL model – Stable Diffusion Art Stable Diffusion Art
Thanks for your suggestion
This is a nice one. I had also in mind something like that would be a bit more visual. So basically the plugin would show certain styles (as images) to choose from. But what you suggested would be less effort to implement. I will certainly consider that when developing this feature.
Have a great day!
Thanks a lot. this si great. looking forward to see the next update with styles:) Excellent work!
you are always welcome
Hi there, have installed the plugin along with API’s – front end is not displaying for any user it says ‘Sorry, you are not allowed to access this page.’
Front end editor only shows for admin only – also credits are not being removed when I generate an image.
Thanks
Hey!
Thanks for purchasing AI Image Pro.
There is the “Enable in Frontend For Role” setting on the settings page. Using this option you can set the role of users that are supposed to see the editor. The editor does not show for non-signed in users, so you will need to prompt your users to sign in/register to your website (because of the credit system), and then the editor should show only to the users that have the role you set in the “Enable in Frontend For Role”.
Please tweak that setting to choose the proper role.
Let me know if that works.
Credits will be removed only for non-admin users. Admin users can generate infinite number of images because they are the admins of the website.
Have tried all of the options above and still no joy – set the role as ‘customer’ and allocated credits to user and still not showing in the front end. Please can you help.
got it working didnt seem to work with the ‘customer’ role
Great to hear it’s now working
sorry one thing I have noticed that it can work front end but it only seems to work the editor role only – I have tried and assigned with different multiple roles like ‘customer’ and it does not show front end – only with ‘editor’ role.
You might need to triple check this issue your end.
Cheers
Hey!
True, plugin needs user to be an editor (with edit_posts capability) in order to be able to use. This is because the plugin makes use of the builtin WordPress media library for greater native integration.The media library requires that capability in order for the user to be able to upload images (or add images) to it.
Cheers!
Is there any possibility to work with the tool like this:
It gets access to my article post and consider that as context, then generate suitable image for selected section, considering a pre-defined prompt or style.
Hey,
Thanks for your interest in AI Image Pro!
You might be interested in my other plugin AIKit.
AIKit allows you to automate content generation along with images and you can preconfigure it to use a certain style.
I encourage you to check it out to see if it fits your use case:
https://codecanyon.net/item/aikit-wordpress-ai-writing-assistant-using-gpt3/40507643Let me know if you have any more questions.
Hello.
Any possibility in the future to add the option to generate featured images in bulk for all posts?
Hey!
Thanks for your suggestion!
I will add that to my research list to integrate in the future.
Have a great weekend!
I recently purchased the regular license for the WordPress AI Image Pro plugin on 15th August 2023. I was genuinely looking forward to integrating it into my workflow and seeing the benefits it could bring to my website.
However, after installing and attempting to use the plugin, I’ve realized that it doesn’t support the Elementor page builder, which is a crucial tool for my website’s design and functionality. I had hoped to seamlessly integrate the AI Image Pro plugin with Elementor, but unfortunately, this seems not to be the case.
Understanding that sometimes software limitations exist, and while I genuinely appreciate the effort put into developing the WordPress AI Image Pro plugin, it won’t be feasible for me to use it without Elementor support.
Given the circumstances, I kindly request a refund for my purchase. I trust that you will understand my position and I assure you that my decision is based solely on the compatibility issue and not on the overall quality of the product.
I appreciate your assistance in this matter and hope for a swift resolution. Please let me know if you require any additional information from my end.
Thank you for your understanding and assistance.
Hey!
Refund granted. Best of luck!
Thank you for a quick reply! Anyway, you are doing an incredible job! Good luck!
Thank you
Hi, I have installed it and added the OpenAI API key. I added short code [ai_image_pro] to display Image creator on the front end. but it is showing an empty page. I have enabled “Enable in Frontend” option and “Enable Credits” option. Tested several times but showing empty page.
please check these URLs where I added shortcodes
https://myexpressions.in/ai-img/ https://myexpressions.in/ai-image-creator/Please check the possible solutions.
Thankyou.
Hey!
Thanks for purchasing AI Image Pro!
One thing to consider is the “Enable in Frontend For Role” setting on the settings page. Using this option you can set the role of users that are supposed to see the editor. The editor does not show for non-signed in users, so you will need to prompt your users to sign in/register to your website (because of the credit system), and then the editor should show only to the users that have the role you set in the “Enable in Frontend For Role”.
Please let me know whether that helps or not.
Have a great day!
Hi, I have enabled “Enable in Frontend For Role” already. Gave credits to users. But it not showing on front end.
Hey!
Is it possible to give me access to your website to check the problem?
If that’s possible, please send it to me via email: codeisawesome.hq [at] gmail.com
Hello Thank you for the new version of the plugin and its functionality in the frontend. This plugin is not compatible with wpuf (post generation by users in the frontend). so that wpuf restricts users’ access to WordPress dashboard and Ajax. While for your plugin to work properly, we have to remove this restriction in wpuf and in this situation, users will access the WordPress dashboard. Please check this so that users without access to the WordPress dashboard and Ajax can use your good plugin in the frontend.
Hey!
I’m glad to hear you like the plugin
AI Image Pro was built from the beginning for backend panel mainly, but I got multiple requests from users to allow frontend access and add some credit system to allow for SaaS use case, so I added that on top. I will add your suggestion to my research / todo list of the plugin to see how to mitigate that in the future, but it’s not an easy deed and will probably require a complete rewrite of that part in the plugin.
Thanks for your suggestions and have a great day!
Hi there,
Midjourney now offers API. It would be great if you added the best AI image generator out there. Regards
hey!
Thanks for your interest in AI Image Pro!
As far as i know, there is no official API released from MidJourney yet. Can you please share the link to the API release announcement that you saw?
You are right. My bad. There’s no official API for MidJourney
All good
Hi can i use it shopify store website
Hey!
Thanks for your interest in AI Image Pro!
Unfortunately not, you will need a WordPress website in order to use it.
Hello sir , it’s one of the best script that i saw here . i want to ask question about customisation , if you and your team can add and make changes for a special script … ( cloned some feature from other sites.??
Hey!
Thanks a lot for your interest in AI Image Pro!
Unfortunately due to lack of time capacity I have no ability to do any custom work now. I dedicate my time to adding new features and fixing bugs and making the plugins as great as they could be.
I have to mention that the plugin is developed with future modifications in mind. The code is very clean and written with the best programming practices, so i’d encourage you to find a developer on Fiverr or Upwork to do the customisations for you, and you can always refer them to me in case they have any questions about the code.
Have a great day!
Hey, Can you use this as a subscription service where subscriber can generate ai images from the frontend? Also there have 3 subscription plans
Hey!
Thanks for your interest in AI Image Pro!
The plugin allows you to display the editor on the frontend of your website and comes ready with a credit system where you can assign credit to your users and they can keep generating images only until they run out of credit. Also the plugin allows you to allow users of certain role to interact with the editor.
So yes, you can use it as a subscription service, but you will need to use a different plugin for handling the payments as AI Image Pro doesn’t handle payments. You will also need to assign the credit to your users once they pay (you can do that via user metadata fields programmatically) or manually via admin panel.
I hope this answers your questions. Let me know if you have any more questions anytime!
Have a great day!
Thanks
hello! demo user is not working
Hey!
Sorry for the inconvenience, demo user should be working now.
Any plans for native Elementor support CodeIsAwesome ?
Hey!
Thanks for your interest in AI Image Pro.
Currently there is no plan to integrate the full editor into Elementor, as editing images requires bigger space and Elementor provides only narrow side bar on the left to host the components which will not be suitable for image editing.
Maybe some experimentation around using popups here could work, but will need to be tested first from UX perspective.