lks-ai / anynode

A Node for ComfyUI that does what you ask it to do
MIT License
426 stars 27 forks source link

There is support LM Studio ? #14

Closed Agnyy closed 4 weeks ago

Agnyy commented 1 month ago

I tried to launch LM Studio, but in the end nothing happens.

image

lks-ai commented 4 weeks ago

Note: We just fixed this together in the Discord server. Fix: The server value was wrongly formatted.

The proper way to format that is http://localhost:1234 with no spaces, and making sure to not add any path at the end like /v1 ... AnyNode only uses one endpoint on any OpenAI compatible service like LM Studio, the /v1/chat completions endpoint. That being said, you don't need to specify in the server field anything but the address of the server you want to call. AnyNode fills in the path at the end.