ComfyUI/comfy
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
..
cldm 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
extra_samplers 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
k_diffusion Add some low vram modes: --lowvram and --novram 2023-02-08 11:37:10 -05:00
ldm 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
sd1_tokenizer Initial commit. 2023-01-16 22:37:14 -05:00
t2i_adapter Update T2I adapter code to latest. 2023-03-03 18:46:49 -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
model_management.py code cleanup 2023-03-27 06:48:09 +02:00
samplers.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
sd1_clip_config.json Initial commit. 2023-01-16 22:37:14 -05:00
sd1_clip.py Support multiple paths for embeddings. 2023-03-18 03:08:43 -04:00
sd2_clip_config.json Use transformers CLIP instead of open_clip for SD2.x 2023-02-05 14:36:28 -05:00
sd2_clip.py Embeddings/textual inversion support for SD2.x 2023-02-05 15:49:03 -05:00
sd.py Split VAE decode batches depending on free memory. 2023-03-29 02:24:37 -04:00
utils.py Make tiled_scale work for downscaling. 2023-03-11 14:58:55 -05:00