taming-transformers
taming-transformers copied to clipboard
Make repo pip-installable
trafficstars
This pull request makes it possible to do:
pip install git+https://github.com/CompVis/taming-transformers.git
I have done this by:
- Adding
__init__.pyto the module directories - Moving a couple of functions inside the taming package
I've had this forked for a while for my own experiments, but thought that it might be a useful alternative to @bfirsh's work over at https://github.com/CompVis/taming-transformers/pull/81