nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.61k stars 427 forks source link

requirements.txt #1

Closed thorbjorn444 closed 3 years ago

thorbjorn444 commented 3 years ago

Hey! Would you mind adding a requirements.txt? I'm really just looking for the version #s of the relevant repos that are used here. It should be straightforward to extract from the output of "pip freeze". Thanks in advance!

nerdyrodent commented 3 years ago

Hi, I've added a requirements.txt (from pip freeze > requirements.txt) and vqgan.yml (from conda env export --name vqgan > vqgan.yml). Hopefully that should do the job?

thorbjorn444 commented 3 years ago

Thank you!