~scriptsaifacebookaudiocraft
audiocraftstart-custom.bat
2 months ago• 5
{}
@ECHO OFF
cls
rem only needed for creating the virtual env
rem python -m venv venv
rem set to use the venv
call .\venv\Scripts\activate.bat
rem rest is python, but HF_HOME may need to be set in windows to F:\hugginface_cache
python .\demos\ana-custom.py
rem pip install git+https://github.com/facebookresearch/audiocraft.git
rem https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/AI-Music-Generation-Audiocraft-Tutorial.md#11-june-2023
pause
Top
2 335 078 visits