smthemex / ComfyUI_StableAudio_Open

A simple stable-audio-open-1.0 node for ComfyUI.
MIT License
17 stars 2 forks source link

local model path none #4

Open madmanswork opened 1 week ago

madmanswork commented 1 week ago

on my stable audio loader, the local model path is none. i can't change it. I can't find out where the actual model path is so i can dump the model. Instruction unclear. What's the deal here?

smthemex commented 1 week ago

There are two loading methods prepared for model loading: one is menu selection, which means you find it to be ‘none’, and the other is repo. repo can be directly filled in with the audio's repo id "stabilityai/stable-audio-open-1.0", or you can fill in the model address of the downloaded "stabilityai/stable-audio-open-1.0". If you want to use the first menu option, you only need to place the pre downloaded model folder in the ‘comfyUI/models/diffusers’ directory to be recognized

madmanswork commented 1 week ago

Thnx! I figured it out. It's quite annoying how there isn't consistency in making nodes the same way. I have another node asking me to put the model else where so i had to copy it again.

smthemex commented 1 week ago

Not only can you fill in the repo( like :stabilityai/stable-audio-open-1.0), but you can also fill in the model path of your local repo(like :X:/X/stabilityai/stable-audio-open-1.0)。