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

文本加工BUG #1427

Closed
6 of 7 tasks
zyxingsky opened this issue May 9, 2024 · 2 comments
Closed
6 of 7 tasks

文本加工BUG #1427

zyxingsky opened this issue May 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zyxingsky
Copy link

zyxingsky commented May 9, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已完整查看过项目 README,以及项目文档
  • 我使用了自己的 key,并确认我的 key 是可正常使用的
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

你的版本

  • 公有云版本
  • 私有部署版本, 具体版本号:

问题描述, 日志截图
使用“http请求” 调用 stable diffusion 接口,返回的是base64编码的图片。再使用“文本加工”,拼接markdown展示图片,拼接内容如图。如果图片是512*512大小,则会报错,大概意思是body超过了1M的限制。如果图片改小点,则能正常拼接。
复现步骤

预期结果

相关截图
screenshot-20240509-194701

@zyxingsky zyxingsky added the bug Something isn't working label May 9, 2024
@sd0ric4
Copy link

sd0ric4 commented May 14, 2024

当我更新到v4.8-alpha3的时候仍存在这个bug
image
image
我在镜像的文件找到了已经改为16mb的文件
image
这应该证明是最新版本,但是仍存在这个bug

@c121914yu
Copy link
Collaborator

c121914yu commented May 14, 2024

#1485 再更正下,,上次只加了响应,没加请求限制。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants