lks-ai / ComfyUI-StableAudioSampler

The New Stable Diffusion Audio Sampler 1.0 In a ComfyUI Node. Make some beats!
180 stars 13 forks source link

Issues saving file on Windows #3

Open adamjen opened 3 weeks ago

adamjen commented 3 weeks ago

Had to add this line of code for it to save the file in Windows

if save: output_path = os.path.join("c:\Output\0_Audio", save_path) torchaudio.save(output_path, output, sample_rate)

Dunlocke commented 3 weeks ago

Where did you add that line of code?