instruct-pix2pix icon indicating copy to clipboard operation
instruct-pix2pix copied to clipboard

Idk how to run it

Open SamuelFrancisUMC opened this issue 2 years ago • 1 comments

How do i run it locally ? :(

The setup instructions are very sparse for a layman like be cuz i am very illiterate when it comes to coding, I have however installed SD locally and I was wondering if there is an easy way to get this to work in a WebGUI similar to that. Thanks !

SamuelFrancisUMC avatar Jan 21 '23 10:01 SamuelFrancisUMC

Install all dependencies with:

conda env create -f environment.yaml

Download the pretrained models by running:

bash scripts/download_checkpoints.sh

Kundanagrawalofficial avatar Jan 21 '23 16:01 Kundanagrawalofficial

If you don't want to deal with running code, another option is to try the HuggingFace demo: https://huggingface.co/spaces/timbrooks/instruct-pix2pix

Closing for now, as it's not an issue with the code. But feel free to comment more if you have questions.

holynski avatar Jan 21 '23 19:01 holynski