You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add comprehensive documentation for intelligent prompt enhancement feature
- Document SKIP_PROMPT_ENHANCEMENT environment variable for direct prompt control
- Explain two-stage process (Gemini 2.0 Flash for optimization + 2.5 Flash for generation)
- Update performance tips to reflect automatic enhancement benefits
- Bump minor version from 0.1.1 to 0.2.0 for new structured prompt feature
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,13 @@ A powerful MCP (Model Context Protocol) server that enables AI assistants to gen
5
5
## ✨ Features
6
6
7
7
-**AI-Powered Image Generation**: Create images from text prompts using Gemini 2.5 Flash Image Preview
8
+
-**Intelligent Prompt Enhancement**: Automatically optimizes your prompts using Gemini 2.0 Flash for superior image quality
9
+
- Adds photographic and artistic details
10
+
- Enriches lighting, composition, and atmosphere descriptions
11
+
- Preserves your intent while maximizing generation quality
8
12
-**Image Editing**: Transform existing images with natural language instructions
13
+
- Context-aware editing that preserves original style
14
+
- Maintains visual consistency with source image
9
15
-**Advanced Options**:
10
16
- Multi-image blending for composite scenes
11
17
- Character consistency across generations
@@ -62,6 +68,18 @@ Add to your Cursor settings:
62
68
- Defaults to `./output` in the current working directory if not specified
63
69
- Directory will be created automatically if it doesn't exist
64
70
71
+
### Optional: Skip Prompt Enhancement
72
+
73
+
Set `SKIP_PROMPT_ENHANCEMENT=true` to disable automatic prompt optimization and send your prompts directly to the image generator. Useful when you need full control over the exact prompt wording.
0 commit comments