<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Prompt 工程 on Huoke.Me - 跨境生活，从理财开始！</title><link>https://blog.huoke.me/tags/prompt-%E5%B7%A5%E7%A8%8B/</link><description>Recent content in Prompt 工程 on Huoke.Me - 跨境生活，从理财开始！</description><generator>Hugo</generator><language>cn</language><lastBuildDate>Thu, 21 May 2026 20:00:00 +0800</lastBuildDate><atom:link href="https://blog.huoke.me/tags/prompt-%E5%B7%A5%E7%A8%8B/index.xml" rel="self" type="application/rss+xml"/><item><title>AI 内衣自拍：绕过滤镜出图</title><link>https://blog.huoke.me/posts/ai-lingerie-prompt/</link><pubDate>Thu, 21 May 2026 20:00:00 +0800</pubDate><guid>https://blog.huoke.me/posts/ai-lingerie-prompt/</guid><description>&lt;blockquote>
&lt;p>🎯 一句话：内衣自拍是 GPT Image 2 安全过滤最难通过的题材——用随机化描述 + 绕检策略，批量生成不触发过滤的 lingerie 风格美女图。&lt;/p>&lt;/blockquote>
&lt;p>&lt;img src="https://blog.huoke.me/img/posts/ai-lingerie-prompt/cover.webp" alt="AI 内衣自拍风格示例" width="1200" height="480" loading="lazy" decoding="async">
&lt;/p>
&lt;hr>
&lt;h2 id="-为什么内衣题材最难">📌 为什么内衣题材最难&lt;/h2>
&lt;p>GPT Image 2 的安全过滤对「性感」「内衣」「蕾丝」极度敏感。继 &lt;a href="https://blog.huoke.me/posts/gpt-image2-girl/">GPT Image 2 安全出图指南&lt;/a>
 之后，内衣自拍是下一个更难攻克的关卡。&lt;/p>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>难度&lt;/th>
 &lt;th>题材&lt;/th>
 &lt;th>通过率&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>☆&lt;/td>
 &lt;td>日常人像&lt;/td>
 &lt;td>~95%&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>☆☆&lt;/td>
 &lt;td>时尚写真&lt;/td>
 &lt;td>~80%&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>☆☆☆&lt;/td>
 &lt;td>泳装/运动&lt;/td>
 &lt;td>~60%&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>☆☆☆☆&lt;/td>
 &lt;td>lingerie 内衣&lt;/td>
 &lt;td>~30-40%&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>☆☆☆☆☆&lt;/td>
 &lt;td>裸感/裸露&lt;/td>
 &lt;td>&amp;lt;5%&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>核心难点在「内衣」是过滤器的直接触发词，必须用绕检策略替代直白的身体描述。&lt;/p>
&lt;hr>
&lt;h2 id="-绕检策略核心">⚙️ 绕检策略核心&lt;/h2>
&lt;h3 id="1-随机化防触发">1. 随机化防触发&lt;/h3>
&lt;p>每次生成的服装设计、配色、被摄体描述都随机变化，避免固定模式被过滤器学习。&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:2;-o-tab-size:2;tab-size:2;">&lt;code class="language-gdscript3" data-lang="gdscript3">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a40000">👎&lt;/span> &lt;span style="color:#a40000">固定写法（容易撞检）：&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">black&lt;/span> &lt;span style="color:#000">lace&lt;/span> &lt;span style="color:#000">bra&lt;/span> &lt;span style="color:#ce5c00;font-weight:bold">+&lt;/span> &lt;span style="color:#000">matching&lt;/span> &lt;span style="color:#000">panties&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a40000">👍&lt;/span> &lt;span style="color:#a40000">随机化写法（稳定出图）：&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">randomized&lt;/span> &lt;span style="color:#000">lingerie&lt;/span> &lt;span style="color:#000">set&lt;/span> &lt;span style="color:#204a87;font-weight:bold">in&lt;/span> &lt;span style="color:#000">pastel&lt;/span> &lt;span style="color:#204a87;font-weight:bold">or&lt;/span> &lt;span style="color:#000">jewel&lt;/span> &lt;span style="color:#000">tones&lt;/span>&lt;span style="color:#000;font-weight:bold">,&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#000">design&lt;/span> &lt;span style="color:#000">varies&lt;/span> &lt;span style="color:#000">each&lt;/span> &lt;span style="color:#000">generation&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h3 id="2-用材质设计词替代暴露词">2. 用材质/设计词替代暴露词&lt;/h3>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>❌ 触发词&lt;/th>
 &lt;th>✅ 替代词&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>胸/胸部&lt;/td>
 &lt;td>上身轮廓、自然曲线&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>内裤/panties&lt;/td>
 &lt;td>下身搭配、低腰剪裁&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>性感/sexy&lt;/td>
 &lt;td>优雅成熟、精致美感&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>蕾丝/lace（单独）&lt;/td>
 &lt;td>lace trim 作为设计元素&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>自拍/selfie&lt;/td>
 &lt;td>personal capture 或直拍&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;h3 id="3-每轮换对话">3. 每轮换对话&lt;/h3>
&lt;p>GPT Image 2 在同一个对话窗口会记忆触发历史。生成内衣类图片时，每次重新开对话，不复用旧会话。否则即使上次通过了，下次也可能被拒绝。&lt;/p></description></item></channel></rss>