The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
Go to file
2023-08-15 13:42:17 +00:00
.ci Disable repo owner validation in update.py 2023-05-29 11:29:00 -04:00
.github/workflows Add option to use different xformers version in the github workflow. 2023-08-14 18:13:11 -04:00
comfy Refactor unclip code. 2023-08-14 23:48:47 -04:00
comfy_extras Make Blur node use the image device for processing. 2023-08-14 21:08:45 -04:00
custom_nodes Add "display" to custom node example. 2023-08-07 08:29:50 -04:00
input LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. 2023-05-18 00:09:12 -04:00
models Support loading unet files in diffusers format. 2023-07-05 17:38:59 -04:00
notebooks Formatting issue. 2023-08-05 17:20:35 -04:00
output Initial commit. 2023-01-16 22:37:14 -05:00
script_examples Update how to get the prompt in api format in the example. 2023-07-19 15:07:12 -04:00
web Fix litegraph button being black on light theme. 2023-08-10 12:29:56 -04:00
.gitignore Update litegraph to latest. 2023-07-11 03:00:52 -04:00
CODEOWNERS Add codeowners file. 2023-08-14 16:54:30 -04:00
comfyui_screenshot.png Update screenshot. 2023-04-10 03:37:46 -04:00
cuda_malloc.py Add some more cards to the cuda malloc blacklist. 2023-08-13 16:08:11 -04:00
execution.py fix(execution): Fix support for input-less nodes 2023-08-01 12:29:01 -07:00
extra_model_paths.yaml.example Update extra_model_paths.yaml.example: add RealESRGAN path 2023-07-02 22:59:55 +05:00
folder_paths.py Add --temp-directory argument to set temp directory. 2023-08-11 05:13:03 -04:00
latent_preview.py Move image encoding outside of sampling loop for better preview perf. 2023-07-19 18:06:58 -04:00
LICENSE Initial commit. 2023-01-16 22:37:14 -05:00
main.py Add a warning if a card that doesn't support cuda malloc has it enabled. 2023-08-13 12:37:53 -04:00
nodes.py Add node to batch images together. 2023-08-14 20:23:38 -04:00
README.md Update README.md 2023-08-15 21:40:53 +08:00
requirements.txt Add missing direct dep that gets pulled in by another. 2023-08-08 10:45:35 -04:00
server.py add system info to stats endpoint 2023-08-04 08:29:25 +01:00

ComfyUI

A powerful and modular stable diffusion GUI and backend.