NEURO_PIXEL_PROMPTS / img_mixer_locally.md
Tutorograd's picture
Update img_mixer_locally.md
8df54ae
|
raw
history blame
355 Bytes

conda create --name image-mixer python=3.10

conda activate image-mixer

git clone https://huggingface.co/spaces/lambdalabs/image-mixer-demo

cd image-mixer-demo

pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cu116

pip install -r requirements.txt

pip install gradio==3.15