ComfyUI/comfy_extras
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
..
chainner_models Pull in latest upscale model code from chainner. 2023-05-23 22:26:50 -04:00
__init__.py 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
nodes_canny.py Add a canny preprocessor node. 2023-07-13 13:26:48 -04:00
nodes_clip_sdxl.py CLIPTextEncodeSDXL now works when prompts are of very different sizes. 2023-07-06 23:23:54 -04:00
nodes_hypernetwork.py Add a way to set patches that modify the attn2 output. 2023-06-18 22:58:22 -04:00
nodes_mask.py Round the mask values for bitwise operations. 2023-05-28 00:42:53 -04:00
nodes_model_merging.py Add --disable-metadata argument to disable saving metadata in files. 2023-07-28 12:31:41 -04:00
nodes_post_processing.py Fix padding in Blur. 2023-05-20 10:08:47 -04:00
nodes_rebatch.py Make nodes map over input lists (#579) 2023-05-13 11:15:45 -04:00
nodes_tomesd.py Add some more transformer hooks and move tomesd to comfy_extras. 2023-06-24 03:30:22 -04:00
nodes_upscale_model.py Use bigger tiles when upscaling with model and fallback on OOM. 2023-07-24 19:47:32 -04:00