xinference.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. identity:
  2. author: xinference
  3. name: xinference
  4. label:
  5. en_US: Xinference
  6. zh_Hans: Xinference
  7. description:
  8. zh_Hans: Xinference 提供的兼容 Stable Diffusion web ui 的图片生成 API。
  9. en_US: Stable Diffusion web ui compatible API provided by Xinference.
  10. icon: icon.png
  11. tags:
  12. - image
  13. credentials_for_provider:
  14. base_url:
  15. type: secret-input
  16. required: true
  17. label:
  18. en_US: Base URL
  19. zh_Hans: Xinference 服务器的 Base URL
  20. placeholder:
  21. en_US: Please input Xinference server's Base URL
  22. zh_Hans: 请输入 Xinference 服务器的 Base URL
  23. model:
  24. type: text-input
  25. required: true
  26. label:
  27. en_US: Model
  28. zh_Hans: 模型
  29. placeholder:
  30. en_US: Please input your model name
  31. zh_Hans: 请输入你的模型名称
  32. api_key:
  33. type: secret-input
  34. required: false
  35. label:
  36. en_US: API Key
  37. zh_Hans: Xinference 服务器的 API Key
  38. placeholder:
  39. en_US: Please input Xinference server's API Key
  40. zh_Hans: 请输入 Xinference 服务器的 API Key