Skip to content

How to run on Windows 11 #25

@sedthh

Description

@sedthh

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]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions