time-river
time-river
The same as commit [0b1b815](https://github.com/checkpoint-restore/criu/commit/0b1b815), I implement the hardware breakpoint for arm64 platform :-) I notice the following commit, therefore the feature can't be enabled: ```c /* * Temporary workaround...
`bash ./test/jenkins/criu-join-ns.sh` will report errors: ``` ################### 6 TEST(S) FAILED (TOTAL 425/SKIPPED 157) ################### * zdtm/static/net_lock_socket_iptables6(unknown) * zdtm/static/cgroup_yard(unknown) * zdtm/static/netns_lock_iptables(unknown) * zdtm/static/socket_udplite(h) * zdtm/static/net_lock_socket_iptables(unknown) * zdtm/static/socket_udp_shutdown(h) ##################################### FAIL ##################################### ```...
The PR #1539 ([GSoC] Add nftables based network locking/unlocking) isn't good, although it has the better performance compared with iptables cmd. The tcp connection can be locked/unlocked by nftables netlink...
GDPR已经启动接近一年,考虑支持GDPR吗?
In high diffusers version, two new arguments `ip_adapter_image, ip_adapter_image_embeds` are added in `check_inputs` func, which results error: ``` Error occurred when executing IDGenerationNode: For single controlnet: controlnet_conditioning_scale must be type...
the prompt is from https://huggingface.co/spaces/InstantX/InstantID
BUG: ImportError: cannot import name MAX_ADDRESS_LENGTH `MAX_ADDRESS_LENGTH` is in 'flanker.addresslib.address' at current version
The prompt is from https://huggingface.co/spaces/InstantX/InstantID/blob/main/style_template.py
Compared with optimized ComfyUI-InstantID project which use about 10GiB VRAM, it's a little high. Here is my branch patched all of the optimizing ways . It seems that [`IPAttnProcessor2_0`](https://github.com/time-river/ComfyUI-InstantID/commit/87d99ce3189bc2c6b1208b69e69eec278f184474) reduces...