Skip to content
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

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

themanforfree
Copy link
Contributor

@themanforfree themanforfree commented Sep 13, 2024

Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

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

  • Test A
  • Test B

@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. 💪 enhancement New feature or request 🔨 feat:tools Tools for agent, function call related stuff. labels Sep 13, 2024
@qinxuye
Copy link

qinxuye commented Sep 14, 2024

Since the implementation is similar to stable diffusion but with authorization, is it possible to let the code inherited from stable diffusion tool?

@themanforfree
Copy link
Contributor Author

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

@themanforfree
Copy link
Contributor Author

@crazywoola

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 24, 2024
@crazywoola crazywoola merged commit 21e9608 into langgenius:main Sep 24, 2024
6 checks passed
cuiks pushed a commit to cuiks/dify that referenced this pull request Sep 26, 2024
lau-td pushed a commit to heydevs-io/dify that referenced this pull request Oct 23, 2024
idonotknow pushed a commit to AceDataCloud/Dify that referenced this pull request Nov 16, 2024
@XiaoCC
Copy link

XiaoCC commented Feb 10, 2025

这个插件可以授权在xinference里面部署的flux 但是调用会报错 是不是只能兼容xinference的stablediffusion不兼容flux

@qinxuye
Copy link

qinxuye commented Feb 10, 2025

应该能兼容 flux,报啥错?

@XiaoCC
Copy link

XiaoCC commented Feb 10, 2025

应该能兼容 flux,报啥错?

image
image
image
xinference里面部署的是Q4_k_s量化版本的flux dev

image
xinference这边能正常出图 帮忙看看是不是这个插件问题,谢谢

@qinxuye
Copy link

qinxuye commented Feb 10, 2025

https://github.com/xorbitsai/inference/issues/new?template=bug_report.yaml 开个 issue 把。我们查一下。

@XiaoCC
Copy link

XiaoCC commented Feb 10, 2025

https://github.com/xorbitsai/inference/issues/new?template=bug_report.yaml 开个 issue 把。我们查一下。

xorbitsai/inference#2832 好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request 🔨 feat:tools Tools for agent, function call related stuff. lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: sdwebui api for xinference
4 participants