Install on local Workstation or private cloud

#5
by sanctimon - opened

Is there a way to run this on a local Workstation? Where would a user begin in order to set it up?

Select the "Run with Docker" option from the "..." menu

(or follow this link)

If you want to install it locally (w/o docker), create a new venv and run:

git clone https://huggingface.co/spaces/mrfakename/OpenDalleV1.1-GPU-Demo
cd OpenDalleV1.1-GPU-Demo
pip install -r requirements.txt
python app.py

Please note that this requires a GPU, if you don't have a GPU, please use Automatic1111

Sign up or log in to comment