diff --git a/colab_inference.ipynb b/colab_inference.ipynb
index 4f787a1..16c0e58 100644
--- a/colab_inference.ipynb
+++ b/colab_inference.ipynb
@@ -24,7 +24,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{
@@ -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'"
]
diff --git a/inference.ipynb b/inference.ipynb
index 937c3b8..af481b2 100644
--- a/inference.ipynb
+++ b/inference.ipynb
@@ -24,7 +24,7 @@
"colab_type": "text"
},
"source": [
- "
"
+ "
"
]
},
{
@@ -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",
diff --git a/requirements.txt b/requirements.txt
index 718f060..15d61cd 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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