sky-cake
sky-cake
Hi @bbepis, I have just started using the Hayden Scraper again for archiving select 4chan threads with the Hayden database schema. It is working very well 😄 Thank you for...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information This PR adds `model attributes`, `spoken language`, and `production` attributes to the PornHub...
Adding the ability to filter archived threads based on subjects and comments. See the README for an explanation of new config variables. I've changed the delimiter in the README SQL...
When running the exact code from https://github.com/mlfoundations/open_clip?tab=readme-ov-file#generating-text-with-coca, with a 1000x1300 pixel image, I get ``` Traceback (most recent call last): File "/home/dolphin/Desktop/clip/main.py", line 21, in generated = model.generate(im) File "/home/dolphin/Desktop/clip/venv/lib/python3.10/site-packages/open_clip/coca_model.py",...
It would be sweet if Hayden could support options to download thumbnails and/or full media per board, rather than per archive instance. For example, have thumbnails only be downloaded from...
I've consulted https://docs.rs/tantivy/latest/tantivy/query/struct.QueryParser.html, and it lists some valid search options, but it doesn't explain what the "syntax boundaries" are. I don't know how to avoid SyntaxErrors when searching with, ```...
@ChillFish8 Are these the expected `normal` search behaviors of lnx? I.e. ``` { 'occur': 'must', 'normal': { 'ctx': f'{fieldname}:{query}', }, } ``` 1. Syntax errors with when `query` begins with...
Python 3.12.12 Ubuntu 22.04 Nvidia 1660ti `faster-whisper` args: - compute_type = 'int8_float32' # very important - device = 'cuda' - size = medium' Download and install `cudnn-local-repo-ubuntu2204-9.16.0_1.0-1_amd64.deb` by following the...