MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / list_hf_files

Function list_hf_files

tools/model_manager.py:1073–1093  ·  view source on GitHub ↗
(source: SnapshotSource)

Source from the content-addressed store, hash-verified

1071 ModelPackage(
1072 id="stable_audio_3_small_sfx",
1073 display_name="Stable Audio 3 Small SFX",
1074 target_directory="stable-audio-3-small-sfx",
1075 source=SnapshotSource(repo_id="stabilityai/stable-audio-3-small-sfx"),
1076 required_files=(
1077 "model_config.json",
1078 "model.safetensors",
1079 "t5gemma-b-b-ul2/config.json",
1080 "t5gemma-b-b-ul2/model.safetensors",
1081 "t5gemma-b-b-ul2/tokenizer.json",
1082 "t5gemma-b-b-ul2/tokenizer.model",
1083 ),
1084 ),
1085 ModelPackage(
1086 id="stable_audio_3_medium",
1087 display_name="Stable Audio 3 Medium",
1088 target_directory="stable-audio-3-medium",
1089 source=SnapshotSource(repo_id="stabilityai/stable-audio-3-medium"),
1090 required_files=(
1091 "model_config.json",
1092 "model.safetensors",
1093 "t5gemma-b-b-ul2/config.json",
1094 "t5gemma-b-b-ul2/model.safetensors",
1095 "t5gemma-b-b-ul2/tokenizer.json",
1096 "t5gemma-b-b-ul2/tokenizer.model",

Callers 1

Calls 3

http_jsonFunction · 0.85
hf_tree_urlFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected