Commit Graph

66 Commits

Author SHA1 Message Date
Alunite
3e13367f85 Added types to arg and follows the server port from arg
Added types to the argument to prevent errors when parsing.

also makes the ngrok use ports from the server_port argument
2023-06-08 20:23:43 +08:00
xaviviro
0613ce21e6 Update README.md 2023-06-08 09:32:18 +02:00
xaviviro
dcba71aa60 Merge pull request #23 from fAIseh00d/main
Added gradio server IP and port
2023-06-08 09:24:34 +02:00
fAIseh00d
0e79a8a570 Added gradio server IP and port 2023-06-08 11:12:21 +04:00
xaviviro
82528d5b29 Merge pull request #21 from alunit3/main
Added ngrok support
2023-06-08 07:15:32 +02:00
Alunite
83b575d133 Forgot module import 2023-06-08 12:31:53 +08:00
Alunite
692adde98e Added ngrok support 2023-06-08 12:28:14 +08:00
Xavi Vinaixa
63d501c34b remove testsrc.mp4 2023-06-07 17:37:05 +02:00
Xavi Vinaixa
ff4b7f53e7 remove testsrc.mp4 2023-06-07 17:33:33 +02:00
Xavi Vinaixa
5bc01cf583 Fixed bug with hw accel ffmpeg encoders by testing them beforehand #12. Added command arg —colab_performance to maximize performance in Google Colab. Colab notebook updated. 2023-06-07 17:22:27 +02:00
Xavi Vinaixa
ef9b64ad92 Fixed bug for videos without audio, reactivated HW acceleration for ffmpeg 2023-06-06 12:54:22 +02:00
Xavi Vinaixa
f2e4dd93f4 Disabled TensorrtExecutionProvider due to a bug, it will now run with CUDAExecutionProvider on NVIDIA until we resolve error #9 #10 2023-06-06 12:39:20 +02:00
Xavi Vinaixa
4e833ec3d1 Disabled HW accel for FFMPEG need impromevents 2023-06-06 12:36:47 +02:00
Xavi Vinaixa
d9884e41fe Disabled TensorrtExecutionProvider due to a bug, it will now run with CUDAExecutionProvider on NVIDIA until we resolve error #9 #10 2023-06-06 12:26:11 +02:00
Xavi Vinaixa
bbc10893b4 Commit message: Added support for hardware accelerators in ffmpeg. #5 2023-06-06 11:27:53 +02:00
Xavi Vinaixa
f5606ca4c4 Multithreading with TensorrtExecutionProvider #5. 2023-06-06 09:56:34 +02:00
Xavi Vinaixa
8008e2e766 TensorrtExecutionProvider 2023-06-06 08:14:28 +02:00
Xavi Vinaixa
a8d2941293 Incredible speed boost with TensorrtExecutionProvider #5. 2023-06-06 08:10:51 +02:00
Xavi Vinaixa
4a24df4755 Incredible speed boost with TensorrtExecutionProvider #5. 2023-06-06 08:05:58 +02:00
Xavi Vinaixa
7e628a3b83 Incredible speed boost with TensorrtExecutionProvider #5. 2023-06-06 08:04:33 +02:00
Xavi Vinaixa
b30d324e51 updated colab notebook with share_gradio 2023-06-06 07:56:23 +02:00
Xavi Vinaixa
b7b545028a updated colab notebook with share_gradio 2023-06-06 07:55:12 +02:00
Xavi Vinaixa
cd1f6cd2df Added command line arguments for --share_gradio #7. Implemented multithreaded parallel processing and CoreML optimization, still pending CUDA optimization #5. 2023-06-06 07:51:39 +02:00
Xavi Vinaixa
b4146fa26d multithreading 2023-06-06 07:51:39 +02:00
Xavi Vinaixa
e219bcc23a Added Open in Google Colab button 2023-06-05 10:29:29 +02:00
Xavi Vinaixa
7b62286f4a Added Google Colab notebook for convenient cloud-based usage 2023-06-05 10:25:29 +02:00
Xavi Vinaixa
9df3a83d7e Fixed errors in tqdm implementation for progress tracking 2023-06-05 09:50:57 +02:00
Xavi Vinaixa
0a65a4032a Added queue for managing long-running processes 2023-06-05 09:42:20 +02:00
Xavi Vinaixa
101691ca95 Fixed errors in tqdm implementation for progress tracking 2023-06-05 09:31:55 +02:00
Xavi Vinaixa
1c03fe3f1b Replaced ProgressBar with the standard tqdm library for enhanced user experience #3 2023-06-05 09:18:23 +02:00
Xavi Vinaixa
50ab0e1fbe Replaced ProgressBar with the standard tqdm library for enhanced user experience #3 2023-06-05 09:04:02 +02:00
Xavi Vinaixa
f0a73b4914 Compatibility with Google Colab 2023-06-05 08:34:38 +02:00
Xavi Vinaixa
51a170a7eb Compatibility with Google Colab 2023-06-05 08:29:47 +02:00
Xavi Vinaixa
aa50cdd3ab Compatibility with Google Colab 2023-06-05 08:27:14 +02:00
Xavi Vinaixa
ffab5a01c9 Compatibility with Google Colab 2023-06-05 08:22:36 +02:00
Xavi Vinaixa
0e2518567d Compatibility with Google Colab 2023-06-05 08:18:27 +02:00
Xavi Vinaixa
07b3cb0d88 Compatibility with Google Colab 2023-06-05 07:48:29 +02:00
Xavi Vinaixa
833f2e135a Compatibility with Google Colab 2023-06-05 07:47:05 +02:00
Xavi Vinaixa
8ea7badbd4 Compatibility with Google Colab 2023-06-05 07:44:15 +02:00
Xavi Vinaixa
3af74b0268 Compatibility with Google Colab 2023-06-05 07:40:00 +02:00
Xavi Vinaixa
191731a481 Compatibility with Google Colab 2023-06-05 07:37:30 +02:00
Xavi Vinaixa
9f47ab056e Compatibility with Google Colab 2023-06-05 07:31:43 +02:00
Xavi Vinaixa
d1a7c327f7 Added queue and share=True to enhance compatibility with Google Colab 2023-06-05 07:30:48 +02:00
Xavi Vinaixa
1269df361d Add rendering speed info and ETA to console output #3 2023-06-05 07:09:17 +02:00
Xavi Vinaixa
964371a9cb update requirements 2023-06-04 05:24:14 +02:00
Xavi Vinaixa
d25b21e424 update requirements 2023-06-04 05:20:05 +02:00
Xavi
4bb1905efd First code commit 2023-06-03 08:04:06 +02:00
xaviviro
7f53e13673 Update README.md 2023-06-03 07:50:47 +02:00
xaviviro
17b44896ad Update README.md 2023-06-03 07:49:04 +02:00
xaviviro
d3bc78ddf1 Update README.md 2023-06-03 07:42:58 +02:00