doctorpangloss
f809217a6d
replacement ./main.py
2025-06-24 12:31:02 -07:00
doctorpangloss
8838957554
move main.py
2025-06-24 12:30:32 -07:00
doctorpangloss
b92bb6a3be
upstream main.py
2025-06-24 12:30:19 -07:00
doctorpangloss
8eba1733c8
remove main.py
2025-06-24 12:29:47 -07:00
Benjamin Berman
da2cbf7c91
move and fix main
2025-04-30 11:59:59 -07:00
Benjamin Berman
84ec6a53f2
main.py stub
2025-04-29 12:02:27 -07:00
Benjamin Berman
b5e376a3d0
move main.py
2025-04-29 12:01:55 -07:00
Benjamin Berman
df6a3cf8cb
main.py from upstream
2025-04-29 12:01:34 -07:00
doctorpangloss
4a13766d14
--base-paths argument adds additional paths to search for models/checkpoints, models/loras, etc. directories, including directories specified in this pattern by custom nodes
2024-10-29 14:27:14 -07:00
doctorpangloss
1bc96a7a1b
Fix #20 base path can now be set before folder paths are initialized, although all of this really has to be reworked
2024-08-29 18:02:36 -07:00
doctorpangloss
39d9fc8c5d
Deprecate main.py
2024-06-17 15:50:32 -07:00
doctorpangloss
72e92514a4
Better compatibility with pre-existing prompt_worker method
2024-02-08 18:07:37 -08:00
Benjamin Berman
3216d1c6b0
fix image upload, running from main
2023-08-04 15:44:02 -07:00
Benjamin Berman
b12394c9e9
include legacy main.py
2023-08-04 15:44:02 -07:00
Benjamin Berman
3d3c5ae344
wip
2023-08-04 15:44:02 -07:00
Benjamin Berman
b3038de648
make the nodes organization more sane
2023-08-04 15:44:02 -07:00
Benjamin Berman
66b857d069
basic caching
2023-08-04 15:44:02 -07:00
Benjamin Berman
65722c2bb3
openapi definition, documented API endpoints and new ergonomic API endpoint
2023-08-04 15:44:02 -07:00
comfyanonymous
eb5191f911
0.0.0.0 doesn't work on windows.
2023-08-01 01:15:18 -04:00
comfyanonymous
ccb6b70de1
Move image encoding outside of sampling loop for better preview perf.
2023-07-19 18:06:58 -04:00
comfyanonymous
799c08a4ce
Auto disable cuda malloc on some GPUs on windows.
2023-07-19 14:43:55 -04:00
comfyanonymous
9871a15cf9
Enable --cuda-malloc by default on torch 2.0 and up.
...
Add --disable-cuda-malloc to disable it.
2023-07-17 15:12:10 -04:00
comfyanonymous
1679abd86d
Add a command line argument to enable backend:cudaMallocAsync
2023-07-17 11:00:14 -04:00
comfyanonymous
6f914fb77d
Print prestartup times for custom nodes.
2023-07-13 13:01:45 -04:00
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.
2023-07-11 02:33:21 -04:00
comfyanonymous
103c487a89
Cleanup.
2023-07-02 11:58:23 -04:00
comfyanonymous
d52ed407a7
Send websocket message only when prompt is actually done executing.
2023-06-13 13:38:43 -04:00
reaper47
5cf4079923
Give linux some love
2023-06-07 15:15:38 +02:00
space-nuko
48f7ec750c
Make previews into cli option
2023-06-05 13:19:02 -05:00
space-nuko
38bc02bb40
Fix
2023-06-05 09:20:20 -05:00
space-nuko
b4f434ee66
Preview sampled images with TAESD
2023-06-05 09:20:17 -05:00
comfyanonymous
1dd846a7ba
Fix outputs gone from history.
2023-05-15 00:27:28 -04:00
comfyanonymous
dfc74c19d9
Add the prompt_id to some websocket messages.
2023-05-11 01:22:40 -04:00
comfyanonymous
d6dee8af1d
Only validate each input once.
2023-05-10 00:29:31 -04:00
EllangoK
8e03c789a2
auto-launch cli arg
2023-05-06 16:59:40 -04:00
comfyanonymous
93c64afaa9
Use sampler callback instead of tqdm hook for progress bar.
2023-05-02 23:00:49 -04:00
comfyanonymous
74fc7b7726
custom_nodes paths can now be set in the extra_model_paths.yaml
2023-04-16 01:46:43 -04:00
EllangoK
28fff5d1db
fixes lack of support for multi configs
...
also adds some metavars to argarse
2023-04-06 19:06:39 -04:00
EllangoK
e5e587b1c0
seperates out arg parser and imports args
2023-04-05 23:41:23 -04:00
EllangoK
dd29966f8a
changes main.py to use argparse
2023-04-05 22:36:40 -04:00
comfyanonymous
f816964847
Add a way to set output directory with --output-directory
2023-04-05 14:29:30 -04:00
comfyanonymous
6be7c64245
Merge branch 'custom_routes' of https://github.com/pythongosssss/ComfyUI
2023-04-02 01:55:05 -04:00
comfyanonymous
66f1f57615
Add --extra-model-paths-config to --help.
2023-04-02 01:54:44 -04:00
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
2023-04-01 12:44:29 +01:00
comfyanonymous
5218e5d596
Command line option to set CUDA device.
2023-03-29 23:28:21 -04:00
comfyanonymous
31dd6c0531
Add way to specify listen ip with --listen.
2023-03-28 01:42:34 -04:00
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.
2023-03-18 02:52:43 -04:00
comfyanonymous
5ad9f86514
Do a quick test on the CI to see if ComfyUI actually runs before pushing
...
the build.
2023-03-14 23:02:57 -04:00
comfyanonymous
ff255d9dcd
Make sure windows permission issues don't mess things up.
2023-03-14 18:07:09 -04:00
pythongosssss
6db777b348
Added ability to save images to temp dir
2023-03-13 19:34:05 +00:00