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

Add support for DALL-E #1358 #1428

Closed

Conversation

SPWwj
Copy link

@SPWwj SPWwj commented May 11, 2023

添加对DALL-E的支持 #1358

描述

此 Pull Request 添加了对DALL-E的支持,使我们的项目能够生成与给定关键词相关的图像。

主要更改

  • 实现了一个新的功能,通过使用 /image {keyword} 可以调用DALL-E生成图像。
  • 为了解决 /image 与 Prompt 调用的冲突,我们在默认配置中使用 Enter 来提交请求。

使用方法

用户可以输入 /image {keyword} 来调用DALL-E生成图像。例如,输入 /image 猫 将会生成与猫相关的图像。请注意,由于 /image 与 Prompt 调用存在冲突,因此我们更改了默认的提交方式,用户需要按 Enter 键来提交请求。

测试

我们已经对这个新功能进行了一系列的测试,以确保其正确性和稳定性。

结论

这个新功能极大地提高了我们项目的功能性,为用户提供了更多的互动方式。期待您的审查和反馈。

@zzzkl
Copy link

zzzkl commented May 12, 2023

提示词写错了成了/Image,实际只接受/image。
一次生成4张512x512的图,太多了点。

@SPWwj
Copy link
Author

SPWwj commented May 12, 2023

提示词写错了成了/Image,实际只接受/image 疏忽了。
一次生成4张512x512的图,太多了点。这个可以调,等下弄个setting设置下。

@zzzkl
Copy link

zzzkl commented May 15, 2023

还有2个小问题:

  1. 图片无法复制。
  2. 默认256x256的配置貌似没有生效,还是生成了1024x1024格式

@zhuSilence
Copy link

我也发现了,面具里面的配置修改是无效的,需要在设置中修改

@zhuSilence
Copy link

另外 size 参数漏掉了,size 确实无效

@lloydzhou
Copy link
Contributor

当前dalle3支持作为模型,或者作为插件使用,这个pr暂时关闭了

@lloydzhou lloydzhou closed this Oct 10, 2024
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Currently, dalle3 supports being used as a model or as a plug-in. This PR is temporarily closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.