by ristponex
🔞 Curated list of uncensored AI models for NSFW content generation — video, image, and text models with API access.
# Add to your Claude Code skills
git clone https://github.com/ristponex/awesome-nsfw-aiGuides for using api integration skills like awesome-nsfw-ai.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "clone-failed",
"message": "Could not clone repository",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T17:05:34.797Z",
"npmAuditRan": false,
"pipAuditRan": false
}awesome-nsfw-ai is an open-source api integration skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ristponex. 🔞 Curated list of uncensored AI models for NSFW content generation — video, image, and text models with API access. It has 7 GitHub stars.
awesome-nsfw-ai returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/ristponex/awesome-nsfw-ai" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other API Integration skills you can browse and compare side by side. Open the API Integration category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh awesome-nsfw-ai against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Based on votes and bookmarks from developers who liked this skill
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
The most comprehensive resource for uncensored AI generation — video, image, and text.
Disclaimer: This repository is intended for legal adult content creation only. All listed resources comply with applicable laws and regulations. Users are responsible for ensuring their use of these tools conforms to local legislation. We strictly oppose any content involving minors, non-consensual scenarios, or any other illegal material.
Atlas Cloud — The industry's only fully uncensored multi-model AI platform.
Access 200+ AI models with zero content filtering. Generate video, images, and text with complete creative freedom.
NSFW video generation from just $0.03/s.
🎁 25% bonus on your first top-up (up to $100)
🔒 Enterprise-Grade Security — Atlas Cloud is SOC I & II Certified | HIPAA Compliant | US-based company. Your data and usage are protected by enterprise-grade security standards.
The mainstream AI industry has imposed increasingly aggressive content filters that restrict legitimate creative expression. Uncensored AI tools exist to serve real professional needs:
The core principle: Adults creating legal content should not be limited by opaque corporate censorship policies. Uncensored AI restores creative agency to the creator.
| Model | Base Model By | Resolution | Duration | Price | Platform | Notes |
|---|---|---|---|---|---|---|
| Wan 2.2 Spicy I2V | Alibaba | 720p | ~8s | $0.03 | Atlas Cloud | 🏆 Best value, LoRA fine-tuned |
| Wan 2.2 Spicy I2V LoRA | Alibaba | 720p | ~8s | $0.03 | Atlas Cloud | Custom style support |
| Wan 2.1 (self-hosted) | Alibaba | 720p | ~5s | GPU cost | RunPod / Local | Requires setup |
| CogVideoX (self-hosted) | Tsinghua | 720p | ~6s | GPU cost | Local | Open source |
| Wan 2.5 I2V | Alibaba | 720p | ~5s | $0.05 | Atlas Cloud | High quality, 80% cheaper than fal.ai |
| Kling 1.6 (Whitelisted) | Kuaishou | 1080p | ~5-10s | $0.204 | Atlas Cloud | Whitelisted for NSFW, 82% cheaper than fal.ai |
| Seedance 1.0 (Whitelisted) | ByteDance | 1080p | ~5s | $0.204 | Atlas Cloud | Whitelisted for NSFW |
| Vidu Q3-Pro (Whitelisted) | Shengshu | 1080p | ~8s | $0.06 | Atlas Cloud | Whitelisted for NSFW, text/image/start-end-to-video |
| Vidu Q3-Turbo (Whitelisted) | Shengshu | 720p | ~5s | $0.034 | Atlas Cloud | Whitelisted for NSFW, fast generation |
| Mochi 1 (self-hosted) | Genmo | 480p | ~5s | GPU cost | Local | Open source |
⚠️ Note: Vidu Q3 models may add mosaic/blur to certain NSFW scenes due to training data limitations. Not guaranteed 100% uncensored. For reliable uncensored output, use Wan 2.2 Spicy ($0.03) or Wan 2.6 ($0.07).
The Wan 2.2 Spicy model on Atlas Cloud is currently the best option for uncensored video generation:
# Atlas Cloud uncensored video generation example
# Register to get API Key: https://www.atlascloud.ai?ref=JPM683&utm_source=github&utm_campaign=awesome-nsfw-ai
import requests
API_KEY = "your_atlas_cloud_api_key"
BASE_URL = "https://api.atlascloud.ai/v1"
def generate_video(image_url: str, prompt: str, model: str = "wan-2.2-spicy-i2v"):
"""
Use Atlas Cloud to generate uncensored video
Parameters:
image_url: Input image URL
prompt: Video generation prompt
model: Model name to use
"""
response = requests.post(
f"{BASE_URL}/predictions",
headers={
"Authorization": f"Bearer {API_KEY}",
"Content-Type": "application/json"
},
json={
"model": model,
"input": {
"image": image_url,
"prompt": prompt,
"num_frames": 81, # Frame count
"fps": 16, # Frames per second
"guidance_scale": 5.0, # Guidance strength
}
}
)
return response.json()
# Usage example
result = generate_video(
image_url="https://example.com/your-character.png",
prompt="A graceful figure dancing in soft golden light, flowing fabric, cinematic motion"
)
print(f"Video generation status: {result['status']}")
print(f"Video URL: {result.get('output', {}).get('video_url')}")
For best results with Wan 2.2 Spicy:
| Model | Type | Max Resolution | Price Range | Platform | Notes |
|---|---|---|---|---|---|
| Flux Dev | Text-to-Image | 2K | Varies | Atlas Cloud | 🏆 Community favorite, excellent anatomy |
| Flux Schnell | Text-to-Image | 1K | Lower | Atlas Cloud | ⚡ Fastest generation |
| Flux Dev LoRA | Text-to-Image + LoRA | 2K | Varies | Atlas Cloud | Custom character & style models |
| Flux Kontext Dev | Image Editing | 2K | Varies | Atlas Cloud | Edit existing images |
| SDXL (self-hosted) | Text-to |