Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run on Windows 11 #25

Open
sedthh opened this issue Mar 5, 2025 · 0 comments
Open

How to run on Windows 11 #25

sedthh opened this issue Mar 5, 2025 · 0 comments

Comments

@sedthh
Copy link

sedthh commented Mar 5, 2025

In case someone else is trying to get the model to run on Windows 11:

  1. get the latest https://visualstudio.microsoft.com/visual-cpp-build-tools/
  2. Install the FFMPEG binaries and add the bin\ folder's location to your PATH
  3. 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
  1. after creating your venv, go to the diffusers\ folder from within your activated venv and do pip install -e ".[dev]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant