Mike Joseph

Results 12 issues of Mike Joseph

Dependencies Install pytorch with CUDA (this repo has been tested with CUDA 11.3 and CUDA 11.7) and [tiny-cuda-nn](https://github.com/NVlabs/tiny-cuda-nn) For CUDA 11.3: pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 -f https://download.pytorch.org/whl/torch_stable.html pip install ninja...

咨询下'ttsAudioFormat': 'audio-24khz-160kbitrate-mono-mp3'里的audio-24khz-160kbitrate-mono-mp3可以选择质量更高的比如wav格式的value吗?目前可以选择的有多少种哈,可以的话麻烦提供一个可供选择的列表,谢谢!

How to use the fine-tune model for inference,Is there a demo? thank you,best regards!

When I run to : def convert_video2gif(video_path, output_gif_path, num_samples=16): p = ( pipe.input('video_path') .map('video_path', 'video_frames', ops.video_decode.ffmpeg(sample_type='uniform_temporal_subsample', args={'num_samples': num_samples})) .output('video_frames') ) frames = p(video_path).to_list()[0][0] imgs = [Image.fromarray(frame) for frame in frames]...

Can 16GB-VRAM run Chat-UniVi-7B-v1.5 model? thanks

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I want...

enhancement

1、可以看到弹出splash,Loading... 2、from resource import rc_Image 和 from resource import rc_Translater 报红 3、splash过后闪退! 📢 Tips: QFluentWidgets Pro is now released. Click https://qfluentwidgets.com/pages/pro to learn more about it. 进程已结束,退出代码为 1

Hello! My project compiled perfectly with pyinstaller, but the exe file was slow to start, so I started trying to compile with Nuitka, but I ran into problems. I used...

bug