diff --git a/README.md b/README.md index 2c7797e..ba60321 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,12 @@ - 1.若干个二级域名,本应用需要一个,另外代理discord,openai,aliyun-oss等,都需要域名 - 2.部署[openai代理](https://github.com/vual/vercel-proxy-openai),fork到自己仓库,然后使用vercel进行部署,绑定自己的域名。如果能直通chatgpt,则不需要配置。 - 3.部署discord代理,项目地址[discord-proxy](https://github.com/vual/discord-proxy),fork到自己仓库,然后使用vercel进行部署,绑定自己的域名。如果能直通discord,则不需要。 -- 4.部署[midjourney-proxy](https://github.com/novicezk/midjourney-proxy),详细请到对应项目查看。 -- 5.获取阿里云oss的endpoint,key等,[详细参考](https://zhuanlan.zhihu.com/p/445967642) ,bucket可以不用设为公共读,但上传的图片会自动设成公共读。2019.9.23后创建的bucket,需要绑定自己的域名,才能预览,[绑定方法参考](https://help.aliyun.com/zh/oss/user-guide/map-custom-domain-names-5) 。[跨域问题](https://help.aliyun.com/zh/oss/the-no-access-control-allow-origin-error-message-is-still-reported-when-you-call-oss-after-setting-cross-domain-rules) -- 6.部署minio私有化oss,bucket必须要设成public,[docker启动参考官方文档](https://www.minio.org.cn/docs/minio/container/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html)。 -- 7.使用stable-diffusion功能需要启动[stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui),详细启动方式请到对应项目查看:https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API -- 8.腾讯云oss跨域问题,[可以参考](https://cloud.tencent.com/document/product/436/13318) +- 4.部署[midjourney-proxy](https://github.com/novicezk/midjourney-proxy),详细请到对应项目查看。、 +- 5.如果你不想配置上面的那些代理,可以考虑买中转接口。 +- 6.获取阿里云oss的endpoint,key等,[详细参考](https://zhuanlan.zhihu.com/p/445967642) ,bucket可以不用设为公共读,但上传的图片会自动设成公共读。2019.9.23后创建的bucket,需要绑定自己的域名,才能预览,[绑定方法参考](https://help.aliyun.com/zh/oss/user-guide/map-custom-domain-names-5) 。[跨域问题](https://help.aliyun.com/zh/oss/the-no-access-control-allow-origin-error-message-is-still-reported-when-you-call-oss-after-setting-cross-domain-rules) +- 7.部署minio私有化oss,bucket必须要设成public,[docker启动参考官方文档](https://www.minio.org.cn/docs/minio/container/operations/install-deploy-manage/deploy-minio-single-node-single-drive.html)。 +- 8.使用stable-diffusion功能需要启动[stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui),详细启动方式请到对应项目查看:https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API +- 9.腾讯云oss跨域问题,[可以参考](https://cloud.tencent.com/document/product/436/13318) ### 启动 ##### 1.拉取镜像