Merge pull request #219 from craftmine1000/main
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
"colab_type": "text"
|
"colab_type": "text"
|
||||||
},
|
},
|
||||||
"source": [
|
"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": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#!pip uninstall ace-step -y\n",
|
"#!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",
|
"import os\n",
|
||||||
"os.environ['ACE_PIPELINE_DTYPE'] = 'float16'"
|
"os.environ['ACE_PIPELINE_DTYPE'] = 'float16'"
|
||||||
]
|
]
|
||||||
|
|||||||
+2
-2
@@ -24,7 +24,7 @@
|
|||||||
"colab_type": "text"
|
"colab_type": "text"
|
||||||
},
|
},
|
||||||
"source": [
|
"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",
|
"repopath = codecs.decode('erdhverzragf.gkg', 'rot_13')\n",
|
||||||
"\n",
|
"\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",
|
"%cd /content/ACE-Step\n",
|
||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
datasets==3.4.1
|
datasets==3.4.1
|
||||||
diffusers==0.32.2
|
diffusers>=0.33.0
|
||||||
gradio
|
gradio
|
||||||
librosa==0.11.0
|
librosa==0.11.0
|
||||||
loguru==0.7.3
|
loguru==0.7.3
|
||||||
|
|||||||
Reference in New Issue
Block a user