Add the function of outputting the original audio file name on the load audio node
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
### Feature Idea
May I ask if it is possible to add an output function on the load audio and load image nodes, which can output the file name of the loaded original audio or image in string format and connect to other nodes, such as the save node. For example, I have 50 audio files and have generated 50 videos from them. In order to distinguish the relationship between audio and video, I directly connect the file names of the audio files to the video storage node. This way, the saved videos will be prefixed with the audio names, preventing confusion.
### Existing Solutions
_No response_
### Other
_No response_
Contributor guide
Research direction
Start by locating the load audio and load image nodes, then trace how their outputs connect to the save node. Done means each loader exposes the original file name as a string output that can be connected to other nodes, including saving generated videos with an audio-derived prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ai
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100