stablediffusion.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. credentials_for_provider:
  14. base_url:
  15. type: secret-input
  16. required: true
  17. label:
  18. en_US: Base URL
  19. zh_Hans: StableDiffusion服务器的Base URL
  20. pt_BR: Base URL
  21. placeholder:
  22. en_US: Please input your StableDiffusion server's Base URL
  23. zh_Hans: 请输入你的 StableDiffusion 服务器的 Base URL
  24. pt_BR: Please input your StableDiffusion server's Base URL
  25. model:
  26. type: text-input
  27. required: true
  28. label:
  29. en_US: Model
  30. zh_Hans: 模型
  31. pt_BR: Model
  32. placeholder:
  33. en_US: Please input your model
  34. zh_Hans: 请输入你的模型名称
  35. pt_BR: Please input your model
  36. help:
  37. en_US: The model name of the StableDiffusion server
  38. zh_Hans: StableDiffusion服务器的模型名称
  39. pt_BR: The model name of the StableDiffusion server
  40. url: https://docs.dify.ai/tutorials/tool-configuration/stable-diffusion