欢迎光临散文网 会员登陆 & 注册

RippleAi:一站式GPT、AI绘画、语音合成工具

2023-04-23 20:44 作者:Ripple゜  | 我要投稿

RippleAi

一站式GPTAI绘画、语音合成工具Auto generate summary / illustration / TTS by RippleAi.

Demo


Desktop


mobile

特性

  • 自动生成,无需人工干预

  •  简洁、美观的前端样式,响应式设计

  • 轻松上手,高可定制

  • 针对PJAXFancybox进行兼容

  • 使用数据库,避免API进行重复请求

  • CDN功能,允许服务器缓存图片后发送

  • 可设置跨域限制,防盗用

  •  集成GPTMidjourneyVITS

 快速开始

根据html结构找出正文对应的class

例如我的博客正文被class="entry-content"包裹,那么let RippleGPT_postSelector = '.entry-content';

在需要的地方插入html即可~


<div class="ripple-ai mt-4"> </div> <link href="/path/to/ripplegpt.css" rel="stylesheet" type="text/css" /> <script> let RippleGPT_postSelector = '文章正文'; let GPT_URL = 'https://api.example.com/'; let MJ_URL= 'https://api.example.com/send_and_receive'; let VITS_URL= 'https://api.example.com/models/${path}/speakers/${id}'; </script> <script src="/path/to/ripplegpt.js"></script> <script src="/path/to/typeit.min.js"></script> <script>document.addEventListener('DOMContentLoaded', function() { runRippleGPT(); }); </script>

HTML

cdn(不保证可用)


<div class="ripple-ai mt-4"> </div> <link href="https://myripple.cc/cdn/RippleGPT.css" rel="stylesheet" type="text/css" /> <script> let RippleGPT_postSelector = '文章正文'; let GPT_URL = 'https://api.example.com/'; let MJ_URL= 'https://api.example.com/send_and_receive'; let VITS_URL= 'https://api.example.com/models/${path}/speakers/${id}'; </script> <script src="https://myripple.cc/cdn/RippleGPT.js"></script> <script src="https://myripple.cc/cdn/typeit.min.js"></script> <script>document.addEventListener('DOMContentLoaded', function() { runRippleGPT(); }); </script>

HTML

PJAX兼容(Wordpress为例)


/* 容器外部(footer.php) */ <script src="https://myripple.cc/cdn/RippleGPT.js"></script> <script> runRippleGPT(); </script> /* 容器内部(single.php) */ <link href="https://myripple.cc/cdn/RippleGPT.css" rel="stylesheet" type="text/css" /> <script> let RippleGPT_postSelector = '文章正文'; let GPT_URL = 'https://api.example.com/'; let MJ_URL= 'https://api.example.com/send_and_receive'; let VITS_URL= 'https://api.example.com/models/${path}/speakers/${id}'; </script>

PHP

后端搭建

  • node

  • Python(midjourney

  • Python(vits

⚗️ 技术栈

  • [Python] + [Node]

  • [PHP] + [HTML] + [CSS]

⚙️ 扩展

  •  你可以把Midjourney接入机器人!

  • 本项目处于最初阶段,基于作者自己的WP主题开发,可能存在较多的BUG与兼容性问题,欢迎提出ISSUE

  • 联系&合作&捐赠:support@hiripple.com

  • ⚡️ 未来计划:更多的VITS样式、Midjourney upscale功能

License

  • MIT

  • 你可以删去右下角的powered by rippleai,但必须保留左上角的图标以及超链接

Bloghttps://hiripple.com/archives/3144

GitHubhttps://github.com/CelestialRipple/RippleAi-Summary-Illustration-TTS


RippleAi:一站式GPT、AI绘画、语音合成工具的评论 (共 条)

分享到微博请遵守国家法律