69 Commits (26cd8405ddb32216d02b5eed23f6481cb36873c7)

Author SHA1 Message Date
comfyanonymous 3039b08eb1 Only parse command line args when main.py is called. 1 year ago
comfyanonymous 326577d04c Allow cancelling of everything with a progress bar. 1 year ago
comfyanonymous 861fd58819 Add a warning if a card that doesn't support cuda malloc has it enabled. 1 year ago
comfyanonymous 2bc12d3d22 Add --temp-directory argument to set temp directory. 1 year ago
comfyanonymous eb5191f911 0.0.0.0 doesn't work on windows. 1 year ago
comfyanonymous ccb6b70de1 Move image encoding outside of sampling loop for better preview perf. 1 year ago
comfyanonymous 799c08a4ce Auto disable cuda malloc on some GPUs on windows. 1 year ago
comfyanonymous 9871a15cf9 Enable --cuda-malloc by default on torch 2.0 and up. 1 year ago
comfyanonymous 1679abd86d Add a command line argument to enable backend:cudaMallocAsync 1 year ago
comfyanonymous 6f914fb77d Print prestartup times for custom nodes. 1 year ago
Dr.Lt.Data 99abcbef41
feat/startup-script: Feature to avoid package installation errors when installing custom nodes. (#856) 1 year ago
comfyanonymous 103c487a89 Cleanup. 1 year ago
comfyanonymous d52ed407a7 Send websocket message only when prompt is actually done executing. 1 year ago
reaper47 5cf4079923 Give linux some love 1 year ago
space-nuko 48f7ec750c Make previews into cli option 1 year ago
space-nuko 38bc02bb40 Fix 1 year ago
space-nuko b4f434ee66 Preview sampled images with TAESD 1 year ago
comfyanonymous 1dd846a7ba Fix outputs gone from history. 2 years ago
comfyanonymous dfc74c19d9 Add the prompt_id to some websocket messages. 2 years ago
comfyanonymous d6dee8af1d Only validate each input once. 2 years ago
EllangoK 8e03c789a2 auto-launch cli arg 2 years ago
comfyanonymous 93c64afaa9 Use sampler callback instead of tqdm hook for progress bar. 2 years ago
comfyanonymous 74fc7b7726 custom_nodes paths can now be set in the extra_model_paths.yaml 2 years ago
EllangoK 28fff5d1db fixes lack of support for multi configs 2 years ago
EllangoK e5e587b1c0 seperates out arg parser and imports args 2 years ago
EllangoK dd29966f8a changes main.py to use argparse 2 years ago
comfyanonymous f816964847 Add a way to set output directory with --output-directory 2 years ago
comfyanonymous 66f1f57615 Add --extra-model-paths-config to --help. 2 years ago
pythongosssss 313f1f83a6 Tweak server/custom node load order 2 years ago
comfyanonymous 5218e5d596 Command line option to set CUDA device. 2 years ago
comfyanonymous 31dd6c0531 Add way to specify listen ip with --listen. 2 years ago
comfyanonymous 51d6427ddf Add support for loading extra paths from yaml file. 2 years ago
comfyanonymous 5ad9f86514 Do a quick test on the CI to see if ComfyUI actually runs before pushing 2 years ago
comfyanonymous ff255d9dcd Make sure windows permission issues don't mess things up. 2 years ago
pythongosssss 6db777b348 Added ability to save images to temp dir 2 years ago
comfyanonymous 83f23f82b8 Add pytorch attention support to VAE. 2 years ago
comfyanonymous a256a2abde --disable-xformers should not even try to import xformers. 2 years ago
comfyanonymous 0f3ba7482f Xformers is now properly disabled when --cpu used. 2 years ago
comfyanonymous afff30fc0a Add --cpu to use the cpu for inference. 2 years ago
comfyanonymous 49d2e5bb5a Move some stuff from main.py to execution.py 2 years ago
comfyanonymous c0fb0c848f Update colab notebook. 2 years ago
comfyanonymous 6de6246dd4 Fix some potential issues related to threads. 2 years ago
pythongosssss 9f391ab656
changed to store history by uniqueid 2 years ago
pythongosssss 5c5725dac0
Remove extra args 2 years ago
pythongosssss 9bd7bfa648
Added workflow history 2 years ago
pythongosssss a52aa9f4b5
Moved api out to server 2 years ago
comfyanonymous 5f375f0d16 Remove my "deleted" debug print that confused people. 2 years ago
masterpiecebestquality 3a83da7281 empty cache after execute() 2 years ago
comfyanonymous a38a30cb87 Document --highvram and enable it in colab. 2 years ago
pythongosssss 0787299610
Hide Triton warning on Windows 2 years ago