mirror / bash-script /ConfyUI /run-install.sh
BoRnNo0b's picture
Add files using upload-large-folder tool
d6ff60a verified
Raw
History Blame Contribute Delete
726 Bytes
rm -fr venv
python3.11 -m venv venv
source venv/bin/activate
#AMD
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.1
pip install --upgrade pip
pip install tqdm gguf
python -m ensurepip --upgrade
python3.11 -m pip install wheel
python3.11 -m pip install -U "setuptools>=60"
#pip install --upgrade pip
#pip install tensorboard
#pip install fonts
#pip install roboto
pip install "numpy<2.0"
pip install "opencv-contrib-python<4.10"
#pip install ldm basicsr
#pip install accelerate
#accelerate config
pip install -r requirements.txt
# ComfyUI-Manager
pip install GitPython PyGithub matrix-nio transformers huggingface-hub typer rich typing-extensions toml uv chardet
deactivate