Skip to content

Commit 8c93db1

Browse files
kwistzzkwistzz
authored andcommitted
Position the community repo as Image2 Ads Studio
The public repository needs a shorter product-like identity tied to Image2 advertising workflows, so the README, package metadata, and workflow diagram now use Image2 Ads Studio. Constraint: Keep the existing community asset split and framework unchanged Rejected: Rename internal package workspaces | unnecessary for the public repo positioning change Confidence: high Scope-risk: narrow Tested: node scripts/validate-community.mjs community-export; node community-export/scripts/count-assets.mjs community-export; sensitive rg scan Not-tested: Full app build after text-only rename
1 parent ac75e96 commit 8c93db1

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Advertising Image Prompt Agent
1+
# Image2 Ads Studio
22

3-
Open-source advertising image prompt agent for turning business briefs and reference images into optimized image-generation prompts.
3+
An open-source prompt studio for generating high-quality advertising visuals with Image2.
44

5-
This repository is the **Community Edition** of an advertising vertical prompt agent. It focuses on the prompt planning layer before image generation: intent parsing, advertising templates, visual recipes, deterministic prompt checks, reference image policy, and a local Web workbench.
5+
This repository is the **Community Edition** of an advertising vertical prompt studio. It focuses on the prompt planning layer before image generation: intent parsing, advertising templates, visual recipes, deterministic prompt checks, reference image policy, and a local Web workbench.
66

77
![Workflow](docs/assets/github-workflow.svg)
88

99
## Why It Exists
1010

1111
General image-generation prompts are unstable for advertising production. A local shop owner may say "make a milk tea storefront signboard", but production-ready output needs structure: task type, industry, copywriting, aspect ratio, material constraints, reference image policy, and clear composition.
1212

13-
This agent turns that loose brief into an optimized prompt that can be manually tested in Image2 or another image-generation tool.
13+
Image2 Ads Studio turns that loose brief into an optimized prompt that can be manually tested in Image2 or another image-generation tool.
1414

1515
## Core Features
1616

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Advertising Image Prompt Agent
1+
# Image2 Ads Studio
22

3-
面向广告制作行业的开源作图 Prompt Agent:把业务白话需求和参考图,转成适合图像生成工具测试的优化提示词
3+
面向 Image2 广告作图的开源 Prompt Studio:把业务白话需求和参考图,转成适合商业广告出图测试的优化提示词
44

55
这是 **Community Edition**。它开源 Prompt Agent 框架、本地 Web 工作台、120 条业务模板和 75 条视觉配方;商业版保留完整模板库、ERP 集成、真实生图链路和生产案例库。
66

@@ -10,7 +10,7 @@
1010

1111
广告制作需求通常不是一句 prompt 能稳定解决的。比如“做一个奶茶店门头效果图”,真正可执行的作图指令需要包含作图类型、行业、文案、画幅、材质、灯光、参考图保留策略和负面约束。
1212

13-
这个 Agent 的目标是把前期需求整理成结构化作图方案,并输出 LLM 优化后的 final prompt,供 Image2 或其他图像生成工具手动测试。
13+
Image2 Ads Studio 的目标是把前期需求整理成结构化作图方案,并输出 LLM 优化后的 final prompt,供 Image2 或其他图像生成工具手动测试。
1414

1515
## 功能亮点
1616

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Architecture
22

3-
Advertising Image Prompt Agent is a prompt-planning system for advertising image generation.
3+
Image2 Ads Studio is a prompt-planning system for advertising image generation.
44

55
```mermaid
66
flowchart LR

docs/assets/github-workflow.svg

Lines changed: 2 additions & 2 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "advertising-image-prompt-agent",
2+
"name": "image2-ads-studio",
33
"version": "0.1.0",
44
"private": true,
55
"type": "module",

0 commit comments

Comments
 (0)