stablediffusion.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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