TravelContentCreator/poster_gen_config.json

80 lines
2.5 KiB
JSON
Raw Normal View History

{
"date": "4月30日, 4月28日, 5月1日",
2025-04-26 13:45:47 +08:00
"num": 1,
2025-04-26 11:40:21 +08:00
"variants": 3,
2025-04-24 18:10:31 +08:00
"topic_temperature": 0.2,
"topic_top_p": 0.3,
"topic_presence_penalty": 1.5,
"content_temperature": 0.3,
"content_top_p": 0.4,
"content_presence_penalty": 1.5,
"model": "qwenQWQ",
"api_url": "http://localhost:8000/v1/",
"api_key": "EMPTY",
"topic_system_prompt": "./SelectPrompt/systemPrompt.txt",
"topic_user_prompt": "./SelectPrompt/userPrompt.txt",
"content_system_prompt": "./genPrompts/systemPrompt.txt",
2025-04-24 18:57:05 +08:00
"poster_content_system_prompt": "./genPrompts/poster_content_systemPrompt.txt",
2025-04-24 21:44:05 +08:00
"prompts_config": [
{
"type": "Style",
"file_path": [
"./genPrompts/Style/攻略风文案提示词.txt"
2025-04-24 21:44:05 +08:00
]
},
{
"type": "Demand",
"file_path": [
"./genPrompts/Demand/亲子向文旅需求.txt",
"./genPrompts/Demand/周边游文旅需求.txt",
"./genPrompts/Demand/情侣向文旅需求.txt"
2025-04-24 21:44:05 +08:00
]
},
{
"type": "Refer",
"file_path": [
"./genPrompts/Refer/标题参考格式.txt",
"./genPrompts/Refer/正文开头引入段落参考.txt"
2025-04-24 21:44:05 +08:00
]
}
],
"resource_dir": [
{
"type": "Object",
"file_path": [
2025-04-26 11:40:21 +08:00
"./resource/Object/笔架山居森林度假酒店.txt",
"./resource/Object/乌镇民宿.txt"
]
},
{
"type": "Description",
"file_path": [
2025-04-26 11:40:21 +08:00
"./resource/Object/笔架山居森林度假酒店.txt",
"./resource/Object/乌镇民宿.txt"
]
},
{
"type": "Product",
2025-04-24 18:10:31 +08:00
"file_path": [
]
}
],
"output_dir": "./result",
2025-04-24 18:10:31 +08:00
"image_base_dir": "/root/autodl-tmp/TravelContentCreator/hotel_img",
"poster_assets_base_dir": "/root/autodl-tmp/poster_baseboard_0403",
2025-04-23 16:01:18 +08:00
"request_timeout": 210,
"max_retries": 3,
"description_filename": "description.txt",
"output_collage_subdir": "collage_img",
"output_poster_subdir": "poster",
"output_poster_filename": "poster.jpg",
"poster_target_size": [
900,
1200
],
2025-04-25 17:35:43 +08:00
"title_possibility": 0.3,
2025-04-24 19:09:50 +08:00
"text_possibility": 0.3,
"img_frame_possibility": 0,
"text_bg_possibility": 0,
"collage_style": ["grid_2x2", "overlap", "mosaic", "fullscreen", "vertical_stack"]
}