Stephen Wong

Results 5 comments of Stephen Wong

for some reason, the -b flag doesn't work on ubuntu. I solved it by using: `htpasswd -n /var/www/conf/arbitrage.passwd [username]` and entering the password in the prompt `New password:`

same issue here. fixed by: uninstall poetry first, and switch your local python version to 3.11.7 by ```pyenv local 3.11.7```. then, reinstall poetry.

You may want to take a look at the [ComfyUI-CoreMLSuite](https://github.com/aszc-dev/ComfyUI-CoreMLSuite) custom node, which converts safetensor models to CoreML models to be used in ConfyUI.

Over at [aszc-dev/ComfyUI-CoreMLSuite](https://github.com/aszc-dev/ComfyUI-CoreMLSuite) have a similar issue: https://github.com/aszc-dev/ComfyUI-CoreMLSuite/issues/34 Apparently if we substitute ```import torchsde``` with ```import mlx``` (and all references in this file to ```torchsde``` of course) in [comfy/k_diffusion/sampling.py](https://github.com/comfyanonymous/ComfyUI/blob/248d9125b0821851ea4b7c749df20a040f5ebe57/comfy/k_diffusion/sampling.py#L6) it...

Please load a text-generation model in ollama and try again or you can try to use LM studio for a GUI based app 請在 ollama 載入 text-generation model 或試試用 LM...