CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[Feature] Generate subtitles

Open dumdum7 opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. I have to generate subtitles manually every time I add a new scene.

Describe the solution you'd like Stash could automatically generate subtitles as part of the Generate task. It would use a speech to text model like whisper.

Describe alternatives you've considered I currently manually run whisper-standalone-win over all my Stash library directories with the following command: faster-whisper-xxl.exe "D:\stash\library" --language=en --model=large-v3 --batch_recursive --skip -pp

Additional context https://github.com/openai/whisper https://github.com/SYSTRAN/faster-whisper https://github.com/Purfview/whisper-standalone-win

dumdum7 avatar Jun 18 '24 10:06 dumdum7

This is better suited for a plugin or external script.

WithoutPants avatar Jun 19 '24 02:06 WithoutPants

I currently manually run whisper-standalone-win over all my Stash library directories with the following command: faster-whisper-xxl.exe "D:\stash\library" --language=en --model=large-v3 --batch_recursive --skip -pp

i do exact same!

p0rnb0x avatar Sep 24 '24 01:09 p0rnb0x