ComfyUI/comfy/ldm/modules
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
..
diffusionmodules Remove some useless code. 2023-07-30 14:13:33 -04:00
distributions Initial commit. 2023-01-16 22:37:14 -05:00
encoders Cleanup: Remove a bunch of useless files. 2023-06-13 02:19:08 -04:00
image_degradation Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices 2023-08-04 15:44:02 -07:00
midas Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices 2023-08-04 15:44:02 -07:00
attention.py Initialize the unet directly on the target device. 2023-07-29 14:51:56 -04:00
ema.py Initial commit. 2023-01-16 22:37:14 -05:00
sub_quadratic_attention.py Disable autocast in unet for increased speed. 2023-07-05 21:58:29 -04:00