Richard Nagyfi

Results 26 comments of Richard Nagyfi

Same for Windows 11 with `webui-user.bat` ``` ERROR: Could not find a version that satisfies the requirement torch==2.0.1 (from versions: 2.2.0, 2.2.0+cu118) ERROR: No matching distribution found for torch==2.0.1 ```...

@Seon82 had this idea of running edge detection on the images before applying the algorithm, so I was thinking about experimenting with canny. But this method can also work (most...

Thanks for the suggestion. I DID think about implementing this when I put together the new version, but I didn't have a good solution for edge cases and thought it...

Thank you for the question! Some of the skimage functions take 0-1 float as input, others as 0-255 int, and some of them also return one or the other as...

Hey that's really neat! Could you also add some options to adjust the hyperparameters from within the app?

When I open the link I get the following error: ``` Runtime error CPU Memory limit exceeded (16GB) ``` and then the container logs

We can mass download the youtube subtitles associated with the videos. That way we will also have a the translations for the same english text in multiple languages, so there...

Nice, I was thinking about https://pytube.io/en/latest/user/captions.html

via https://www.khanacademy.org/about/tos ``` 8. Prohibited Conduct YOU AGREE NOT TO: [...] 8.7. develop, support or use software, devices, scripts, robots, or any other means or processes (including crawlers, browser plugins...

We should ask for their approval first. And even in the case of an approval we should be extremely careful when scraping: 1. sponsored videos (they have different licences) ```...