stablediffusion.yaml 840 B

1234567891011121314151617181920212223242526272829
  1. identity:
  2. author: Dify
  3. name: stablediffusion
  4. label:
  5. en_US: Stable Diffusion
  6. zh_Hans: Stable Diffusion
  7. description:
  8. en_US: Stable Diffusion is a tool for generating images which can be deployed locally.
  9. zh_Hans: Stable Diffusion 是一个可以在本地部署的图片生成的工具。
  10. icon: icon.png
  11. credentails_for_provider:
  12. base_url:
  13. type: secret-input
  14. required: true
  15. label:
  16. en_US: Base URL
  17. zh_Hans: StableDiffusion服务器的Base URL
  18. placeholder:
  19. en_US: Please input your StableDiffusion server's Base URL
  20. zh_Hans: 请输入你的 StableDiffusion 服务器的 Base URL
  21. model:
  22. type: text-input
  23. required: true
  24. label:
  25. en_US: Model
  26. zh_Hans: 模型
  27. placeholder:
  28. en_US: Please input your model
  29. zh_Hans: 请输入你的模型名称