The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
Go to file
2024-12-28 18:33:35 +05:00
.ci Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00
.github Use python 3.9 in launch test instead of 3.8 2024-12-26 20:05:54 -05:00
api_server Enforce all pyflake lint rules (#6033) 2024-12-12 19:29:37 -05:00
app Add option to log non-error output to stdout (#6243) 2024-12-27 14:40:05 -05:00
comfy Remove some trailing white space. 2024-12-27 18:02:30 -05:00
comfy_execution Reland union type (#5900) 2024-12-04 15:12:10 -05:00
comfy_extras Remove some trailing white space. 2024-12-27 18:02:30 -05:00
custom_nodes Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
input LoadLatent and SaveLatent should behave like the LoadImage and SaveImage. 2023-05-18 00:09:12 -04:00
models Update folder paths: "clip" -> "text_encoders" 2024-11-02 15:35:38 -04:00
notebooks Enforce all pyflake lint rules (#6033) 2024-12-12 19:29:37 -05:00
output Initial commit. 2023-01-16 22:37:14 -05:00
script_examples Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
tests Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00
tests-unit Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00
utils resolve relative paths in YAML configuration for extra model paths (#5847) 2024-12-03 06:02:01 -05:00
web Update web content to release v1.5.19 (#6105) 2024-12-18 15:06:20 -05:00
.gitattributes Tell github not to count the web directory in language stats. 2024-08-15 13:48:56 -04:00
.gitignore Add .venv to gitignore (#4756) 2024-09-09 04:31:18 -04:00
CODEOWNERS Add .github folder to maintainer owner list (#6027) 2024-12-18 15:06:53 -05:00
CONTRIBUTING.md Add CONTRIBUTING.md (#3910) 2024-07-01 13:51:00 -04:00
cuda_malloc.py Revert "Disable cuda malloc by default." 2024-08-14 08:38:07 -04:00
docker-compose.yml deploy to docker 2024-12-28 15:37:00 +05:00
dockerfile copy current context instead of clone repo 2024-12-28 18:33:35 +05:00
execution.py Fix case of ExecutionBlocker not handled correctly with INPUT_IS_LIST. 2024-12-15 08:41:35 -05:00
extra_model_paths.yaml.example add 'is_default' to model paths config (#4979) 2024-09-19 08:59:55 -04:00
fix_torch.py Lint all unused variables (#5989) 2024-12-12 17:59:16 -05:00
folder_paths.py add_model_folder_path: ensure unique paths by removing duplicates (#5998) 2024-12-13 18:19:22 -05:00
latent_preview.py Lint unused import (#5973) 2024-12-09 15:24:39 -05:00
LICENSE Initial commit. 2023-01-16 22:37:14 -05:00
main.py Add option to log non-error output to stdout (#6243) 2024-12-27 14:40:05 -05:00
new_updater.py Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00
node_helpers.py Less confusing exception if pillow() function fails. 2024-07-29 11:15:37 -04:00
nodes.py Remove some trailing white space. 2024-12-27 18:02:30 -05:00
pytest.ini Execution Model Inversion (#2666) 2024-08-15 11:21:11 -04:00
README0.md deploy to docker 2024-12-28 15:37:00 +05:00
README.md deploy to docker 2024-12-28 15:37:00 +05:00
requirements.txt Add sentencepiece dependency. 2024-07-11 22:58:03 -04:00
ruff.toml Replace print with logging (#6138) 2024-12-20 16:24:55 -05:00
server.py Use raw dir name to serve static web content (#6107) 2024-12-23 03:29:42 -05:00

Prerequisites For Docker

  1. NVIDIA drivers installed on your host system.
  2. Docker installed on your host system.
  3. NVIDIA Container Toolkit (nvidia-docker2) OR WSL2 installed so that you can use GPU inside Docker.

Run dockerfile

docker run --gpus all \-it \-p 8188:8188 \--name comfyui-instance \ comfyui-gpu

Run docker-compose

docker compose up -d