comfyui.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. identity:
  2. author: Qun
  3. name: comfyui
  4. label:
  5. en_US: ComfyUI
  6. zh_Hans: ComfyUI
  7. pt_BR: ComfyUI
  8. description:
  9. en_US: ComfyUI is a tool for generating images which can be deployed locally.
  10. zh_Hans: ComfyUI 是一个可以在本地部署的图片生成的工具。
  11. pt_BR: ComfyUI is a tool for generating images which can be deployed locally.
  12. icon: icon.png
  13. tags:
  14. - image
  15. credentials_for_provider:
  16. base_url:
  17. type: text-input
  18. required: true
  19. label:
  20. en_US: Base URL
  21. zh_Hans: ComfyUI服务器的Base URL
  22. pt_BR: Base URL
  23. placeholder:
  24. en_US: Please input your ComfyUI server's Base URL
  25. zh_Hans: 请输入你的 ComfyUI 服务器的 Base URL
  26. pt_BR: Please input your ComfyUI server's Base URL
  27. model:
  28. type: text-input
  29. required: true
  30. label:
  31. en_US: Model with suffix
  32. zh_Hans: 模型, 需要带后缀
  33. pt_BR: Model with suffix
  34. placeholder:
  35. en_US: Please input your model
  36. zh_Hans: 请输入你的模型名称
  37. pt_BR: Please input your model
  38. help:
  39. en_US: The checkpoint name of the ComfyUI server, e.g. xxx.safetensors
  40. zh_Hans: ComfyUI服务器的模型名称, 比如 xxx.safetensors
  41. pt_BR: The checkpoint name of the ComfyUI server, e.g. xxx.safetensors
  42. url: https://docs.dify.ai/tutorials/tool-configuration/comfyui