## Overview
This Nodespell snippet is a multi-dish **AI food image prompt and generation workflow**. It turns simple dish ideas into detailed visual prompts, then renders high‑resolution 4:3 food images using Google Nano Banana and Seedream models.
## What You'll Build
- A reusable pipeline that expands dish concepts into rich, camera-ready image prompts.
- 2K, 4:3 food photos for menus, blogs, or social media, exported as JPGs.
- Parallel image variants for multiple dishes in a single run.
- Optional text extras (like jokes or captions) powered by Gemini 2.5 Flash.
## How It Works
1. You describe dishes or ingredients through the 11 input nodes, guided by 10 **stickyNote** instructions (for example, “Generate a detailed prompt for image generation of the dish #1/#6, include all visible ingredients”).
2. Eight **geminiText** nodes call the **gemini-2.5-flash** model to expand each dish into a scene-level prompt: plating, lighting, background, camera style, and visible ingredients.
3. These enriched prompts fan out into eight **googleNanoBanana** nodes configured to a **4:3 aspect ratio** and **JPG** output, generating fast concept images and low-cost visual drafts.
4. Once satisfied with prompts, they feed into six **seedream** image nodes (seedream4/5/6/7/8) set to **2K resolution (2048Ă—2048), 4:3, max_images: 1, sequential_image_generation: disabled** for sharp, production-ready renders.
5. A **stickyImage** node can serve as an optional visual reference, helping align AI output to a brand or photography style.
6. Twelve output nodes collect final images and text so you can review, compare dishes, and export for menus, posts, or recipe apps.
## Best For
- Food bloggers and creators needing consistent, high-quality dish imagery.
- Restaurant owners and menu designers prototyping layouts and specials.
- Recipe platforms and cooking apps generating scalable visual libraries.
- AI artists and prompt engineers exploring food photography styles.
- Marketing teams producing rapid A/B-tested visuals for campaigns.
Try this snippet in Nodespell to rapidly turn raw dish ideas into polished, high-resolution food visuals.