Merge pull request #219 from craftmine1000/main

This commit is contained in:
Gong Junmin
2025-05-20 07:26:54 +08:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/craftmine1000/ACE-Step-Colab-Opt/blob/main/colab_inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/ace-step/ACE-Step/blob/main/colab_inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
@@ -45,7 +45,7 @@
"outputs": [],
"source": [
"#!pip uninstall ace-step -y\n",
"!pip install --upgrade git+https://github.com/craftmine1000/ACE-Step-Colab-Opt.git\n",
"!pip install --upgrade git+https://github.com/ace-step/ACE-Step.git\n",
"import os\n",
"os.environ['ACE_PIPELINE_DTYPE'] = 'float16'"
]

View File

@@ -24,7 +24,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/TheNeodev/ACE-Step/blob/main/inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/ace-step/ACE-Step/blob/main/inference.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
@@ -101,7 +101,7 @@
"repopath = codecs.decode('erdhverzragf.gkg', 'rot_13')\n",
"\n",
"\n",
"!git clone https://github.com/usamireko/ACE-Step\n",
"!git clone https://github.com/ace-step/ACE-Step\n",
"%cd /content/ACE-Step\n",
"\n",
"\n",

View File

@@ -1,5 +1,5 @@
datasets==3.4.1
diffusers==0.32.2
diffusers>=0.33.0
gradio
librosa==0.11.0
loguru==0.7.3