-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add xinference sd web ui api tool #8385
Conversation
Signed-off-by: themanforfree <[email protected]>
9abb735
to
09019be
Compare
Since the implementation is similar to stable diffusion but with authorization, is it possible to let the code inherited from stable diffusion tool? |
The relevant logic must be modified through internal methods and cannot be solved through inheritance |
Signed-off-by: themanforfree <[email protected]>
Signed-off-by: themanforfree <[email protected]>
Signed-off-by: themanforfree <[email protected]>
这个插件可以授权在xinference里面部署的flux 但是调用会报错 是不是只能兼容xinference的stablediffusion不兼容flux |
应该能兼容 flux,报啥错? |
去 https://github.com/xorbitsai/inference/issues/new?template=bug_report.yaml 开个 issue 把。我们查一下。 |
Checklist:
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint godsDescription
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. Close issue syntax:
Fixes #<issue number>
, see documentation for more details.Fixes #8702
Type of Change
Testing Instructions
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration