genericgod

Results 7 comments of genericgod

Had the same problem. I launched the executable in Terminal. Output was: > dyld: Symbol not found: __ZNSt3__113basic_filebufIcNS_11char_traitsIcEEE4openEPKcj Referenced from: /Applications/Alpaca Electron.app/Contents/Resources/app/bin/chat_mac_x64 (which was built for Mac OS X 13.0)...

Same problem here. Running ComfyUI on a different machine in the same network. I've added both client and server IP's to system.conf to no avail. In firefox console I'm getting...

@t-manabe-s While it did remove the original error now many modules in `ComfyUI-3D-Pack/web/js/node_modules/three/examples/jsm` get this error. So now i have to edit more than 100 scripts which is a LOT...

@Duodecimus Well problem is it's also missing vertex color attributes: ![Bildschirmfoto 2024-08-16 um 14 18 52](https://github.com/user-attachments/assets/fa8f2e04-bf41-4dcf-a6b2-6ed0bf590434) This is the glTF validation Report: ``` Validation report Format: glTF 2.0 Generator: [email protected]...

For anyone having this problem, you need to get the UID and GID of your docker user and add it to your run command like this: `docker run -d --restart...

@JMLLR1 You need to use the vae from here: https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/tree/main/split_files/vae It’s the same for all Qwen image models.

I noticed that the output using GGUF is causing oversaturation in my images. I checked the VAE but it’s the same as 2509 (same hash), so it must be something...