From 807a2e51fb8409bf3c44d49abc6f47442237ce21 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sat, 28 Mar 2026 11:16:31 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20README=20references=20=E2=80=94?= =?UTF-8?q?=20PrismAudio=20not=20ThinkSound?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Point links to huggingface.co/FunAudioLLM/PrismAudio and use public GitHub URL for install instructions. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0bd804..caccf4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ComfyUI-PrismAudio -Custom nodes for [PrismAudio](https://github.com/FunAudioLLM/ThinkSound) (ICLR 2026) — video-to-audio and text-to-audio generation using decomposed Chain-of-Thought reasoning with a 518M parameter DiT diffusion model and Stable Audio 2.0 VAE. +Custom nodes for [PrismAudio](https://huggingface.co/FunAudioLLM/PrismAudio) (ICLR 2026) — video-to-audio and text-to-audio generation using decomposed Chain-of-Thought reasoning with a 518M parameter DiT diffusion model and Stable Audio 2.0 VAE. ## Installation @@ -8,7 +8,7 @@ Clone into your ComfyUI custom nodes directory: ```bash cd ComfyUI/custom_nodes -git clone git@192.168.1.1:Ethanfel/ComfyUI-Prismaudio.git ComfyUI-PrismAudio +git clone https://github.com/Ethanfel/ComfyUI-Prismaudio.git ComfyUI-PrismAudio pip install -r ComfyUI-PrismAudio/requirements.txt ``` @@ -153,4 +153,4 @@ T5-Gemma and VideoPrism LvT are cached in `~/.cache/huggingface/`. ## Credits -PrismAudio by [FunAudioLLM](https://github.com/FunAudioLLM) (ICLR 2026). [Paper & code](https://github.com/FunAudioLLM/ThinkSound). +PrismAudio by [FunAudioLLM](https://github.com/FunAudioLLM) (ICLR 2026). [Model & weights](https://huggingface.co/FunAudioLLM/PrismAudio).