skwzrd
skwzrd
I am using the following script to remove "Suggested for you" and "Reels and short videos" feeds. ```javascript function getParentElement(element, level = 1) { while (level-- > 0) { element...
For anyone wanting to install Python 3.6, you can use this link to save yourself some time https://www.python.org/ftp/python/3.6.8/ . This is the latest version of 3.6 with a provided installer.
@rwightman I can say it works with a CPU now. However, my script that throws everything on the GPU doesn't seem to work. ```python import open_clip import torch from PIL...
You can also use https://github.com/skwzrd/kokoro_slim
I've looked at the Kokoro package this repo uses, and they likely didn't include this feature because the lang_code is specified in a sub-object called KPipeline, which can take a...
You need to change the language, https://github.com/remsky/Kokoro-FastAPI/issues/376#issuecomment-3182280187.