
By gerogero
Updated: February 7, 2026
本指南旨在帮助您尽快使用 Automatic1111 Stable Diffusion WebUI 生成高质量的 NSFW 图像。 我们将使用一些 Stable Diffusion 1.5 模型作为示例,以及一个 Pony Diffusion 模型。
为什么选择 A1111?因为它是最常用的 Stable Diffusion WebUI。然而,它的更新速度已经减缓,您可能更适合使用一个更新更频繁的 WebUI。
在本指南中,我们将生成以下图像:



遵循本指南的好处是您将拥有一个非常可定制且免费的设置。
请注意,网站上有一个免费的生成器,可以让您预览我们将在本指南中进行的操作:
这就是我毫不掩饰的推广。确实是毫不掩饰,因为我们的生成器真的那么好。我知道你不相信我……你只能自己试试。
现在让我们开始吧!
Civitai.com 是 NSFW AI 模型的家园。Civitai 仅在您拥有账户时显示 NSFW 模型。
注册一个账户,然后点击导航栏中的眼睛图标。勾选所有评级并取消勾选“模糊成人内容 (R+)”
现在您可以查看所有模型,包括 NSFW 模型。
作为示例,我将下载chilloutmix,这是一个很好的 NSFW 模型。
这是我们将用来生成图像的界面。
确保满足所需的依赖项,并按照以下说明进行操作:
或者,使用在线服务(如 Google Colab):
sd.webui.zip并解压其内容。update.bat。run.bat。有关更多详细信息,请参见在 NVidia GPUs 上安装和运行
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git。webui-user.bat。# 基于 Debian 的: sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0 # 基于 Red Hat 的: sudo dnf install wget git python3 gperftools-libs libglvnd-glx # 基于 openSUSE 的: sudo zypper install wget git python3 libtcmalloc4 libglvnd # 基于 Arch 的: sudo pacman -S wget git python3
如果您的系统非常新,您需要安装 python3.11 或 python3.10:
# Ubuntu 24.04 sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python3.11 # Manjaro/Arch sudo pacman -S yay yay -S python311 # 不要与 python3.11 包混淆 # 仅适用于 3.11 # 然后在启动脚本中设置环境变量 export python_cmd="python3.11" # 或在 webui-user.sh 中 python_cmd="python3.11"
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
或者只需在您想要的地方克隆仓库:
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
webui.sh。webui-user.sh以获取选项。在此处找到说明这里。
在您的模型文件(.cpkt 或 .safetensor)下载完成后,将其放入文件夹stable-diffusion-webui/models/Stable-diffusion
run.bat以启动webui-user.sh以启动./webui.sh以启动这将打开一个终端窗口。当您看到行Running on local URL: http://127.0.0.1:7860时,它已准备就绪。
此地址应该会自动在您的浏览器中打开。如果没有,请在您的网页浏览器中访问该地址:http://127.0.0.1:7860

您会注意到顶部有一个名为“检查点”的切换按钮。
您可以使用此按钮切换到您放置在stable-diffusion-webui/models/Stable-diffusion文件夹中的任何 NSFW 模型。
现在您可以返回 civitai.com 下载任意数量的模型。将模型放入stable-diffusion-webui/models/Stable-diffusion文件夹后,请确保点击刷新按钮。
到现在为止,您已经可以开始提示并获得结果。
但是,为了获得最佳效果,我建议您获取一些 LoRAs。
什么是 LoRAs?它们是针对特定主题(例如艺术风格、美学滤镜、角色、身体类型、性行为等)训练的小型模型。
基本上,您将它们与第一步中下载的检查点模型结合使用。几乎所有内容都有 LoRAs,并且它们的训练速度比常规模型快。
您可以通过在提示中添加特殊短语来激活您的 LoRAs。稍后会详细介绍。
我将下载以下 LoRA breastInClass作为本示例,它是一个创建更好比例身体的 LoRA。
下载此.safetensor文件后,将其放入文件夹webui/models/Lora
此步骤是可选的,但强烈推荐,因为它将使您的图像质量更高。
将嵌入视为许多概念的快速快照。
我们通常使用负嵌入:通过在负提示中放入许多负面概念,例如“低质量图像”,我们可以获得更好的图像。
下载名为easynegative的嵌入。然后将此文件放入文件夹webui/embeddings。
到现在为止,您应该已经下载了以下文件:
stable-diffusion-webui/models/Stable-diffusionstable-diffusion-webui/models/Lorastable-diffusion-webui/embeddings重新加载/重启您的 WebUI(滚动到底部,点击重新加载 UI)。
在提示字段中,复制并粘贴以下提示:
8k, RAW photo, highest quality, masterpiece, High detail, RAW color photo, professional close-up photo, (realistic, photo realism:1. 37), (highest quality), (best shadow), girl sitting by the pool side ,nude ,(naked:1.2), blonde, spreading pussy, (spreading thigh:1.4), butterfly legs, photorealistic, looking at viewer, beautiful detailed eyes, light on face, (fullbodyshot:1.1),Particularly strong light, Feminine Expressions, (small breast:1.4), skinny body, white skin, ((erotic, sexy, horny)) ultra high resolution, highly detailed CG unified 8K wallpapers, physics-based rendering, cinematic lighting, ((good anatomy:1.2)),detailed areolas, detailed nipples, detailed breasts, (extremely detailed pussy),detailed face <lora:breastinclassBetter:0.2>
在负提示字段中,复制并粘贴以下提示:
easynegative, muscular, (suntan:2), (sleeves:2), (tattoo:2), (sunglasses:2), (inverted nipples), (mutated:2), (worst quality:2), (low quality:2), (normal quality:2), lowres, blurry, ((nasolabial folds):1.2), 3d, anime, cartoon, cg, comic, drawing, bad detailed background, cropped, grayscale, jpeg artifacts, monochrome, non-linear background, out of frame, paintings, poorly drawn, semi-realistic, sepia, sketches, unclear architectural outline, asymmetric eyes, bad anatomy, cloned, crooked teeth, deformed, dehydrated, disfigured, double nipples, duplicate, extra arms, extra fingers, extra legs, extra limbs, long fingers, long neck, malformed limbs, missing arms, missing legs, missing teeth, more than five fingers on one hand:1.5, more than two arm per body:1.5, more than two leg per body:1.5, mutated, mutation, mutilated, odd eyes, ugly, (artist name:2), (logo:2), (text:2), (watermark:2), acnes, age spot, dark spots, fat, fused, giantess, glans, mole, obesity, skin blemishes, skin spots, animal ears, elf-ears, earrings, childish, morbid
关于上述内容的一些说明:
更改以下设置:
然后点击生成!这是我得到的结果:


如果您获得了糟糕/丑陋的结果,请确保您已下载 LoRA 和嵌入,并将其放置在正确的文件夹中,并在正负提示中正确使用。此外,请确保您使用的是 DPM++ 2M Karras 采样方法。
我们在这里没有做任何花哨的事情。我们唯一更改的默认设置是增加高度、改变采样方法和设置种子值。
您还可以点击种子字段旁边的骰子,将种子更改为 -1,这意味着“每次随机种子”。这将每次生成唯一的图像。
以下是我们使用随机种子的提示的一些变体:



接下来,让我们尝试一个性行为。
这里有一个快捷方式:不要逐个复制每个提示并手动调整设置,将整个块复制到您的提示字段中。按下“生成”按钮下方的蓝色按钮,AUTOMATIC1111 将自动为您填充提示和设置。
(1boy, 1girl, penetration,girl lying on back, spread legs:1.6) (a girl having sex in a missionary position:1.2) (missionary sex, sex, penis in pussy, pussy out, lying in bed, orgasm face, blush, sweaty) beautiful, masterpiece, best quality, extremely detailed face, perfect lighting (skinny) ((puffy eyes)),small breasts, swept bangs,walking,outdoors,sunshine,light_rays,fantasy,rococo,hair_flower,low tied hair, smile,half-closed eyes, ,dating,(Nude), nsfw, (heavy breathing:1.2) ,tears, crying, blush, wet, sweat, <lora:breastinclassBetter:0.1>
Negative prompt: paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot,(ugly:1.331), (duplicate:1.331), (morbid:1.21), (mutilated:1.21), (tranny:1.331), mutated hands, (poorly drawn hands:1.331), blurry, (bad anatomy:1.21), (bad proportions:1.331), extra limbs, (disfigured:1.331), (missing arms:1.331), (extra legs:1.331), (fused fingers:1.61051), (too many fingers:1.61051), (unclear eyes:1.331), bad hands, missing fingers, extra digit, bad body,pubic
Steps: 25, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1410211169, Size: 512x768, Model hash: fc2511737a, Model: chilloutmix_NiPrunedFp32Fix, Lora hashes: "breastinclassBetter: d62716438a56", Version: v1.6.0

然后简单地点击生成。这是我得到的结果:

这是使用相同提示但随机种子的其他生成:



不同的模型在不同的事情上表现更好。 您应该查看这份 NSFW 模型列表以获取其他推荐。
Chilloutmix 实际上在性方面并不是很好,这就是为什么这个提示会产生不可预测的结果。上面的结果是经过精心挑选的。
现在让我们使用动漫模型创建一些 Hentai。
下载模型DarkSushiMix,这是一个非常好的动漫模型。将其放入您的模型文件夹stable-diffusion-webui/models/Stable-diffusion。
确保在 Stable Diffusion 检查点字段中选择此模型:(如果您没有看到它,请点击蓝色刷新按钮)。

使用以下提示和设置(与之前相同的方法,将其复制并粘贴到您的提示字段中,然后点击生成按钮下方的蓝色箭头):
masterpiece, best quality, beautiful lighting, (1boy, 1girl, penetration, spread legs, a girl having sex in a missionary position:1.2) (sex, penis in pussy, pussy out, lying in bed, orgasm face, blush, sweaty) nude nsfw, long hair, skinny, wide hips, medium breasts,
Negative prompt: paintings, sketches, (worst quality:2), (low quality:2), (normal quality:2), lowres, normal quality, ((monochrome)), ((grayscale)), skin spots, acnes, skin blemishes, age spot,(ugly:1.331), (duplicate:1.331), (morbid:1.21), (mutilated:1.21), (tranny:1.331), mutated hands, (poorly drawn hands:1.331), blurry, (bad anatomy:1.21), (bad proportions:1.331), extra limbs, (disfigured:1.331), (missing arms:1.331), (extra legs:1.331), (fused fingers:1.61051), (too many fingers:1.61051), (unclear eyes:1.331), bad hands, missing fingers, extra digit, bad body,pubic
Steps: 25, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 338664335, Size: 512x768, Model hash: cca17b08da, Model: darkSushiMixMix_225D, Version: v1.6.0
您应该得到这个结果:

一份 Hentai 指南没有 Pony Diffusion 的部分是不完整的。
Pony Diffusion 最初是一个可以绘制小马角色(以及它们的色情作品)的模型。
创造者意识到,添加其他内容,包括毛茸茸的艺术和动漫,使模型变得更好。由于它在许多小众癖好和性姿势上进行了训练,它在 Hentai 和结合癖好方面的表现优于大多数其他现有模型。
今天,它的使用远远超出了小马色情;大多数人用它来生成动漫和风格化的色情作品。
现在,您可以使用基础模型Pony Diffusion XL或基于它训练的自定义模型。今天我们将使用一个名为 Pony Realism 的模型,这是更好的现实主义小马模型之一。
将下载的模型放入您的模型文件夹stable-diffusion-webui/models/Stable-diffusion。
然后下载以下 LoRAs:
与之前相同,将 LoRAs 放入文件夹stable-diffusion-webui/models/Lora。
使用以下提示和设置(与之前相同的方法,将其复制并粘贴到您的提示字段中,然后点击生成按钮下方的蓝色箭头,这将自动设置正确的模型、提示和设置):
score_9,score_8_up,score_7_up,score_6_up, 1girl, on bed, medium breasts, elsa frozen, long braid over shoulder, platinum blonde, tiny waist, exposed breasts, close up, head on pillow, pov, pussy, wet spot, Ice blue panties, grool, (pov hands removing panties, /male hands removing panties/), petite, <lora:Fant5yP0ny:0.6> <lora:Rawfully_Stylish_v0.2:0.6>
Negative prompt: score_6, score_5, score_4, pony, gaping, censored, furry, child, kid, chibi, 3d, photo, monochrome, elven ears, anime, multiple cocks, extra legs, extra hands, mutated legs, mutated hands, open mouth, closed eyes, big man, high man, muscular man, muscular hands, face,
Steps: 30, Sampler: Euler a, Schedule type: Automatic, CFG scale: 7, Seed: 28174397, Size: 832x1216, Model hash: 059934ff58, Model: ponyRealism_v21MainVAE, Clip skip: 2, Lora hashes: "Fant5yP0ny: a493698332df, Rawfully_Stylish_v0.2: 9ebd469fe368", Version: v1.9.4
您将得到类似这样的结果:


Complicated desired outputs = Complex prompts with mix of natural language and tags [postcard=89ntmto] Complex prompt...

This guide was created to bring inspiration to this visual vocabulary. There is a short description for each pose so ...

GPT-4o, released on March 25, 2025 went viral soon after release, bolstered by the Studio Ghibli animation style tren...

This tutorial will provide a comprehensive guide on using Tencents Hunyuan Video model in ComfyUI for text-to-video g...

