# Add to your Claude Code skills
git clone https://github.com/ristponex/awesome-nsfw-ai-videoGuides for using ide extensions skills like awesome-nsfw-ai-video.
Last scanned: 5/30/2026
{
"issues": [
{
"type": "clone-failed",
"message": "Could not clone repository",
"severity": "medium"
}
],
"status": "WARNING",
"scannedAt": "2026-05-30T17:06:22.912Z",
"npmAuditRan": false,
"pipAuditRan": false
}awesome-nsfw-ai-video is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ristponex. Awesome NSFW AI Video Generation. It has 0 GitHub stars.
awesome-nsfw-ai-video 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-video" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions 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-video against similar tools.
No comments yet. Be the first to share your thoughts!
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.
A curated list of models, tools, prompts, and resources for uncensored AI video generation. Updated regularly.
18+ Only — This resource is for adults. All content must comply with applicable laws.
Models specifically fine-tuned for mature content with no content filters.
General-purpose video models that support NSFW content via whitelisted platforms.
Run on your own GPU — full control, no API costs.
| Platform | NSFW Support | Video Models | Image Models | Pricing | Setup |
|---|---|---|---|---|---|
| ⭐ Atlas Cloud | Full | 100+ | 40+ | From $0.03/s | Easy |
| fal.ai | Partial | 20+ | 30+ | From $0.05/s | Easy |
| Replicate | Blocked | 50+ | 100+ | Varies | Easy |
| RunPod | Any (self-host) | Any | Any | GPU rental | Medium |
| ComfyUI | Any (local) | Any | Any | Free + GPU | Hard |
curl -s -X POST "https://api.atlascloud.ai/api/v1/model/generateVideo" \
-H "Authorization: Bearer $ATLASCLOUD_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "alibaba/wan-2.2-spicy/image-to-video-lora",
"image": "https://example.com/reference.jpg",
"prompt": "Elegant movement, soft lighting",
"resolution": "720p",
"duration": 5,
"high_noise_loras": ["https://civitai.com/api/download/models/12345"],
"low_noise_loras": ["https://civitai.com/api/download/models/67890"]
}'
ffmpeg -i video.mp4 -i audio.mp3 -c copy output.mp4generate_audio parameter| Feature | Wan 2.2 Spicy | Wan 2.6 | Seedance 1.5 | Vidu Q3-Pro | Self-Hosted |
|---|---|---|---|---|---|
| NSFW Quality | ★★★★★ | ★★★★☆ | ★★★★☆ | ★★★★☆ | ★★★★★ |
| Price | $0.03/s | $0.04–0.15/s | $0.018–0.222 | $0.06–0.16/s | GPU cost |
| Max Resolution | 720p | 1080p | 720p | 1080p | Varies |
| Max Duration | 8s | 15s | 5s | Flexible | Varies |
| Audio | ❌ | ✅ | ✅ | ✅ | Varies |
| LoRA | ✅ | ❌ | ❌ | ❌ | ✅ |
| Anime Style | Via LoRA | ❌ | ❌ | ✅ Native | ✅ |
| Text-to-Video | ❌ (I2V only) | ✅ | ✅ | ✅ | ✅ |
| Setup | API key | API key | API key | API key | GPU + setup |