⚙️ 自动化 社区

批量图片生成与处理

让 Claude 将多个设计提示批量提交到图片生成工具,自动收集和整理输出结果

★★☆ 中级 30-60 min 2026年1月15日
📋

使用场景

💬

提示词

I have a list of 30 design prompts in ~/design/prompts.txt

Please help me batch generate images:
1. Record my workflow with the image generation tool
2. For each prompt in the file:
   - Submit the prompt to the tool
   - Wait for generation to complete
   - Download the result
   - Rename with format: prompt-number_001.png
3. Organize all outputs to ~/design/outputs/
4. Create a catalog spreadsheet linking prompts to filenames
5. Run this as a background task

预期结果

💡

使用技巧

  • 首先录制一个完整的提示-生成-下载周期,确保 Claude 理解整个流程
  • 在提示文件中使用清晰的编号,便于后续匹配输出文件
  • 对于大批量任务,可以分批处理以避免工具的速率限制