workspace/
├── main.py # 程序主入口
├── prompt/
│ ├── get_insert_position.txt # 提示词:获取图片插入位置及上下文
│ ├── draw_by_text.txt # 提示词:根据文本生成图像
│ └── eval_image.txt # 提示词:图像与文本一致性自动评分
├── output/ # 输出图像与结果保存目录