From 730340f14aa37c4d76bedad44a45559c69ca6f72 Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 13:52:22 +0200 Subject: [PATCH 1/5] bump diffusers>=0.33.0 to prevent diffusers==0.32.2 dtype casting issue --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1176d3bf970a411459ab76ff60088235e024449f Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 13:54:42 +0200 Subject: [PATCH 2/5] unlock dependencies for future versions --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 15d61cd..865b488 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -datasets==3.4.1 +datasets>=3.4.1 diffusers>=0.33.0 gradio -librosa==0.11.0 -loguru==0.7.3 -matplotlib==3.10.1 +librosa>=0.11.0 +loguru>=0.7.3 +matplotlib>=3.10.1 numpy -pypinyin==0.53.0 -pytorch_lightning==2.5.1 -soundfile==0.13.1 +pypinyin>=0.53.0 +pytorch_lightning>=2.5.1 +soundfile>=0.13.1 torch torchaudio torchvision tqdm -transformers==4.50.0 -py3langid==0.3.0 -hangul-romanize==0.1.0 -num2words==0.5.14 -spacy==3.8.4 -accelerate==1.6.0 +transformers>=4.50.0 +py3langid>=0.3.0 +hangul-romanize>=0.1.0 +num2words>=0.5.14 +spacy>=3.8.4 +accelerate>=1.6.0 cutlet fugashi[unidic-lite] click From 2c120c48087f4c1916f47b2da2509ed2ebd56ca1 Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 15:41:39 +0200 Subject: [PATCH 3/5] change colab notebook repo source to official repo --- colab_inference.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [ - "\"Open" + "\"Open" ] }, { @@ -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'" ] From b4ea314e1c2cde6099bafa50e3962c5122c537af Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 15:49:00 +0200 Subject: [PATCH 4/5] change normal notebook repo source to official repo --- inference.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": [ - "\"Open" + "\"Open" ] }, { @@ -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", From 12bcab346e258449d7525669ab6f3b885d4e24fe Mon Sep 17 00:00:00 2001 From: Michael Hedman Date: Mon, 19 May 2025 16:55:01 +0200 Subject: [PATCH 5/5] revert unlocking dependencies --- requirements.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements.txt b/requirements.txt index 865b488..15d61cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -datasets>=3.4.1 +datasets==3.4.1 diffusers>=0.33.0 gradio -librosa>=0.11.0 -loguru>=0.7.3 -matplotlib>=3.10.1 +librosa==0.11.0 +loguru==0.7.3 +matplotlib==3.10.1 numpy -pypinyin>=0.53.0 -pytorch_lightning>=2.5.1 -soundfile>=0.13.1 +pypinyin==0.53.0 +pytorch_lightning==2.5.1 +soundfile==0.13.1 torch torchaudio torchvision tqdm -transformers>=4.50.0 -py3langid>=0.3.0 -hangul-romanize>=0.1.0 -num2words>=0.5.14 -spacy>=3.8.4 -accelerate>=1.6.0 +transformers==4.50.0 +py3langid==0.3.0 +hangul-romanize==0.1.0 +num2words==0.5.14 +spacy==3.8.4 +accelerate==1.6.0 cutlet fugashi[unidic-lite] click