Wenliang
Wenliang
I want to do it in CMake because it's cross-platform and can generate Makefiles.
知乎观光+1
我不太清楚GUI里面的“图层”具体是什么(尽管听说过),不知道您是否可以简单讲一下。之前我的一个项目里界面的实现用到了两个缓冲:前景色和背景色,这是否也算是图层的概念呢?
你要练lora还是干嘛,lora训练不是有自适应桶啥的么应该也不需要裁减吧。真要裁减我一般都是用专门的工具比如ps的和其他图片编辑工作一起做。
图片编辑的工作量太大了,就我自己来说至少有这些需求: - 裁切(我几乎不使用),可能需要支持主体识别 - 去除背景和非相关元素(ps 的快速选择和对象选择,ps 也有自动识别背景的功能) - 其他数据处理,包括重新绘图等复杂编辑 - 以上编辑操作需要支持多图层等辅助技术 这些东西加起来只有专业的软件能做到,比较可行的做法可能是添加调用其他工具的功能来优化流程。
As you said, I've also noticed that it's hard to find tags when there are too many of them. Now that you mention it, I'll look into optimizing this. I...
I probably don't have enough time to think about how to implement complex tag floding, but I've added highlighting for tag filter, which should improve efficiency.  When you edit...
It looks like no sorting was applied. This is easy to fix, got any other requests?
These lines need to be parsed together. Try `0 && 1 1 || 0` in REPL.
I'm a bit confused about the use of `min` and `max`, but not `default`. I suggest naming this argument `default` instead of `def`, because `def` is a keyword. Gating of...