Mel Massadian

Results 465 comments of Mel Massadian

Sorry I never looked into this! I think you can find much better approaches in the Fizz Nodes, I did not test them yet but they are used for prompt...

I'm seing this issue just now sorry, for some reason I did not get a notification. The error you are seing comes from BatchFromHistory. It should provide clearer errors, I...

@idesign2018 Can you share the workflow or a repro of it? That would help to identify gotchas and maybe find workarounds

@matbergs The repo has been sleeping for two years. The bindings are Cython based and in the folder `pyimgui`. If you feel something is missing, you can **Fork** this repo...

I'm using [those bindings](https://github.com/swistakm/pyimgui) which are better maintained.

This is a full working demo around the code you provided. It's not an issue with this library. [client_demo.zip](https://github.com/itsKaynine/comfy-ui-client/files/14968841/client_demo.zip)

I can help tomorrow or Tuesday with this locally it would be nice to have! I found this interesting spec of what should be on the arm runner: https://github.com/actions/runner-images/blob/main/images/macos/macos-14-arm64-Readme.md

Thanks for the quick reply! I am indeed on macOS. For what it worth I can run taichi_blend without issue. I actually used the same method as taichi_blend to bundle...

Here is what I mean: ![image](https://user-images.githubusercontent.com/7041726/143862226-d723f42a-3b8a-4d9f-afe0-1e4e91e442bb.png) My Package file: ```json { "env": [ { "HTOTILIB": "$HOUDINI_USER_PREF_DIR/taichi_houdini/Libs" }, { "PYTHONPACKSPATH": "$HOUDINI_USER_PREF_DIR/taichi_houdini/bundled-packages" }, { "PYTHONPATH": [ "$PYTHONPACKSPATH", "$HTOTILIB/python", "$HTOTILIB/python/taichi_elements" ] } ],...

> Hi, @melMass, I can get the same error on MacOS. Since we never test taichi-houdini on MacOS, there can be some compatibility problem. I need some time to figure...