Nodes Browser

ComfyDeploy: How ComfyUI_LLaSM works in ComfyUI?

What is ComfyUI_LLaSM?

ComfyUI for [a/LLaSM](https://huggingface.co/spaces/LinkSoul/LLaSM)

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_LLaSM and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI nodes to use LLaSM

https://huggingface.co/spaces/LinkSoul/LLaSM

image

Install

  • 推荐使用管理器 ComfyUI Manager 安装(On the Way)

  • 手动安装:

    1. cd custom_nodes
    2. git clone https://github.com/leeguandong/ComfyUI_LLaSM.git
    3. 重启 ComfyUI

Use

  • huggingface-cli download --resume-download --local-dir-use-symlinks False LinkSoul/LLaSM-Cllama2 --local-dir LLaSM-Cllama2

  • huggingface-cli download --resume-download --local-dir-use-symlinks False openai/whisper-large-v2 --local-dir whisper-large-v2

  • 节点:

    • LLaSM Model Loader:自动加载 LLaSM 模型
    • LLaSM2Interface:推理
    • LLaSM Load Audio:加载音频

Stars

Star History Chart