Selfie Pics from ChatBot

I’m building some chatbots here on Make.com and I’d like to add a send selfie feature. Has anyone tried to do this?

1 Like

By selfie feature, do you mean the ability to send images through make? Or specifically just selfies

This seems like a complex scenario you’re trying to make, perhaps exporting the blueprint might help others investigate further and answer your question.

At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (119.3 KB)

3 Likes

There’s a stable diffusion api module made by makemarket.io. I think it’ll work with that. Just have to figure out the plumbing. I can pass a “selfie” command into the chatbot to trigger the stable diffusion. For now it would just be a text to image command. But I don’t know how to get the file from the output to then send into the bot. Anyone ever use that module?

Took some tinkering, but got it working. Tricky to create a good selfie prompt…

3 Likes

Heya @Alan3 welcome to the community :wave:

First of all, it’s great to hear that you managed to figure this out, and thanks a lot for updating us about your progress :clap:

Also, could you maybe share a short summary of how you got things up and running? It could be super helpful to folks who are looking for similar information in the future. Thanks a lot :pray: :make:

2 Likes