86 Commits (34608de2e9ba253db7f9ba23d1e6314172d02b7d)

Author SHA1 Message Date
comfyanonymous 19944ad252 Add code to fix issues with new pytorch version on the standalone. 7 months ago
comfyanonymous b4c2d03d47 Remove duplicate import. 8 months ago
comfyanonymous bd2d3e27d7 Show comfy_extras warning at the end.
Remove code.
8 months ago
Chenlei Hu 9dd549e253
Add `--no-custom-node` cmd flag (#3903)
* Add --no-custom-node cmd flag

* nit
8 months ago
Garrett Sutula bacce529fb
Add TLS Support (#3312)
* Add TLS Support

* Add to readme

* Add guidance for windows users on generating certificates

* Add guidance for windows users on generating certificates

* Fix typo
10 months ago
comfyanonymous 6a32c06f06 Move cleanup_models to improve performance. 11 months ago
comfyanonymous 2a813c3b09 Switch some more prints to logging. 12 months ago
comfyanonymous e61755ead0 Update the old updater if present when running on the windows standalone. 1 year ago
comfyanonymous 56d9496b18 Rename status notes to status messages.
I think message describes them better.
1 year ago
realazthat 1b3d65bd84 Add error, status to /history endpoint 1 year ago
comfyanonymous 6d281b4ff4 Add a /free route to unload models or free all memory.
A POST request to /free with: {"unload_models":true}
will unload models from vram.

A POST request to /free with: {"free_memory":true}
will unload models and free all cached data from the last run workflow.
1 year ago
comfyanonymous 66831eb6e9 Add node id and prompt id to websocket progress packet. 1 year ago
comfyanonymous 2f9d6a97ec Add --deterministic option to make pytorch use deterministic algorithms. 1 year ago
comfyanonymous 6b769bca01 Do a garbage collect after the interval even if nothing is running. 1 year ago
comfyanonymous b911eefc42 Limit gc.collect() to once every 10 seconds. 1 year ago
comfyanonymous be903eb2e2 Add default CheckpointSave, CLIPSave and VAESave paths to model paths. 1 year ago
Jairo Correa 63e5fd1790 Option to input directory 1 year ago
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. 2 years ago
comfyanonymous 2bc12d3d22 Add --temp-directory argument to set temp directory. 2 years ago
comfyanonymous eb5191f911 0.0.0.0 doesn't work on windows. 2 years ago
comfyanonymous ccb6b70de1 Move image encoding outside of sampling loop for better preview perf. 2 years ago
comfyanonymous 799c08a4ce Auto disable cuda malloc on some GPUs on windows. 2 years ago
comfyanonymous 9871a15cf9 Enable --cuda-malloc by default on torch 2.0 and up.
Add --disable-cuda-malloc to disable it.
2 years ago
comfyanonymous 1679abd86d Add a command line argument to enable backend:cudaMallocAsync 2 years ago
comfyanonymous 6f914fb77d Print prestartup times for custom nodes. 2 years ago
Dr.Lt.Data 99abcbef41
feat/startup-script: Feature to avoid package installation errors when installing custom nodes. (#856)
* support startup script for installation without locking on windows

* modified: Instead of executing scripts from the startup-scripts directory, I will change it to execute the prestartup_script.py for each custom node.
2 years ago
comfyanonymous 103c487a89 Cleanup. 2 years ago
comfyanonymous d52ed407a7 Send websocket message only when prompt is actually done executing. 2 years ago
reaper47 5cf4079923 Give linux some love 2 years ago
space-nuko 48f7ec750c Make previews into cli option 2 years ago
space-nuko 38bc02bb40 Fix 2 years ago
space-nuko b4f434ee66 Preview sampled images with TAESD 2 years 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
also adds some metavars to argarse
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 6be7c64245 Merge branch 'custom_routes' of https://github.com/pythongosssss/ComfyUI 2 years ago
comfyanonymous 66f1f57615 Add --extra-model-paths-config to --help. 2 years ago
pythongosssss 313f1f83a6 Tweak server/custom node load order
- Load custom nodes after creating server
 - Add routes after loading custom nodes
Custom nodes can now add routes via PromptServer.instance
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.
Rename extra_model_paths.yaml.example to extra_model_paths.yaml and edit
it to point to your other UI.
2 years ago