Image generation + Web Browsing = not working

When i use Image generation and Web Browsing, the Axe stops generating images… I really wanted to use both… Is this a bug?

You cannot use 2 actions at the same time currently. If you are very explicit about when you want it to generate an image, and when you want it to web browse, it will work. But if you aren’t specific, it may get confused. Hope this helps!

HI, thanks for the reply! I’ve tried to be more specific, even break it down to 2 tasks, 1st web search for text generation 2nd task to create image,but yes it gets all confused… i’ve tried this in chatgpt and it does it well… I think i’ll go for 2 different pickaxes then.

1 Like

This tool is a form, so it only does one generation. So currently, it can only do one action. You’d have to use a chat to get one, and then the other.

1 Like

Can I upload an image to generate an image from the first one?
I aks this, because I want to build an image profile generator.
I saw this is not possible at this time?

It is possible to build an action to do this, but none of our existing actions currently support it. It may be coming soon.

You can kinda do this. Here’s some tips.

SETUP:
Well you could create a chatbot using GPT-4o with file upload enabled. This tutorial video explains how to create vision-based chatbots in Pickaxe. Then you would also enable image generation.

Conversation Flow

  • First you would ask the user to upload a image they like.
  • Then you would instruct it to write a detailed description of the image and the art.
  • Then you would instruct the chatbot to use that image description to create a new image of whatever the user wants.

This would be a pretty good way to get images similar to the uploaded one.