Sup /g/
Just released the first version of naiad-net, a hobby project that I ended up pushing into a usable state. The tl;dr of it is you add picture folders to it, it indexes them into a sqlite db, and you can tag shit.
刚刚发布了 naiad-net 的第一个版本,这是一个业余爱好项目,我最终将其推入可用状态。它的要点是你向其中添加图片文件夹,它将它们索引到一个 sqlite 数据库中,然后你可以标记狗屎。
But I also wanted what the Hydrus network has, in a more lightweight package. So I have a dev server that ingests hydrus ptr updates every night. This way you can also pull tags from the net, in a quicker and only slightly less private way. Basically instead of downloading the entire db, you request buckets via hash prefixes. It's pretty fast this way.
但我也想要 Hydrus 网络拥有的东西,并且是一个更轻量级的包。所以我有一个开发服务器,每天晚上都会接收 Hydrus ptr 更新。通过这种方式,您还可以以更快且私密性稍差的方式从网络中提取标签。基本上,您不需要下载整个数据库,而是通过哈希前缀请求存储桶。这种方式速度相当快。
Shit's made in rust, optimized for speed, interface is wip but imo right now the basic functionality of 'just put tags on my images' works. It's completely slopped together, and I'm actually surprised I got this far. If anyone cares enough I'll keep adding planned features, like plugins to scrape/autotag via model, but right now only basic functionality is done.
该死的,是用 Rust 制作的,针对速度进行了优化,界面是 wip,但在我看来,现在“只需在我的图像上添加标签”的基本功能就可以了。它完全倾斜在一起,我真的很惊讶我能走到这一步。如果有人足够关心,我将继续添加计划的功能,例如通过模型进行抓取/自动标记的插件,但现在只完成了基本功能。