taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

Make repo pip-installable

Open joehalliwell opened this issue 3 years ago • 1 comments

This pull request makes it possible to do:

pip install git+https://github.com/CompVis/taming-transformers.git

I have done this by:

  1. Adding __init__.py to the module directories
  2. Moving a couple of functions inside the taming package

joehalliwell avatar Jul 31 '21 10:07 joehalliwell

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

joehalliwell avatar Jul 31 '21 10:07 joehalliwell