└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # Awesome AIGC
2 |
3 | AIGC,全称是 Artificial Intelligence Generated Content,是指由 AI 生成的内容(包括文字、图片、音视频等)。
4 |
5 | 随着 AI 技术越来越强大,AIGC 的成本也越来越低,大量技术、模型、代码都已公开,也有了很多消费级应用。
6 |
7 | 这个仓库搜集了 AIGC 相关的资源,希望能帮助大家~~搞颜色~~提高工作效率,进入 AI 时代。
8 |
9 | ## 开源项目
10 |
11 | [Stable Diffusion web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - Gradio library for Stable Diffusion 的浏览器界面
12 |
13 | [OpenPost Editor](https://github.com/fkunn1326/openpose-editor) - 骨骼图生成工具
14 |
15 | [ClickPrompt](https://github.com/prompt-engineering/click-prompt) - Prompt 生成器
16 |
17 | ### 辅助开发工具
18 |
19 | [diffusers](https://github.com/huggingface/diffusers) - HuggingFace 出品的 PyTorch 辅助库
20 |
21 | [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) - 内含百度修改后的 ppdiffuers,以及其他百度飞桨 NLP 辅助工具
22 |
23 | ### 文生图模型
24 |
25 | [AltDiffusion](https://huggingface.co/BAAI/AltDiffusion) - 首个中英双语的文生图模型 [Link 2](https://model.baai.ac.cn/model-detail/100076) [Link 3](https://github.com/FlagAI-Open/FlagAI/tree/master/examples/AltDiffusion)
26 |
27 | [AltDiffusion-m9](https://huggingface.co/BAAI/AltDiffusion-m9) - AltDiffusion 基础之上,支持 9 种语言的文生图模型
28 |
29 | ## 在线工具 - 面向非开发者
30 |
31 | ### 写作
32 |
33 | [
ChatGPT](https://openai.com/blog/chatgpt/) - AI 聊天机器人
34 |
35 | [ChatGPT 咒语库](https://newzone.top/chatgpt/cn) - ChatGPT 快捷指令
36 |
37 | [
Novel AI](https://novelai.net/) - AI 创作文学作品,文生图,图生图,二次元
38 |
39 | [
Rytr](https://rytr.me/) - AI 写作助手
40 |
41 | [
Jasper](https://www.jasper.ai/) - AI 写作,文生图
42 |
43 | ### 绘画
44 |
45 | [
Stable Diffusion](https://stability.ai/blog/stable-diffusion-public-release) - 文生图,图生图,写实风
46 |
47 | [vrmwebpose](https://www.vrmwebpose.app/) - 在线拖拽生成骨骼图
48 |
49 | [
Midjourney](https://www.midjourney.com/showcase/recent/) - 文生图,需要在 Discord 里使用
50 |
51 | [Style2Paints](https://github.com/lllyasviel/style2paints) - 线稿上色
52 |
53 | [
Midjourney](https://www.midjourney.com/showcase/recent/) - 文生图,需要在 Discord 里使用
54 |
55 | [
DALL·E 2](https://openai.com/dall-e-2/) - 文生图,图生图,OpenAI 出品
56 |
57 | [
文心一格](https://yige.baidu.com/) - 文生图,Baidu 出品
58 |
59 | ### 文字转语音
60 |
61 | [讯飞配音](https://peiyin.xunfei.cn/) - AI 或者真人为文字配音
62 |
63 | ### 语音转文字
64 |
65 | [讯飞听见](https://www.iflyrec.com/) 语音转文字
66 |
67 | ## 在线 AI 模型训练与试玩平台
68 |
69 | [飞桨 AI Studio](https://aistudio.baidu.com/) - 百度旗下的在线算力平台
70 |
71 | [Google Colab](https://colab.research.google.com/) - Google 旗下的基于 Jupyter Notebook 的在线算力平台
72 |
73 | [Kaggle](https://www.kaggle.com/) - Google 旗下的在线算力平台,可分享数据集、模型等。可视为加强收费版的 Google Colab
74 |
75 | ## 商业性 API - 面向开发者
76 |
77 | ### AI 绘画
78 |
79 | [百度文心 AI 作画 - API](https://wenxin.baidu.com/ernie-vilg)
80 |
81 | ### AI 文字转语音
82 |
83 | [讯飞开放平台 - 文字转语音 API](https://www.xfyun.cn/services/online_tts)
84 |
85 | [
微软认知服务 - 文字转语音](https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/) - 可能是目前最像真人的文字转语音
86 |
87 | ## 社区资源
88 |
89 | [
Hugging Face](https://huggingface.co/) - AI 社区,包含大量 models、datasets 和 demo apps
90 |
91 | [
Civitai](https://civitai.com/) - AI 艺术创作资源平台,可以下载或分享模型
92 |
93 | [AI 艺术天堂](https://a2a.top/) ai 导航网站
94 |
--------------------------------------------------------------------------------