Skip to content

Commit

Permalink
thanks to ClownOfMadness ❤
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru committed Jun 14, 2023
1 parent e76f2ef commit 1fd575e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
42 changes: 42 additions & 0 deletions MusicGen_ClownOfMadness_colab.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github"
},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_colab.ipynb)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%cd /content\n",
"!git clone -b bg https://github.com/ClownOfMadness/audiocraft_plus\n",
"%cd /content/audiocraft\n",
"!pip install -r requirements.txt\n",
"!python app.py --share"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_rkfg_colab.ipynb) | MusicGen_rkfg_colab <br /> (Thanks to @rkfghttps://github.com/rkfg/audiocraft/tree/long)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_Oncorporation_colab.ipynb) | MusicGen_Oncorporation_colab <br /> (Thanks to @Oncorporationhttps://github.com/Oncorporation/audiocraft)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_author_colab.ipynb) | MusicGen_author_colab <br /> (Thanks to @adefossez (author) ❤ https://github.com/facebookresearch/audiocraft)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/MusicGen-colab/blob/main/MusicGen_ClownOfMadness_colab.ipynb) | MusicGen_ClownOfMadness_colab <br /> (Thanks to @ClownOfMadnesshttps://github.com/ClownOfMadness/audiocraft_plus/tree/bg)

## Tutorial
https://www.youtube.com/watch?v=EGfxuTy9Eeo
Expand Down

0 comments on commit 1fd575e

Please sign in to comment.