# 概览

AI 音乐生成使用深度学习从文本提示、音频参考或诸如歌词和和弦进行之类的结构化输入创作原创音频——旋律、和声、节拍和完整编曲。现代模型可在单个 GPU 上在几秒钟内生成工作室质量的结果，使其对音乐人、制作人、游戏开发者和内容创作者具有实用性。

在以下平台上运行这些模型： **Clore.ai** 可让你按需使用高显存 GPU（RTX 4090、A100），无需购买硬件，并且你的项目会保存在你租用的实例上，保持私密。

## 可用指南

| 指南                                                               | 模型       | 功能说明                            |
| ---------------------------------------------------------------- | -------- | ------------------------------- |
| [ACE-Step](/guides/guides_v2-zh/yin-yue-sheng-cheng/ace-step.md) | ACE-Step | 带歌词、流派标签和风格控制的文本到音乐。生成带人声的完整歌曲。 |

## 相关资源

* [**AudioCraft / MusicGen**](/guides/guides_v2-zh/yin-pin-yu-yu-yin/audiocraft-music.md) — Meta 的 AudioCraft 工具包用于文本到音乐和音频生成，在“音频与语音”部分有介绍。

## 入门

1. 在以下平台租用 GPU： [clore.ai/marketplace](https://clore.ai/marketplace) — 一块 RTX 4090（24 GB）可以处理当前所有的音乐生成模型。
2. 按照上方所选模型的指南操作
3. 通过 SSH 或 HTTP 端口生成、迭代并下载你的音频文件


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-zh/yin-yue-sheng-cheng/music-generation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
