Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 1, 2024
1 parent 1c6ce3a commit f229234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/install_comfyui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ python3 -m venv --system-site-packages venv
source venv/bin/activate

# Install torch and xformers
pip3 install --no-cache-dir torch==${COMFYI_TORCH_VERSION} torchvision torchaudio --index-url ${INDEX_URL}
pip3 install --no-cache-dir xformers==${COMFYI_XFORMERS_VERSION} --index-url ${INDEX_URL}
pip3 install --no-cache-dir torch==${COMFYUI_TORCH_VERSION} torchvision torchaudio --index-url ${INDEX_URL}
pip3 install --no-cache-dir xformers==${COMFYUI_XFORMERS_VERSION} --index-url ${INDEX_URL}

# Install requirements
pip3 install -r requirements.txt
Expand Down

0 comments on commit f229234

Please sign in to comment.