Remove local path option from model loader
Models always download to ComfyUI/models/omnivoice/ via HuggingFace. Local path added unnecessary complexity; users who want a custom path can symlink into the models directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
}
|
||||
],
|
||||
"properties": {"Node name for S&R": "OmniVoiceModelLoader"},
|
||||
"widgets_values": ["Auto-download (HuggingFace)", "cuda:0", "float16", ""]
|
||||
"widgets_values": ["cuda:0", "float16"]
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
|
||||
Reference in New Issue
Block a user