-
-
Notifications
You must be signed in to change notification settings - Fork 871
Description
Labels: bug, documentation
Description
The Art skill documentation shows --size 2K as the primary example without explaining that size formats are model-specific. This causes Claude to repeatedly fail when switching models, as it keeps using the wrong size
format.
Current Behavior
Claude reads the docs, sees --size 2K as the example, then uses this format for all models. When switching to flux or gpt-image-1, it fails repeatedly:
Error: Invalid size for flux: 2K. Must be: 1:1, 16:9, 3:2, 2:3, 3:4, 4:3, 4:5, 5:4, 9:16, 21:9
Error: Invalid size for gpt-image-1: 1K. Must be: 1024x1024, 1536x1024, 1024x1536
Expected Behavior
| Model | --size Format |
Valid Values |
|---|---|---|
nano-banana-pro |
Resolution | 1K, 2K, 4K (requires --aspect-ratio) |
flux |
Aspect ratio | 1:1, 16:9, 3:2, etc. |
gpt-image-1 |
Pixel dimensions | 1024x1024, 1536x1024, 1024x1536 |
Affected Files
Packs/pai-art-skill/src/skills/Art/SKILL.mdReleases/v2.3/.claude/skills/Art/SKILL.md
Proposed Fix
Add a prominent "Model-Specific Size Requirements" section with a table and separate example commands for each model.
📊 STATUS: Issue content ready. Your private instance is already fixed.
➡️ NEXT: Install gh CLI or create issue manually at the link above.
🗣️ Jarvis: GitHub CLI not installed. Issue content ready for manual creation at danielmiessler PAI repo. So I came here manually :)