Commit History

Safeguard against Gradio ffmpeg postprocessing conflicts by returning a unique copy of the output video and removing format='mp4' constraint
7a10a46
Running

cosmichackerx commited on

Fix AssertionError in Gradio when reusing inputs by replacing shutil.move with shutil.copy
b51aff3

cosmichackerx commited on

Fix numpy inhomogeneous array error by explicitly casting to float
064102a

cosmichackerx commited on

Fix deprecated numpy types (np.float -> float, np.int -> int, etc) that break on newer numpy versions
29ac215

cosmichackerx commited on

Fix Python 3 TypeError by raising ValueError and lower face detection threshold to 0.80
1089324

cosmichackerx commited on

Make facexlib patch robust to save_dir argument
6638782

cosmichackerx commited on

Fix permissions errors by patching weight download paths
4cba2ad

cosmichackerx commited on

Return error log
437c2b6

cosmichackerx commited on

Enable verbose error reporting
206b4a6

cosmichackerx commited on

Add traceback to error
4fb88a4

cosmichackerx commited on

Pin pydantic version to fix Gradio 5 bool argument crash
3140789

cosmichackerx commited on

Patch torchvision compatibility for basicsr and remove unused files
ec510f3

cosmichackerx commited on

Upgrade Gradio to v5.9.1 to resolve huggingface_hub HfFolder import error
5d54a23

cosmichackerx commited on

Restore missing Hugging Face Space configuration in README.md
5210c39

cosmichackerx commited on

Completely rewrite the Space to a Talking Avatar Converter powered by SadTalker and ZeroGPU
642b14c

cosmichackerx commited on

Fix Wan-AI model repository name to use Diffusers-compatible version
b74b21a

cosmichackerx commited on

Use DiffusionPipeline instead of AutoPipelineForText2Video
14bbe78

cosmichackerx commited on

Fix ZeroGPU ImportError by adding missing Wan-AI dependencies and surface precise errors
14c7419

cosmichackerx commited on

Complete SEO overhaul and brand rename to Ultimate AI & OSINT Toolkit
0578e28

cosmichackerx commited on

Switch to Wan-AI/Wan2.1-T2V-1.3B local ZeroGPU text-to-video generation
b65a104

cosmichackerx commited on

Switch Video Batch Generator to use Hugging Face Inference API instead of local ZeroGPU
4e3a232

cosmichackerx commited on

Fix LTX-Video ValueError: change height from 720 to 704 to be a multiple of 32
0863e7f

cosmichackerx commited on

Upgrade Text-to-Video engine to Lightricks/LTX-Video for native 720p 24fps generation
5272a09

cosmichackerx commited on

Fix ZeroGPU illegal duration: lower requested duration to 120s
55cc26e

cosmichackerx commited on

Fix requirements.txt encoding corruption
51edbeb

cosmichackerx commited on

Add local AI Video Batch Generator using zeroscope_v2_576w on ZeroGPU
6628924

cosmichackerx commited on

Implement global AI model provider to enhance Deepfake and EXIF tabs with intelligent summaries
cdec75e

cosmichackerx commited on

Refactor UI: Make AI Model Provider dropdown global across all tabs
70d24fc

cosmichackerx commited on

Update Cohere model identifier to command-r-plus-08-2024
eb2c321

cosmichackerx commited on

Update fallback provider model identifiers to avoid 404 and 410 errors
0678ea4

cosmichackerx commited on

Fix environment variable names to match .env file (FALLBACK_*)
f03c5cd

cosmichackerx commited on

Restore call_ai_api implementation
9356908

cosmichackerx commited on

Remove Hugging Face default API and make Groq the primary default
023c74e

cosmichackerx commited on

Fix function corruption: restore compare_real_vs_suspect and compare_two_gpu
d0ee2b4

cosmichackerx commited on

Fix requirements.txt encoding to remove null bytes
a9ee6c7

cosmichackerx commited on

Integrate multiple AI API fallback providers from .env into OSINT Robolawyer
dab444f

cosmichackerx commited on

Update .env
5789b31
verified

cosmichackerx commited on

Update .env
a95df86
verified

cosmichackerx commited on

Update .env
4b30805
verified

cosmichackerx commited on

Update .env
e47d65c
verified

cosmichackerx commited on

Update .env
373c09e
verified

cosmichackerx commited on

Update .env
6d4f9bb
verified

cosmichackerx commited on

Update .env
3761a93
verified

cosmichackerx commited on

Update .env
0f4ae8b
verified

cosmichackerx commited on

Create .env
9db5332
verified

cosmichackerx commited on

Update monkeypatch to target _json_schema_to_python_type directly to avoid APIInfoParseError
643f72e

cosmichackerx commited on

Add gradio_client get_type monkeypatch to fix boolean schema TypeError on startup
b01af91

cosmichackerx commited on

Remove strict gradio>=5 constraint to fix schema parsing issues
a410240

cosmichackerx commited on

Fix Gradio ChatInterface type for Gradio 5 compatibility
a33945a

cosmichackerx commited on

Fix Gradio ChatInterface schema bug
002fe8d

cosmichackerx commited on