(source: SnapshotSource)
| 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", |
no test coverage detected