Commit Graph

10 Commits

Author SHA1 Message Date
Benjamin Berman
dc4289dbb9 working install from git repo 2023-08-04 15:44:02 -07:00
Benjamin Berman
7a1f064b09 try different find_packages call 2023-08-04 15:44:02 -07:00
Benjamin Berman
3d3c5ae344 wip 2023-08-04 15:44:02 -07:00
Benjamin Berman
94fa7a3b61 fix macos support 2023-08-04 15:44:02 -07:00
Benjamin Berman
0e964180e6 improvements to requirements.txt and compatibility with 3.11 2023-08-04 15:44:02 -07:00
Benjamin Berman
550788eaca Updates for better compatibility with DeepFloyd 2023-08-04 15:44:02 -07:00
Benjamin Berman
1cef5474d1 Update to latest upstream 2023-08-04 15:44:02 -07:00
Benjamin Berman
65722c2bb3 openapi definition, documented API endpoints and new ergonomic API endpoint 2023-08-04 15:44:02 -07:00
Benjamin Berman
96af8f733a Update to torch 2.0.0 and the pre-release xformers library 2023-08-04 15:44:02 -07:00
Benjamin Berman
18d2b23495 Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices
- setup.py now works
 - Makes installation work a variety of ways, including making other packages dependent on this one for e.g. plugins
 - Fixes missing __init__.py issues
 - Fixes imports
 - Compatible with your existing scripts that rely on requirements.txt
 - Fixes error in comfy/ldm/models/diffusion/ddim.py
 - Fixes missing packages for other diffusers code in this repo
2023-08-04 15:44:02 -07:00