From 81c852798aff3252152c3ffbfb03ae45923bcecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Mon, 16 Jun 2025 15:53:35 +0200 Subject: [PATCH] Fix misleading comment --- scripts/convert_stable_audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/convert_stable_audio.py b/scripts/convert_stable_audio.py index b33c8b0608e7..757d47a3168b 100644 --- a/scripts/convert_stable_audio.py +++ b/scripts/convert_stable_audio.py @@ -1,4 +1,4 @@ -# Run this script to convert the Stable Cascade model weights to a diffusers pipeline. +# Run this script to convert the Stable Audio model weights to a diffusers pipeline. import argparse import json import os