-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
In case someone else is trying to get the model to run on Windows 11:
- get the latest https://visualstudio.microsoft.com/visual-cpp-build-tools/
- Install the FFMPEG binaries and add the bin\ folder's location to your PATH
- alter requirements.txt
wheel
setuptools
--index-url https://download.pytorch.org/whl/cu124
torch==2.4.1
torchvision==0.19.1
transformers>=4.32.1
xformers
--index-url https://pypi.org/simple
einops
matplotlib
pyav>=13.1.0
omegaconf- after creating your venv, go to the diffusers\ folder from within your activated venv and do
pip install -e ".[dev]"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels