The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
Go to file
evilsophietheking 47dca7580b
Delete README.md
2023-03-16 14:20:29 +01:00
.ci Test github workflow for standalone build with cu118 torch+xformers. 2023-03-16 02:36:42 -04:00
.github/workflows Test github workflow for standalone build with cu118 torch+xformers. 2023-03-16 02:36:42 -04:00
comfy Make --cpu have priority over everything else. 2023-03-13 21:30:01 -04:00
comfy_extras Prevent model_management from being loaded twice. 2023-03-15 15:18:18 -04:00
custom_nodes Fix a few issues with the custom_nodes PR. 2023-02-17 11:19:49 -05:00
input Add a LoadImage node to load images for img2img. 2023-01-22 15:07:18 -05:00
models Take some code from chainner to implement ESRGAN and other upscale models. 2023-03-11 13:09:28 -05:00
notebooks Add WD VAE to colab. 2023-03-11 22:08:00 -05:00
output Initial commit. 2023-01-16 22:37:14 -05:00
script_examples Switch the default workflow to the CheckpointLoaderSimple node. 2023-03-05 03:00:28 -05:00
web Merge branch 'dragdrop-image-upload' of https://github.com/pythongosssss/ComfyUI into m1 2023-03-16 02:39:55 -04:00
.gitignore add loras to ignore 2023-03-03 15:19:56 +00:00
comfyui_screenshot.png Initial commit. 2023-01-16 22:37:14 -05:00
execution.py Updated to reuse session id if available 2023-03-07 13:24:15 +00:00
LICENSE Initial commit. 2023-01-16 22:37:14 -05:00
main.py Do a quick test on the CI to see if ComfyUI actually runs before pushing 2023-03-14 23:02:57 -04:00
nodes.py Fix bug when applying controlnet to negative prompt. 2023-03-15 17:58:13 -04:00
requirements.txt Remove omegaconf dependency and some ci changes. 2023-03-13 14:49:18 -04:00
server.py Added ability to save images to temp dir 2023-03-13 19:34:05 +00:00