forked from comfyanonymous/ComfyUI_examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b27b2c
commit 89fb123
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,8 @@ Here are some more advanced examples: | |
|
||
[Video Models](video) | ||
|
||
[Audio Models](audio) | ||
|
||
|
||
## Documentation | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Audio Examples | ||
|
||
## Stable Audio Open 1.0 | ||
|
||
Download the [model.safetensors from this page](https://huggingface.co/google-t5/t5-base/blob/main/model.safetensors) and save it as t5_base.safetensors to your ComfyUI/models/clip/ directory. | ||
|
||
Download the [model.safetensors from this page](https://huggingface.co/stabilityai/stable-audio-open-1.0/tree/main) and save it as stable_audio_open_1.0.safetensors to your ComfyUI/models/checkpoints/ directory. | ||
|
||
The following flac audio file contains a workflow, you can download it and load it or drag it on the ComfyUI interface | ||
|
||
<audio controls="1" src="stable_audio_example.flac">Your browser does not support the audio tag.</audio> | ||
|
||
[download](stable_audio_example.flac) | ||
|
Binary file not shown.