1
CoderLim OP |
2
CoderLim OP 发个图太难了,这帖子也不能删除吗?😂
|
3
letwewell 3 天前
把这张图丢给 ai ,让 ai 帮你分析并生成提示词
|
4
CoderLim OP @letwewell 不好使,我用 chatgpt 逆向了几套,然后用 chatgpt 、nano banana 、豆包都试了下,效果不好,前两者中文居然还是乱码,豆包的生成的太粗糙
|
5
Charon2050 3 天前
这个风格一看就是 Nano Banana Pro ( Gemini 3 Image Preview )。让它先出文字设计方案,再画图
|
6
kkth 2 天前
试试这个,我觉得跟你的风格很像
{ "task": "hand_drawn_travel_route_map", "language": "zh-CN", "style": { "theme": "xiaohongshu_handbook_travel_map", "medium": ["hand-drawn marker", "light watercolor texture"], "line_quality": "natural irregular hand sketch", "readability": "high", "resolution": "high" }, "canvas": { "aspect_ratio": "4:5", "background": { "type": "grid_paper", "color": "white", "grid_color": "light_gray", "grid_density": "notebook_small_grid" } }, "color_palette": { "main_text": "black", "highlight_text": "blue", "route_lines": "gray", "node_frames": "red", "highlight_block": "yellow_highlighter" }, "typography": { "font_style": "handwritten_chinese", "no_print_font": true, "text_crisp": true }, "layout": { "header": { "title_text": " [XX 省] 本地导游手绘的旅游地图", "title_emphasis": [ { "text": " [XX 省] 本地", "color": "red" }, { "text": "导游手绘", "color": "blue" } ], "underline": { "color": "red", "thickness": "medium", "length": "long" } }, "top_left_note": { "background": "yellow_highlighter_swatch", "text_color": "blue", "text": "内附:景点指南/美食推荐/游玩线路/游玩建议" }, "main_map": { "center_node": { "name": " [中心城市] ", "frame": { "shape": "hand_drawn_rectangle", "color": "red" } }, "nodes": [ { "name": " [景点 A] ", "frame": "red_hand_rectangle" }, { "name": " [景点 B] ", "frame": "red_hand_rectangle" }, { "name": " [景点 C] ", "frame": "red_hand_rectangle" } ], "connections": [ { "from": " [中心城市] ", "to": " [景点 A] ", "line_color": "gray", "label": "约 70 公里", "label_color": "blue" }, { "from": " [中心城市] ", "to": " [景点 B] ", "line_color": "gray", "label": "约 122 公里", "label_color": "blue" }, { "from": " [中心城市] ", "to": " [景点 C] ", "line_color": "gray", "label": "约 80 公里", "label_color": "blue" } ] }, "decorations": { "illustrations": [ { "type": "small_bridge", "style": "simple_hand_drawn", "position": "near_center" }, { "type": "ancient_pagoda_or_pavilion", "style": "simple_hand_drawn", "position": "bottom_left" } ], "right_hint": { "text": "详情请左滑", "arrow": { "style": "bold_hand_drawn", "direction": "right" } } } }, "negative_prompt": [ "realistic satellite map", "3D render", "photo style", "English text", "printed font", "watermark", "platform logo", "overly dense tiny text", "neon colors" ] } |