John-Henry Lim

Results 103 comments of John-Henry Lim

About cstr being missing, I believe it is because it is imported within the `try` block: https://github.com/MrForExample/ComfyUI-3D-Pack/blob/main/install.py#L18-L28 Later below in the `except` block, it attempts to use cstr when its...

listing the missing features inside an issue may help those who want to contribute implement those features

I also get the issue with `simsimd-6.4.9-cp312-cp312-manylinux_2_28_x86_64.whl`. Same situation of using an ntfs3 drive, though I suspect the `simsimd.` with trailing dot is unintended.

I can confirm same issue with pipx as mentioned by author. I'll test the suggested fix in a fork. @INFCode you mind if I make a PR using your fix...

The venv & conda approaches seem to work. I haven't tested the impact on other commands besides `comfy install` and `comfy launch`, and whether `comfy standalone` is affected (tho it...

Seems definitely possible: https://github.com/Vahe1994/AQLM/issues/85#issuecomment-2194691934 But man they made me project lead for something in uni so im in a time crunch

https://github.com/and270/thinking_effort_processor might be a good approach, the main improvement would be to make it eventually API-controllable in llama-server rather than requiring a restart every time if applying via the current...

> android 13 implemented here - https://github.com/casualsnek/waydroid_script > > can you please implement it in upstream i've successfully built an android 13 image based on the build guide. it loads,...

Given how often supply chain attacks happen with NPM these days, tuning devcontainers for security might be actually useful for security-conscious developers. Granted devcontainers can't be 100% safe. But hardened/rootless...