You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LLM node has been split, separating the LLM loader and the LLM model chain for more flexible reuse of these models.
Adapted all models with an interface similar to OpenAI, such as: Tongyi Qianwen/qwen, Zhipu Qingyan/GLM, deepseek, kimi/moonshot. Please fill in the base_url, api_key, and model_name of these models into the LLM node to call them.
Added a new LVM loader, now you can call LVM models locally, supporting the llava-llama-3-8b-v1_1-gguf model. Other LVM models, if in GUFF format, should theoretically also be runnable.
MacOS and mps devices are now supported! Thanks to bigcat88 for their contribution!
Tools
Added Wikipedia tool, web summary tool, and arXiv paper tool.
Another workflow can now be used as a tool. However, this version is not yet perfected and is just barely usable.
Workflow
Wrote a fastapi.py file, if you run it directly, you will get an OpenAI interface at http://127.0.0.1:8817/v1/, any application that can call GPT can now use your comfyui workflow! I will produce a tutorial to demonstrate how to operate it in detail~
Wrote an Excel iterator, which can output your CSV table row by row to the next node.