Block 1 - On clicking 'execute'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Generate Images from Text with IBM Granite Vision 3.3 2B AI Model Overview This workflow uses the ibm granite/granite vision 3.3 2b model (hosted on Replicate) to generate AI images. It starts m...
n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceThis workflow uses the ibm-granite/granite-vision-3.3-2b model (hosted on Replicate) to generate AI images. It starts manually, sends a request to the Replicate API, waits for the result, and finally outputs the generated image link.
Think of it as your AI art assistant β you click once, and it handles the full request/response cycle for image generation.
π Nodes:
π‘ Beginner takeaway: This section is like turning the key in the ignition. You start the workflow, and it loads your credentials so you can talk to Replicateβs API.
π Advantage: Keeps your API key stored inside the workflow instead of hard-coding it everywhere.
π Nodes:
granite-vision-3.3-2b) and input parameters (seed, temperature, max_tokens, etc.).π‘ Beginner takeaway: This is where the workflow actually asks the AI model to generate an image.
π Advantage: You can tweak parameters like creativity (temperature) or randomness (seed) to control results.
π Nodes:
Extract Prediction ID (Code) β Saves the unique job ID.
Wait (2s) β Pauses before checking status.
Check Prediction Status (HTTP Request) β Calls Replicate to see if the image is ready.
If Condition (Check If Complete) β
status = succeeded β move to resultπ‘ Beginner takeaway: Since image generation takes a few seconds, this section keeps asking the AI βare you done yet?β until the image is ready.
π Advantage: No need to guess β the workflow waits automatically and retries until success.
π Nodes:
Process Result (Code) β Extracts the final data:
π‘ Beginner takeaway: This section collects the finished image link and prepares it neatly for you.
π Advantage: You get structured output that you can save, display, or use in another workflow (like auto-sending images to Slack or saving to Google Drive).
| Section | Nodes | Purpose | Benefit |
|---|---|---|---|
| π’ Trigger & Setup | Manual Trigger, Set API Key | Start + load credentials | Secure API key management |
| π¦ Create Prediction | HTTP Request | Ask AI to generate image | Control creativity & output |
| π£ Polling | Extract ID, Wait, Check Status, If | Repeatedly check job status | Auto-wait until done |
| π΅ Process Result | Process Result | Extract image + details | Get clean output for reuse |
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate images from text with IBM Granite Vision 3.3 2B AI model |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Content Creation, Multimodal AI |
| Author | Yaron Been |
| Published | 05 Aug 2025 |
Use the JSON export at /data/workflows/7012/7012.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Generate Images from Text with IBM Granite Vision 3.3 2B AI Model Overview This workflow uses the ibm granite/granite vision 3.3 2b model (hosted on Replicate) to generate AI images. It starts m...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.