by ristponex
Awesome NSFW AI Video Generation
# Add to your Claude Code skills
git clone https://github.com/ristponex/awesome-nsfw-ai-videoA 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.
No comments yet. Be the first to share your thoughts!
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 |