A powerful AI-powered tool that transforms static images into dynamic videos using advanced machine learning models, including uncensored text-to-video generation with NSFW-gen-v2.
Simply double-click start_ai_video.bat to automatically:
git clone https://github.com/your-username/ai-image-to-video.git
cd ai-image-to-video
start_ai_video.bat
http://localhost:8000 in your browser# Enable NSFW model for text-to-video
curl -X POST "http://localhost:8000/configure-nsfw" \
-H "Content-Type: application/json" \
-d '{"enable_nsfw": true}'
# Generate video from text (no image needed)
curl -X POST "http://localhost:8000/generate-video" \
-F "prompt=your text prompt here" \
-F "duration=10"
# Generate image only
curl -X POST "http://localhost:8000/generate-image" \
-H "Content-Type: application/json" \
-d '{"prompt": "your prompt here"}'
| Endpoint | Method | Description |
|---|---|---|
/ | GET | Web interface |
/generate-video | POST | Generate video from image or text |
/generate-image | POST | Generate image only (NSFW) |
/configure-nsfw | POST | Enable/disable NSFW model |
/model-info | GET | Get current model information |
/progress/{job_id} | GET | Get generation progress |
/download/{job_id} | GET | Download generated video |
/download-image/{job_id} | GET | Download generated image |
/ws/{job_id} | WebSocket | Real-time progress updates |
The NSFW-gen-v2 model provides uncensored content generation:
ai-image-to-video/
βββ start_ai_video.bat # π One-click launcher
βββ README.md # π This file
βββ backend/ # π§ Server code
β βββ main.py # FastAPI server
β βββ requirements.txt # Dependencies
β βββ services/ # AI model services
βββ frontend/ # π Web interface
βββ docs/ # π Documentation
βββ tests/ # π§ͺ Test files
βββ scripts/ # π¨ Utility scripts
βββ temp/ # ποΈ Temporary files
The application automatically:
python tests/test_nsfw_integration_simple.pyThis project is licensed under the MIT License - see the LICENSE file for details.
β‘ Ready to create amazing AI videos? Run start_ai_video.bat and get started!
3 commits
Python
82.4%
Batchfile
8.4%
JavaScript
5.6%
CSS
3.3%
A powerful AI-powered tool that transforms static images into dynamic videos using advanced machine learning models, including uncensored text-to-video generation with NSFW-gen-v2.
Simply double-click start_ai_video.bat to automatically:
git clone https://github.com/your-username/ai-image-to-video.git
cd ai-image-to-video
start_ai_video.bat
http://localhost:8000 in your browser# Enable NSFW model for text-to-video
curl -X POST "http://localhost:8000/configure-nsfw" \
-H "Content-Type: application/json" \
-d '{"enable_nsfw": true}'
# Generate video from text (no image needed)
curl -X POST "http://localhost:8000/generate-video" \
-F "prompt=your text prompt here" \
-F "duration=10"
# Generate image only
curl -X POST "http://localhost:8000/generate-image" \
-H "Content-Type: application/json" \
-d '{"prompt": "your prompt here"}'
| Endpoint | Method | Description |
|---|---|---|
/ | GET | Web interface |
/generate-video | POST | Generate video from image or text |
/generate-image | POST | Generate image only (NSFW) |
/configure-nsfw | POST | Enable/disable NSFW model |
/model-info | GET | Get current model information |
/progress/{job_id} | GET | Get generation progress |
/download/{job_id} | GET | Download generated video |
/download-image/{job_id} | GET | Download generated image |
/ws/{job_id} | WebSocket | Real-time progress updates |
The NSFW-gen-v2 model provides uncensored content generation:
ai-image-to-video/
βββ start_ai_video.bat # π One-click launcher
βββ README.md # π This file
βββ backend/ # π§ Server code
β βββ main.py # FastAPI server
β βββ requirements.txt # Dependencies
β βββ services/ # AI model services
βββ frontend/ # π Web interface
βββ docs/ # π Documentation
βββ tests/ # π§ͺ Test files
βββ scripts/ # π¨ Utility scripts
βββ temp/ # ποΈ Temporary files
The application automatically:
python tests/test_nsfw_integration_simple.pyThis project is licensed under the MIT License - see the LICENSE file for details.
β‘ Ready to create amazing AI videos? Run start_ai_video.bat and get started!
3 commits
Python
82.4%
Batchfile
8.4%
JavaScript
5.6%
CSS
3.3%