SunChaser

Results 9 comments of SunChaser

长度大于8后转换成红黑树那里有问题吧?后续不会执行红黑树插入逻辑,只是长度大于8后会进行树化,节点已经在上一步插入至链表了。 参考 JDK8 HashMap.java 642 行 -> 执行尾插至链表逻辑 参考 JDK8 HashMap.java 644 行 -> 判断大于8后执行treeifyBin树化逻辑

最前面讲dfs遍历二维数组的代码中visited是boolean[][]二维数组吧,一维的boolean[]报错。

咋得到递增子序列呢?这个二分查找最后top数组里面是每堆纸牌最上面的那张牌,牌的堆数就是最长递增子序列长度这个没错,但是好像不太好得到那个最长的递增子序列。求大佬指教。

推荐自己写的一个后端系统 [https://github.com/llnancy/zhenyaojian](https://github.com/llnancy/zhenyaojian),基于 `Spring Boot`、`Spring Security` 和 `MyBatis-Plus` 构建,在线体验地址:[https://lilu.org.cn/zhenyaojian/](https://lilu.org.cn/zhenyaojian/),账号密码:`llnancy/123456`

推荐自己写的一个后端系统 [https://github.com/llnancy/zhenyaojian](https://github.com/llnancy/zhenyaojian),基于 `Spring Boot`、`Spring Security` 和 `MyBatis-Plus` 构建,在线体验地址:[https://lilu.org.cn/zhenyaojian/](https://lilu.org.cn/zhenyaojian/),账号密码:`llnancy/123456`

I also encountered the same problem

LongCat-Image also needs to be supported.

I successfully run LongCat-Image/LongCat-Image-Edit using the node [https://github.com/sooxt98/comfyui_longcat_image](https://github.com/sooxt98/comfyui_longcat_image), and you can experience it online on the cnb ​​platform. [https://cnb.cool/fuyaotingyu/ComfyUI/ComfyUI-LongCat-Image](https://cnb.cool/fuyaotingyu/ComfyUI/ComfyUI-LongCat-Image) [https://cnb.cool/fuyaotingyu/ComfyUI/ComfyUI-LongCat-Image-Edit](https://cnb.cool/fuyaotingyu/ComfyUI/ComfyUI-LongCat-Image-Edit) If you want to run it locally, please refer to...

> [@llnancy](https://github.com/llnancy) The custom node you posted simply wraps around the official inference code, which itself simply inherits from the `diffusers` library. > > What we want is native integration...