npx skills add https://github.com/eachlabs/skills --skill 'NSFW Image Generation'使用 each::sense API 生成成人图像、艺术裸体摄影、魅力摄影、闺房摄影和奇幻艺术。
当 enable_safety_checker 参数设置为 false 时,each::sense API 支持 NSFW 图像生成。这解锁了创建以下内容的能力:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create an artistic nude photograph, elegant female form, dramatic chiaroscuro lighting, black and white, fine art style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 风格 | 描述 | 最佳用途 |
|---|---|---|
| Artistic Nude | 专注于人体形态、光线、构图的纯艺术 | 画廊级艺术品、摄影作品集 |
| Glamour | 专业的魅力摄影、内衣、时尚 | 时尚、模特作品集 |
| Boudoir | 私密、感性、优雅的卧室美学 | 个人项目、浪漫影像 |
| Pin-Up | 复古风格、俏皮、复古美学 | 插画、怀旧主题 |
| Fantasy | 成人奇幻艺术、神话角色、插画 | 角色设计、奇幻项目 |
| Fine Art | 古典艺术风格、博物馆级美学 | 艺术收藏、展览 |
强调形态和光线的经典纯艺术裸体。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Artistic nude photograph, elegant female figure silhouette against window light, soft morning glow, minimalist composition, black and white, fine art photography style, emphasis on curves and shadows"
}
],
"mode": "max",
"enable_safety_checker": false
}'
具有时尚美学的专业魅力摄影。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Glamour photography, stunning model in black lace lingerie, luxurious bedroom setting, soft golden hour lighting through sheer curtains, professional fashion photography, high-end editorial style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
私密而感性的闺房影像。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Boudoir photography, woman lounging on vintage chaise lounge, silk robe partially draped, soft romantic lighting with candles, intimate atmosphere, warm color palette, elegant and tasteful"
}
],
"mode": "max",
"enable_safety_checker": false
}'
复古风格的海报女郎插画和摄影。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Classic 1950s pin-up style illustration, playful pose, vintage swimsuit, retro color palette, Gil Elvgren inspired, cheerful expression, vibrant background, nostalgic Americana aesthetic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
具有神话主题的成人奇幻插画。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fantasy art, beautiful elven warrior goddess, flowing silver hair, ethereal glowing skin, mystical forest setting, moonlit atmosphere, ornate minimal armor, magical aura, detailed digital painting style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
人体形态的古典纯艺术表现。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fine art nude in classical Renaissance style, reclining figure on draped fabric, Titian-inspired color palette, oil painting texture, museum quality, emphasis on human beauty and classical proportions"
}
],
"mode": "max",
"enable_safety_checker": false
}'
浪漫而私密的情侣影像。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Romantic couples photography, intimate embrace, soft natural lighting, bedroom setting with white linens, artistic and tasteful, focus on connection and emotion, warm skin tones, professional boudoir style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
使用参考图像生成一致的角色影像。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create a glamour portrait of this model in elegant lingerie, professional studio lighting, high fashion aesthetic"
}
],
"image_urls": ["https://example.com/reference-model.jpg"],
"mode": "max",
"enable_safety_checker": false
}'
用于艺术目的的详细人体研究。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Artistic body study, athletic male figure, dramatic Rembrandt lighting, emphasis on musculature and form, studio photography, high contrast black and white, fine art aesthetic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
经典复古情色美学。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Vintage 1920s erotica style photograph, art deco setting, sepia tones, elegant flapper aesthetic, pearl accessories, soft focus, classic Hollywood glamour, tasteful and artistic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
为获得最佳效果,请按以下结构组织您的提示词:
Subject: Elegant female figure in graceful pose
Setting: Minimalist white studio with draped silk fabric
Lighting: Soft wraparound lighting with subtle shadows
Style: High-fashion editorial photography
Mood: Sophisticated and sensual
Technical: Medium format, shallow depth of field
| 模式 | 使用场景 | 质量 | 速度 |
|---|---|---|---|
max | 最终图像、作品集工作、高细节 | 最高 | 较慢 |
eco | 草稿、概念探索、迭代 | 良好 | 较快 |
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Professional boudoir photograph, soft natural window light, elegant pose, high-end editorial quality"
}
],
"mode": "max",
"enable_safety_checker": false
}'
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Quick concept sketch, artistic nude silhouette, minimal style"
}
],
"mode": "eco",
"enable_safety_checker": false
}'
使用 session_id 在多张图像中保持角色一致性。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create a glamour portrait of an elegant brunette model, green eyes, professional studio lighting"
}
],
"session_id": "model-session-001",
"mode": "max",
"enable_safety_checker": false
}'
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Now show the same model in a boudoir setting, silk robe, romantic candlelight"
}
],
"session_id": "model-session-001",
"mode": "max",
"enable_safety_checker": false
}'
需要年龄验证:此 API 功能仅供成人用户(18 岁或您所在司法管辖区的法定年龄)使用。
平台合规性:用户有责任确保其生成内容的使用符合:
禁止内容:API 不会生成:
服务条款:使用此 API 即表示同意 Each Labs 的服务条款和可接受使用政策。
| 错误 | 原因 | 解决方案 |
|---|---|---|
safety_check_failed | 安全检查器仍处于启用状态 | 确保请求中包含 enable_safety_checker: false |
content_policy_violation | 请求违反内容政策 | 修改提示词以符合准则 |
invalid_image_url | 参考图像 URL 无法访问 | 检查 URL 的可访问性和格式 |
rate_limit_exceeded | 请求过多 | 实现退避和重试逻辑 |
{
"error": {
"code": "content_policy_violation",
"message": "The requested content violates our acceptable use policy"
}
}
每周安装次数
–
代码仓库
GitHub 星标数
8
首次出现
–
安全审计
Generate adult images, artistic nude photography, glamour shots, boudoir photography, and fantasy art using the each::sense API.
The each::sense API enables NSFW image generation when the enable_safety_checker parameter is set to false. This unlocks the ability to create:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create an artistic nude photograph, elegant female form, dramatic chiaroscuro lighting, black and white, fine art style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
| Style | Description | Best For |
|---|---|---|
| Artistic Nude | Fine art focus on human form, lighting, composition | Gallery-quality art, photography portfolios |
| Glamour | Professional glamour photography, lingerie, fashion | Fashion, modeling portfolios |
| Boudoir | Intimate, sensual, elegant bedroom aesthetics | Personal projects, romantic imagery |
| Pin-Up | Retro-inspired, playful, vintage aesthetics | Illustration, nostalgic themes |
| Fantasy | Adult fantasy art, mythical characters, illustrations | Character design, fantasy projects |
| Fine Art | Classical artistic style, museum-quality aesthetics | Art collections, exhibitions |
Classic fine art nude with emphasis on form and lighting.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Artistic nude photograph, elegant female figure silhouette against window light, soft morning glow, minimalist composition, black and white, fine art photography style, emphasis on curves and shadows"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Professional glamour photography with fashion aesthetics.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Glamour photography, stunning model in black lace lingerie, luxurious bedroom setting, soft golden hour lighting through sheer curtains, professional fashion photography, high-end editorial style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Intimate and sensual boudoir imagery.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Boudoir photography, woman lounging on vintage chaise lounge, silk robe partially draped, soft romantic lighting with candles, intimate atmosphere, warm color palette, elegant and tasteful"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Retro-inspired pin-up illustrations and photography.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Classic 1950s pin-up style illustration, playful pose, vintage swimsuit, retro color palette, Gil Elvgren inspired, cheerful expression, vibrant background, nostalgic Americana aesthetic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Adult fantasy illustrations with mythical themes.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fantasy art, beautiful elven warrior goddess, flowing silver hair, ethereal glowing skin, mystical forest setting, moonlit atmosphere, ornate minimal armor, magical aura, detailed digital painting style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Classical fine art representation of the human form.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Fine art nude in classical Renaissance style, reclining figure on draped fabric, Titian-inspired color palette, oil painting texture, museum quality, emphasis on human beauty and classical proportions"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Romantic and intimate couples imagery.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Romantic couples photography, intimate embrace, soft natural lighting, bedroom setting with white linens, artistic and tasteful, focus on connection and emotion, warm skin tones, professional boudoir style"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Generate consistent character imagery using reference images.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create a glamour portrait of this model in elegant lingerie, professional studio lighting, high fashion aesthetic"
}
],
"image_urls": ["https://example.com/reference-model.jpg"],
"mode": "max",
"enable_safety_checker": false
}'
Detailed body study for artistic purposes.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Artistic body study, athletic male figure, dramatic Rembrandt lighting, emphasis on musculature and form, studio photography, high contrast black and white, fine art aesthetic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
Classic vintage erotica aesthetics.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Vintage 1920s erotica style photograph, art deco setting, sepia tones, elegant flapper aesthetic, pearl accessories, soft focus, classic Hollywood glamour, tasteful and artistic"
}
],
"mode": "max",
"enable_safety_checker": false
}'
For best results, structure your prompts with:
Subject: Elegant female figure in graceful pose
Setting: Minimalist white studio with draped silk fabric
Lighting: Soft wraparound lighting with subtle shadows
Style: High-fashion editorial photography
Mood: Sophisticated and sensual
Technical: Medium format, shallow depth of field
| Mode | Use Case | Quality | Speed |
|---|---|---|---|
max | Final images, portfolio work, high detail | Highest | Slower |
eco | Drafts, concept exploration, iteration | Good | Faster |
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Professional boudoir photograph, soft natural window light, elegant pose, high-end editorial quality"
}
],
"mode": "max",
"enable_safety_checker": false
}'
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Quick concept sketch, artistic nude silhouette, minimal style"
}
],
"mode": "eco",
"enable_safety_checker": false
}'
Use session_id to maintain character consistency across multiple images.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Create a glamour portrait of an elegant brunette model, green eyes, professional studio lighting"
}
],
"session_id": "model-session-001",
"mode": "max",
"enable_safety_checker": false
}'
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $EACH_API_KEY" \
-d '{
"messages": [
{
"role": "user",
"content": "Now show the same model in a boudoir setting, silk robe, romantic candlelight"
}
],
"session_id": "model-session-001",
"mode": "max",
"enable_safety_checker": false
}'
Age Verification Required : This API feature is intended for adult users only (18+ or legal age in your jurisdiction).
Platform Compliance : Users are responsible for ensuring their use of generated content complies with:
Prohibited Content : The API will not generate:
Terms of Service : Use of this API constitutes agreement to Each Labs terms of service and acceptable use policy.
| Error | Cause | Solution |
|---|---|---|
safety_check_failed | Safety checker still enabled | Ensure enable_safety_checker: false is in request |
content_policy_violation | Request violates content policy | Revise prompt to comply with guidelines |
invalid_image_url | Reference image URL inaccessible | Check URL accessibility and format |
rate_limit_exceeded | Too many requests | Implement backoff and retry logic |
{
"error": {
"code": "content_policy_violation",
"message": "The requested content violates our acceptable use policy"
}
}
Weekly Installs
–
Repository
GitHub Stars
8
First Seen
–
Security Audits
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
44,500 周安装