suno-ai 是一个 Node.js 库,用于与 Suno AI 音乐生成服务进行交互。它提供了一系列方法来生成歌曲、获取元数据、保存生成的歌曲等功能。 English 安装 使用 导入库并初始化 SunoAI 实例: const{SunoAI}=require('suno-ai');constcookie='你的 cookie';constsuno=newSunoAI(cookie);awaitsuno.init(); ...
Learn More To learn more about Next.js, take a look at the following resources: Next.js Documentation - learn about Next.js features and API. Learn Next.js - an interactive Next.js tutorial. You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
main Breadcrumbs suno-ai / src/ Directory actions More options Latest commit HistoryHistory Folders and files Name Last commit message Last commit date parent directory .. index.js suno.js View all filesFooter © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs...
Welcome to pull requests! Pull requests help you collaborate on code with other people. As pull requests are created, they’ll appear here in a searchable and filterable list. To get started, you should create a pull request.ProTip! Follow long discussions with comments:>50. ...
{% swagger src="../../../.gitbook/assets/docs-public.yaml" path="/extend" method="post" %} [docs-public.yaml](../../../.gitbook/assets/docs-public.yaml) {% endswagger %} 4 changes: 2 additions & 2 deletions 4 ...dels-music-and-vocal/fetch-generations.md → ...and-vocal...
pip install git+https://github.com/huggingface/transformers.git Run the following Python code to generate speech samples: from transformers import AutoProcessor, BarkModel processor = AutoProcessor.from_pretrained("suno/bark") model = BarkModel.from_pretrained("suno/bark") voice_preset = "v2/...
git clone https://github.com/Alvin-Liu/suno-music-generator.git 安装依赖 cdsuno-music-generator pnpm install 初始化数据库 使用本地数据库:local postgres或者使用在线数据库:vercel-postgres 在data/install.sql文件中复制创建数据库用到的 sql 设置环境变量 ...
suno.ai API. Contribute to AuYuHui/one-suno development by creating an account on GitHub.
} this.sid = sid; await this._renew(); } catch (e) { 0 comments on commit 52cb9e7 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...
main 1Branch0Tags Code Folders and files Name Last commit message Last commit date Latest commit anyvoiceai Update README.md May 31, 2023 e8094b1·May 31, 2023 History 8 Commits barkify add datas May 16, 2023 configs add configs