madebyollin / maple-diffusion

Stable Diffusion inference on iOS / macOS using MPSGraph
https://madebyoll.in/posts/maple_diffusion/
MIT License
793 stars 51 forks source link

Please document the python requirements for running maple-convert.py #9

Closed jackpal closed 1 year ago

jackpal commented 1 year ago

Assuming you have conda installed, the environment setup instructions for the maple-convert.py script seem to be:

conda deactivate
conda remove -n maple-diffusion --all
conda create -n maple-diffusion python=3.10
conda activate maple-diffusion
pip install torch typing_extensions numpy Pillow requests pytorch_lightning
madebyollin commented 1 year ago

Good idea! I've added these commands to the README.

jackpal commented 1 year ago

Thanks!