Recent content by Elmerbs

  1. E

    SEXTB.net Has Gone Pure Crypto. HELP!!

    you don't have to go full crypto, just open a account on Binance, Coinbase or similar popular exchange, a custodial wallet is created for you. If you need to manage a few bucks there's no issue, just leave your funds there. I saw sextb accept quite a lot of coins including stable coins like USDT...
  2. E

    Your favorite squirters?

    Otsu Alice (Seina Arisa) _ 聖菜アリサ was pretty insane in UMD-925, rarely seen anything like this . Ayaka Mochizuki _ 望月あやか surprised me in NPH-048.
  3. E

    Whisper (OpenAI) - Automatic English Subtitles for Any Film in Any Language - An Intro & Guide to Subtitling JAV

    I've been using openAI small model because my crappy 6GB GPU. It would take around 40mn to 1h30 for any single movie. It was very discouraging. Update: I've finally found time to make a build of whisper.cpp with cuda support. After a little fine tuning of the params, a 2h movie takes 5mn with...
  4. E

    Whisper (OpenAI) - Automatic English Subtitles for Any Film in Any Language - An Intro & Guide to Subtitling JAV

    Hey thx. I'm not using the API because I don't want to be dependent on some key and all that goes with it. I'd also probably max out the API free use very quickly. I did manage to automate tranlation from the online regular interface with playwright. That means I could eventually split each sub...
  5. E

    Whisper (OpenAI) - Automatic English Subtitles for Any Film in Any Language - An Intro & Guide to Subtitling JAV

    My grain of salt for programmers out there. I cloned the regular Whisper and created a python 3.9 environement with all the dependencies not to mess with my global python. I scrape movies into folders as part of my download routine. I made a batch in LINQPad that go over folders that don't...