11.19.mp4
[2025-04-09]⚒️: 不再需要输入 MuseScore4 或 mscore 以及 python 路径, 只需要将 MuseScore4 或 mscore 安装目录例如 C:\Program Files\MuseScore 4\bin 添加到系统 path 环境变量即可. 如果仍然找不到 MuseScore4 或 mscore, 请启动 ComfyUI 时, 用 ComfyUI 官方启动脚本例如 run_nvidia_gpu.bat.
[2025-03-21]⚒️: 增加更多可调参数, 更自由畅玩. 可选是否卸载模型.
[2025-03-15]⚒️: 支持 Linux Ubuntu/Debian 系列, 以及服务器, 其他未测试.
本地 Linux 电脑, 安装 musescore 等:
sudo apt update
sudo apt install musescore
sudo apt install libxcb-xinerama0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxkbcommon-x11-0
服务器, 安装虚拟显示器 Xvfb, 其他操作同上:
sudo apt update
sudo apt install xvfb
[2025-03-13]⚒️:
-
生成
.abc自动转.xml,.mp3,.png格式, 可以听生成的音乐, 同时可以看曲谱啦🎵🎵🎵 -
支持自定义 prompt, 格式必须保持
<period>|<composer>|<instrumentation>的格式,period,composer,instrumentation的顺序不能乱, 而且以|分割.
cd ComfyUI/custom_nodes
git clone https://github.com/billwuhao/ComfyUI_NotaGen.git
cd ComfyUI_NotaGen
pip install -r requirements.txt
# python_embeded
./python_embeded/python.exe -m pip install -r requirements.txt
将模型下载放到 ComfyUI\models\TTS\NotaGen 下, 并按要求重命名:
NotaGen-X → notagenx.pth
NotaGen-small → notagen_small.pth
NotaGen-medium → notagen_medium.pth
NotaGen-large → notagen_large.pth
