ratbunch

Results 8 comments of ratbunch

Wondering if this is related to this issue as my ffmpeg is infinitely hanging unless I press ENTER on my keyboard. Then it continues. Progress(frame=0, fps=0.0, size=2400256, time=datetime.timedelta(seconds=11), bitrate=1745.1, speed=1860.0)...

For docker noobs like me that found this through google. Didn't show up until I replaced in docker-compose.yaml ``` - /Whisper-WebUI/models ``` with ``` - /path/to/Whisper-WebUI/models:/Whisper-WebUI/models ``` Not sure if...

Damn, just noticed last commit was years ago. I guess this isn't actively worked on. SADGE

> This fork add a few new features, perhaps it something you can have a look into; > > https://github.com/persimmonX/GridPlayer > > Translation: > > > This project is developed...

I found something that suppresses this and seems to pass through everything else perfectly. Works with tqdm progress bars and doesn't mess up the terminal width. So if you google'd...

Over a month old so I assume you probably got this working. But responding for anyone else facing this issue. ```from nudenet.nudenet import NudeDetector``` You likely need to do that...

Looks to be very important to create a device_id and pass it to this library. I'm timed out on this now too. I was messing around with the library and...