修复种草图生成:以三合一主图为参考 img2img 生成,按颜色分配(每色优先、超出随机补足);新增 BR/CA/DE/ES/IT/PL/SA 七国配置与提示词;删除验证用测试脚本
This commit is contained in:
@@ -13,6 +13,10 @@ class AgentState(TypedDict, total=False):
|
||||
country_config: Dict[str, Any] # 该国合并后的配置(全局 + configs/countries/*.yaml + prompts/<country>/aesthetics.yaml)
|
||||
prompts_dir: str # prompts/<country> 绝对路径
|
||||
output_dir: str # output/<country> 绝对路径
|
||||
cache_dir: str # output/<country> 根目录(采集缓存/去重/简报缓存)
|
||||
task_timestamp: str # 任务开始时间戳(OSS 路径段 / 产物文件夹名)
|
||||
oss_seq: int # 货号计数(000 起,最多 999)
|
||||
base_image: str # 平铺衣服底图路径(可选,印图用)
|
||||
|
||||
# —— 流水线数据(逐节点累积)——
|
||||
raw_rows: List[Dict[str, Any]] # fetch 产出:各源原始行(统一格式)
|
||||
|
||||
Reference in New Issue
Block a user