ComfyUI/comfy_extras
Benjamin Berman c69a80d94e 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-03-29 14:30:37 -07:00
..
chainner_models Take some code from chainner to implement ESRGAN and other upscale models. 2023-03-11 13:09:28 -05:00
__init__.py Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices 2023-03-29 14:30:37 -07:00
clip_vision_config.json A tiny bit of reorganizing. 2023-03-06 01:30:17 -05:00
clip_vision.py Implement support for t2i style model. 2023-03-05 18:39:25 -05:00
nodes_upscale_model.py Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices 2023-03-29 14:30:37 -07:00