stablediffusion.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. identity:
  2. author: Dify
  3. name: stablediffusion
  4. label:
  5. en_US: Stable Diffusion
  6. zh_Hans: Stable Diffusion
  7. pt_BR: Stable Diffusion
  8. description:
  9. en_US: Stable Diffusion is a tool for generating images which can be deployed locally.
  10. zh_Hans: Stable Diffusion 是一个可以在本地部署的图片生成的工具。
  11. pt_BR: Stable Diffusion 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: secret-input
  18. required: true
  19. label:
  20. en_US: Base URL
  21. zh_Hans: StableDiffusion服务器的Base URL
  22. pt_BR: Base URL
  23. placeholder:
  24. en_US: Please input your StableDiffusion server's Base URL
  25. zh_Hans: 请输入你的 StableDiffusion 服务器的 Base URL
  26. pt_BR: Please input your StableDiffusion server's Base URL
  27. model:
  28. type: text-input
  29. required: true
  30. label:
  31. en_US: Model
  32. zh_Hans: 模型
  33. pt_BR: Model
  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 model name of the StableDiffusion server
  40. zh_Hans: StableDiffusion服务器的模型名称
  41. pt_BR: The model name of the StableDiffusion server
  42. url: https://docs.dify.ai/tutorials/tool-configuration/stable-diffusion