René's URL Explorer Experiment


Title: 【案例】Curation Studio | 为电商单品生成策展内容 · Issue #17 · modelstudioai/modelstudioai.github.io · GitHub

Open Graph Title: 【案例】Curation Studio | 为电商单品生成策展内容 · Issue #17 · modelstudioai/modelstudioai.github.io

X Title: 【案例】Curation Studio | 为电商单品生成策展内容 · Issue #17 · modelstudioai/modelstudioai.github.io

Description: 我做了什么 使用 Antigravity + 百炼 CLI,搭建了一个具有顶级视觉品味的电商内容策展工坊。 用户只需上传一张商品参考照或草图并输入简短说明: 后端调用 Qwen-VL (bl vision describe) 提取商品高保真的器形、材质、色彩和标签特征。 将主体特征融入三个专业电商镜头 Prompt(全景意境、宏观特写、生活日常),通过百炼 bl image generate 并行生成多角度的三帧主图分镜。 将第一张分镜大片传入 HappyHorse (...

Open Graph Description: 我做了什么 使用 Antigravity + 百炼 CLI,搭建了一个具有顶级视觉品味的电商内容策展工坊。 用户只需上传一张商品参考照或草图并输入简短说明: 后端调用 Qwen-VL (bl vision describe) 提取商品高保真的器形、材质、色彩和标签特征。 将主体特征融入三个专业电商镜头 Prompt(全景意境、宏观特写、生活日常),通过百炼 bl image generate...

X Description: 我做了什么 使用 Antigravity + 百炼 CLI,搭建了一个具有顶级视觉品味的电商内容策展工坊。 用户只需上传一张商品参考照或草图并输入简短说明: 后端调用 Qwen-VL (bl vision describe) 提取商品高保真的器形、材质、色彩和标签特征。 将主体特征融入三个专业电商镜头 Prompt(全景意境、宏观特写、生活日常),通过百炼 bl image generate...

Opengraph URL: https://github.com/modelstudioai/modelstudioai.github.io/issues/17

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"【案例】Curation Studio | 为电商单品生成策展内容","articleBody":"## 我做了什么\n使用 Antigravity + 百炼 CLI,搭建了一个具有顶级视觉品味的电商内容策展工坊。\n\n用户只需上传一张商品参考照或草图并输入简短说明:\n1. 后端调用 Qwen-VL (bl vision describe) 提取商品高保真的器形、材质、色彩和标签特征。\n2. 将主体特征融入三个专业电商镜头 Prompt(全景意境、宏观特写、生活日常),通过百炼 bl image generate 并行生成多角度的三帧主图分镜。\n3. 将第一张分镜大片传入 HappyHorse (bl video generate) 烘焙出 5 秒的光影微移运镜视频。\n4. 使用 CosyVoice 闪播模型 (bl speech synthesize) 朗读由 Qwen3.7 策划的优雅杂志解说文案。\n5. 前端利用 React + Tailwind CSS v4 + Framer Motion 编排成 Bento Grid 展示面板,带有 3D 深度随动、发光打字机、分镜切换视差以及沉浸式有声视频剧院弹窗。\n\n\n## 使用的工具\n\n- 百炼 CLI: \n  - bl vision describe(多模态主体特征提取)\n  - bl image generate(多视角主图分镜渲染)\n  - bl video generate(氛围感图像变视频)\n  - bl speech synthesize(CosyVoice 旁白配音合成)\n  - bl text chat(Qwen 广告解说词撰写)\n- 其他:React、Tailwind CSS v4、Framer Motion 、Node.js Express 后端服务器,Antigravity \n\n## 效果展示\n\n\u003cimg width=\"2116\" height=\"1634\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/d6f58f25-01e9-4464-803b-7697bd0ae0f9\" /\u003e\n\n\u003cimg width=\"2314\" height=\"1656\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4a40da0e-705a-4c1f-8495-d9404f0b9b81\" /\u003e\n\n## 踩坑记录(可选)\n\u003e 以下由 AI 总结和生成\n\n1. 命令行特殊字符转义语法错误:Qwen-VL 返回的英文视觉描述中往往包含双引号(\")和圆括号(())。当使用 Node.js 的 exec 进行 shell 字符串拼接时,这些字符直接破坏了外部命令行包裹,导致进程中断。\n  - 解决方法:后端全面废弃 exec 拼接,改用 Node 原生安全的 execFile(\"bl\", [\"text\", \"chat\", \"--message\", textPrompt]) 数组传参模式,不经由 Shell 解析,完美根治了任何符号导致运行中断的问题,并强制开启 --output text 纯文本接收模式。\n2. Qwen-Image 多种子高度重合问题:直接调用 bl image generate --n 3 产生的 3 张图只有微小光斑变动,视角完全没有变化。\n  - 解决方法:设计了专业电商镜头 Prompt 矩阵(全景意境Establishing、微距特写Macro、生活日常Lifestyle),进行多路并行并发调用,不仅完美拉开了视角与拍摄构图的丰富度,同时保证了生图效率。\n3. CosyVoice-v3-flash 声音命名限制:新版声音名称必须带有 _v3 后缀(如 longwan_v3),如果填入老版音色名(如 longwan 或 longanyang)会直接报 418 请求错误。\n  - 解决方法:使用 bl speech synthesize --list-voices --model cosyvoice-v3-flash 查询并更新音色 ID 后解决。\n4. 视频由于 Object-Cover 产生画幅截断:由于 Bento 布局中视频卡片尺寸固定,object-cover 填充模式会导致长画幅视频的边缘被裁剪,且默认循环播放时处于静音状态。\n  - 解决方法:在卡片边缘新增了网格内“Fit / Fill”自适应画幅切换开关,并集成了沉浸式 Fullscreen Lightbox 剧院模式,点击可唤醒解除静音、带全套原装控制器的无损大片播放弹窗。\n\n","author":{"url":"https://github.com/DawnLck","@type":"Person","name":"DawnLck"},"datePublished":"2026-06-28T08:25:37.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/17/modelstudioai.github.io/issues/17"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:91759755-b9fa-8d67-8912-116a992d4718
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBEA2:56830:240F702:300B357:6A5206B4
html-safe-noncea2e714b8c1b58def863dcf6f67e713fc377e8fdf8c3a86229e2a17bc77efbe28
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUEyOjU2ODMwOjI0MEY3MDI6MzAwQjM1Nzo2QTUyMDZCNCIsInZpc2l0b3JfaWQiOiI3NzI4NzM2NDkzNTEwOTg1Mzk2IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac849120b38be2cbf2380d5294c409b2ce01d7c0a9558c687a47c880fb392e950d
hovercard-subject-tagissue:4761590792
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/modelstudioai/modelstudioai.github.io/17/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8fcc49875ee22be190f88e9a1fe593aaa36ac2793bae5b647e2bb5193af4ae08/modelstudioai/modelstudioai.github.io/issues/17
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8fcc49875ee22be190f88e9a1fe593aaa36ac2793bae5b647e2bb5193af4ae08/modelstudioai/modelstudioai.github.io/issues/17
og:image:alt我做了什么 使用 Antigravity + 百炼 CLI,搭建了一个具有顶级视觉品味的电商内容策展工坊。 用户只需上传一张商品参考照或草图并输入简短说明: 后端调用 Qwen-VL (bl vision describe) 提取商品高保真的器形、材质、色彩和标签特征。 将主体特征融入三个专业电商镜头 Prompt(全景意境、宏观特写、生活日常),通过百炼 bl image generate...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDawnLck
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/modelstudioai/modelstudioai.github.io git https://github.com/modelstudioai/modelstudioai.github.io.git
octolytics-dimension-user_id283556804
octolytics-dimension-user_loginmodelstudioai
octolytics-dimension-repository_id1263703297
octolytics-dimension-repository_nwomodelstudioai/modelstudioai.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1263703297
octolytics-dimension-repository_network_root_nwomodelstudioai/modelstudioai.github.io
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/modelstudioai/modelstudioai.github.io/issues/17#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fmodelstudioai.github.io%2Fissues%2F17
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmodelstudioai%2Fmodelstudioai.github.io%2Fissues%2F17
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=modelstudioai%2Fmodelstudioai.github.io
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/17
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/17
Reloadhttps://github.com/modelstudioai/modelstudioai.github.io/issues/17
Please reload this pagehttps://github.com/modelstudioai/modelstudioai.github.io/issues/17
modelstudioai https://github.com/modelstudioai
modelstudioai.github.iohttps://github.com/modelstudioai/modelstudioai.github.io
Notifications https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Fork 2 https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Star 3 https://github.com/login?return_to=%2Fmodelstudioai%2Fmodelstudioai.github.io
Code https://github.com/modelstudioai/modelstudioai.github.io
Issues 8 https://github.com/modelstudioai/modelstudioai.github.io/issues
Pull requests 0 https://github.com/modelstudioai/modelstudioai.github.io/pulls
Actions https://github.com/modelstudioai/modelstudioai.github.io/actions
Projects https://github.com/modelstudioai/modelstudioai.github.io/projects
Security and quality 0 https://github.com/modelstudioai/modelstudioai.github.io/security
Insights https://github.com/modelstudioai/modelstudioai.github.io/pulse
Code https://github.com/modelstudioai/modelstudioai.github.io
Issues https://github.com/modelstudioai/modelstudioai.github.io/issues
Pull requests https://github.com/modelstudioai/modelstudioai.github.io/pulls
Actions https://github.com/modelstudioai/modelstudioai.github.io/actions
Projects https://github.com/modelstudioai/modelstudioai.github.io/projects
Security and quality https://github.com/modelstudioai/modelstudioai.github.io/security
Insights https://github.com/modelstudioai/modelstudioai.github.io/pulse
【案例】Curation Studio | 为电商单品生成策展内容https://github.com/modelstudioai/modelstudioai.github.io/issues/17#top
showcased已收录上线https://github.com/modelstudioai/modelstudioai.github.io/issues?q=state%3Aopen%20label%3A%22showcased%22
https://github.com/DawnLck
DawnLckhttps://github.com/DawnLck
on Jun 28, 2026https://github.com/modelstudioai/modelstudioai.github.io/issues/17#issue-4761590792
https://private-user-images.githubusercontent.com/12195307/614231143-d6f58f25-01e9-4464-803b-7697bd0ae0f9.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjA4NjQsIm5iZiI6MTc4Mzc2MDU2NCwicGF0aCI6Ii8xMjE5NTMwNy82MTQyMzExNDMtZDZmNThmMjUtMDFlOS00NDY0LTgwM2ItNzY5N2JkMGFlMGY5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDA5MDI0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhZGYwMjAwYzE3NDY5Yzg2MjAzN2YyNDkyOGQwYTQxYWU4ZTkwYzNhYTdkYzUyNzBkMTA0YmQ0NDhlMjM3NjAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.sV-q1XhDsKQSL6GjH2oLmdAo6uODLDpTd5WteBD3oOs
https://private-user-images.githubusercontent.com/12195307/614231155-4a40da0e-705a-4c1f-8495-d9404f0b9b81.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODM3NjA4NjQsIm5iZiI6MTc4Mzc2MDU2NCwicGF0aCI6Ii8xMjE5NTMwNy82MTQyMzExNTUtNGE0MGRhMGUtNzA1YS00YzFmLTg0OTUtZDk0MDRmMGI5YjgxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzExVDA5MDI0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTZjNGIzMjFkMjY3Y2NiYzBkYzFkNzdhODg0ZGQ1N2MwYTFiMWJmOGNkYjYxOWZkMjdmMWQ1YzBmZjYzMWExZjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRnBuZyJ9.Tiqx9HgiRBsMBJ85TkewFeWj8CKAv-gG67BAE6qhvIk
showcased已收录上线https://github.com/modelstudioai/modelstudioai.github.io/issues?q=state%3Aopen%20label%3A%22showcased%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.