File size: 391 Bytes
f04e92f |
1 2 3 4 5 6 7 8 |
%cd /content
!git clone -b dev https://github.com/camenduru/PhotoMaker-hf
%cd /content/PhotoMaker-hf
!pip install -q torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 torchtext==0.15.2 torchdata==0.6.1 --extra-index-url https://download.pytorch.org/whl/cu118 -U
!pip install -q xformers==0.0.20 diffusers accelerate einops onnxruntime-gpu omegaconf gradio
!python app.py |