I would like to create an image and post it on wordpress, or linkedin, social networks.
blueprint (5).json (10.6 KB)
Please, find attached is the example blueprint created for this case
I would like to create an image and post it on wordpress, or linkedin, social networks.
blueprint (5).json (10.6 KB)
Please, find attached is the example blueprint created for this case
To do this, you can try using the Freepik “Create an Image from Text” module —
Creates an image from a text description.
For more information about the Create an Image from Text module and Freepik app, see the corresponding Integrations page and the Help Centre documentation.
If you need further assistance, please provide the following:
Could you please share screenshots of your full scenario? Also include screenshots of any error messages, module settings (fields), relevant filter settings (conditions), and module output bundles. We need to see what you’re working with to give you the best advice.
You can upload images here using the Upload icon in the text editor:
We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and prevent tracking cookies from third-party websites.
Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt
file.
You can upload the file here by clicking on this button:
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.
Sharing these details will make it easier for others to assist you.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
I attached the blueprint in my initial message; it’s a simple scenario.
Now I’m attaching the output bundle and a screenshot of the scenario.
The problem is transferring the image from Freepik to WordPress.
[
{
"data": [
{
"base64": "IMAGE",
"seed": -1,
"image": {
"size": "social_post_4_5",
"width": 896,
"height": 1152
},
"num_inference_steps": 8,
"guidance_scale": 1
}
}
]
Best regards,
Looks like there’s no error message, what is the problem?
But the image is not uploaded to WordPress; an object is uploaded that has size but no content.
Okay, please provide screenshots of module settings as requested.
all the configuration you can see in the json
besides the prompt, there are few extra settings
the only thing left to do is to convert that base64 image to png or jpg format, but for whatever reason it does not work.
I went to attach the image generated in WP and this chat error is displayed
“Sorry, but we couldn’t determine the size of the image. Maybe your image is corrupted?”