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

[Enhancement]: 允许调用外部上色接口 #107

Closed
Shapaper233 opened this issue Dec 18, 2024 · 2 comments
Closed

[Enhancement]: 允许调用外部上色接口 #107

Shapaper233 opened this issue Dec 18, 2024 · 2 comments
Labels
enhancement🚀 New feature or request

Comments

@Shapaper233
Copy link

Description

我手头上有几个测试还不错的上色AI模型。
现在假如想要把黑白图片转换为彩色的话需要下载到磁盘后上色完手动替换。
我在想能不能提供一个“图片转换API”设置,将从漫画源下载的图片先通过POST发送给这个API(或者调用命令行)。转换完成后返回彩图后再显示。(Tips:建议加个缓存,上色步骤大概率消耗不少。)【下载漫画的地方也可以加复选框询问是否上色】

可以先实现这个功能,给出API规范后由用户自行实现

Operating System

No response

picture

No response

@Shapaper233 Shapaper233 added the enhancement🚀 New feature or request label Dec 18, 2024
@wgh136
Copy link
Contributor

wgh136 commented Dec 18, 2024

@Shapaper233 有趣
关于“给出API规范”,没有这个必要,不是有一个js引擎吗,让用户自己通过一个js的api接口去适配就好了

@wgh136
Copy link
Contributor

wgh136 commented Dec 18, 2024

@Shapaper233 可以增加一个设置,对下载完后的图片使用js代码进行处理
该怎么处理用户自己决定吧

@wgh136 wgh136 closed this as completed in 3a320fe Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement🚀 New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants