├── ChatMusician_gradio_jupyter.ipynb └── README.md /ChatMusician_gradio_jupyter.ipynb: -------------------------------------------------------------------------------- 1 | { 2 | "cells": [ 3 | { 4 | "cell_type": "markdown", 5 | "metadata": { 6 | "id": "view-in-github" 7 | }, 8 | "source": [ 9 | "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/ChatMusician-jupyter/blob/main/ChatMusician_gradio_jupyter.ipynb)" 10 | ] 11 | }, 12 | { 13 | "cell_type": "code", 14 | "execution_count": null, 15 | "metadata": { 16 | "id": "VjYy0F2gZIPR" 17 | }, 18 | "outputs": [], 19 | "source": [ 20 | "%cd /content\n", 21 | "!git clone -b dev https://github.com/camenduru/ChatMusician\n", 22 | "%cd /content/ChatMusician\n", 23 | "\n", 24 | "!pip install datasets==2.14.5 deepspeed==0.10.3 peft==0.5.0 gradio==3.50.2\n", 25 | "!python model/infer/chatmusician_web_demo.py -c \"m-a-p/ChatMusician\" --server_port 7860" 26 | ] 27 | } 28 | ], 29 | "metadata": { 30 | "accelerator": "GPU", 31 | "colab": { 32 | "gpuType": "T4", 33 | "provenance": [] 34 | }, 35 | "kernelspec": { 36 | "display_name": "Python 3", 37 | "name": "python3" 38 | }, 39 | "language_info": { 40 | "name": "python" 41 | } 42 | }, 43 | "nbformat": 4, 44 | "nbformat_minor": 0 45 | } 46 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 🐣 Please follow me for new updates https://twitter.com/camenduru
2 | 🔥 Please join our discord server https://discord.gg/k5BwmmvJJU
3 | 🥳 Please join my patreon community https://patreon.com/camenduru
4 | 5 | ### 🍊 Jupyter Notebook 6 | 7 | | Colab | Info 8 | | --- | --- | 9 | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/camenduru/ChatMusician-jupyter/blob/main/ChatMusician_gradio_jupyter.ipynb) | ChatMusician_gradio_jupyter 10 | 11 | ### 🧬 Code 12 | https://github.com/hf-lin/ChatMusician 13 | 14 | ### 📄 Paper 15 | https://arxiv.org/abs/2402.16153 16 | 17 | ### 🌐 Page 18 | https://ezmonyi.github.io/ChatMusician/ 19 | 20 | ### 🖼 Output 21 | 22 | https://github.com/camenduru/ChatMusician-jupyter/assets/54370274/a417733a-fe00-400e-827d-44284df9a361 23 | 24 | ### 🏢 Sponsor 25 | https://replicate.com 26 | --------------------------------------------------------------------------------