doctorpangloss
e455b0ad2e
fix opentel
2025-07-16 15:19:19 -07:00
doctorpangloss
6ecb9e71f6
this is not disabling the meterprovider successfully
2025-07-16 14:33:06 -07:00
doctorpangloss
d4d62500ac
fix tests, disable opentel metrics provider
2025-07-16 14:21:50 -07:00
doctorpangloss
bf3345e083
Add support for ComfyUI Manager
2025-07-15 14:06:29 -07:00
doctorpangloss
f1cfff6da5
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-15 10:21:19 -07:00
doctorpangloss
96b4e04315
packaging fixes
...
- enable user db
- fix main_pre order everywhere
- fix absolute to relative imports everywhere
- async better supported
2025-07-15 10:19:33 -07:00
doctorpangloss
c086c5e005
fix pylint issues
2025-07-14 17:44:43 -07:00
doctorpangloss
499f9be5fa
merging upstream with hiddenswitch
...
- deprecate our preview image fork of the frontend because upstream now has the needed functionality
- merge the context executor from upstream into ours
2025-07-14 16:55:47 -07:00
doctorpangloss
bd6f28e3bd
Move back to comfy_execution directory
2025-07-14 13:48:34 -07:00
doctorpangloss
04e411c32e
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-14 13:45:09 -07:00
doctorpangloss
f576f8124a
record workflow when there's an error
2025-07-11 13:51:45 -07:00
doctorpangloss
1338e8935f
fix metrics exporter messing up health endpoint
2025-07-09 07:15:42 -07:00
doctorpangloss
f6339e8115
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-24 12:52:54 -07:00
doctorpangloss
f8eea225d4
modify main.py
2025-06-24 12:30:54 -07:00
doctorpangloss
8838957554
move main.py
2025-06-24 12:30:32 -07:00
doctorpangloss
8eba1733c8
remove main.py
2025-06-24 12:29:47 -07:00
Benjamin Berman
8041b1b54d
fix ideogram seed, fix polling for results, fix logger
2025-06-18 09:38:20 -07:00
Benjamin Berman
f507bec91a
fix issue with queue retrieval in distributed environment, fix text progress, fix folder paths being aggressively resolved, fix ideogram seed
2025-06-18 02:43:50 -07:00
doctorpangloss
1d29c97266
fix tests
2025-06-17 18:38:42 -07:00
doctorpangloss
7d1f840636
adding tests
2025-06-17 14:26:47 -07:00
doctorpangloss
1d901e32eb
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-17 13:20:31 -07:00
doctorpangloss
fb7846db50
Merge branch 'master' of github.com:hiddenswitch/ComfyUI
2025-06-17 13:02:48 -07:00
doctorpangloss
adb68f5623
fix logging in model_downloader, remove nf4 flux support since it is broken and unused
2025-06-17 12:14:08 -07:00
doctorpangloss
e8cf6489d2
modify hook breaker to work
2025-06-17 10:39:51 -07:00
doctorpangloss
cdcbdaecb0
move hook breaker
2025-06-17 10:39:27 -07:00
doctorpangloss
3bf0b01e47
del hook breaker
2025-06-17 10:39:09 -07:00
doctorpangloss
82388d51a2
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-17 10:35:10 -07:00
Benjamin Berman
cc9a0935a4
fix issue when trying to normalize paths for comparison purposes and the node contains an integer list value
2025-06-11 07:23:57 -07:00
Benjamin Berman
d94b0cce93
better logging
2025-06-05 20:59:36 -07:00
Benjamin Berman
b6d3f1fb08
Accept workflows from the command line
2025-05-07 14:53:39 -07:00
Benjamin Berman
da2cbf7c91
move and fix main
2025-04-30 11:59:59 -07:00
Benjamin Berman
eed79e210e
move hook breaker
2025-04-30 11:52:33 -07:00
Benjamin Berman
b5e376a3d0
move main.py
2025-04-29 12:01:55 -07:00
Benjamin Berman
0aa4143885
remove main.py
2025-04-29 12:00:31 -07:00
doctorpangloss
17b14110ab
Update to latest ComfyUI
2025-04-21 14:11:56 -07:00
doctorpangloss
5823497d55
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-04-21 13:14:36 -07:00
doctorpangloss
040a324346
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-03-29 15:57:24 -07:00
doctorpangloss
e068c4c920
Improved support for Wan features
...
- Wan and Cosmos prompt upsamplers
- Fixed torch.compile issues
- Known models added
- Cosmos, Wan and Hunyuan Video resolutions now supported by Fit Image
to Diffusion Size.
- Better error messages for Ampere and Triton interactions
2025-03-08 15:12:28 -08:00
doctorpangloss
048746f58b
Update to 0.3.15 and improve models
...
- Cosmos now fully tested
- Preliminary support for essential Cosmos prompt "upsampler"
- Lumina tests
- Tweaks to language and image resizing nodes
- Fix for #31 all the samplers are now present again
2025-02-24 21:27:15 -08:00
doctorpangloss
693038738a
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-02-24 09:39:26 -08:00
doctorpangloss
3ddec8ae90
Better support for process pool executors
...
- --panics-when=torch.cuda.OutOfMemory will now correctly panic and
exit the worker, giving it time to reply that the execution failed
and better dealing with irrecoverable out-of-memory errors
- --executor-factory=ProcessPoolExecutor will use a process instead of
a thread to execute comfyui workflows when using the worker. When
this process panics and exits, it will be correctly replaced, making
a more robust worker
2025-02-18 14:37:20 -08:00
doctorpangloss
684d180446
Users can now configure their workers to panic if they have out of memory exceptions, which occur due to complex failures in custom nodes
2025-02-18 10:57:23 -08:00
doctorpangloss
6ab1aa1e8a
Improving MLLM/VLLM support and fixing bugs
...
- fix #29 str(model) no longer raises exceptions like with
HyVideoModelLoader
- don't try to format CUDA tensors because that can sometimes raise
exceptions
- cudaAllocAsync has been disabled for now due to 2.6.0 bugs
- improve florence2 support
- add support for paligemma 2. This requires the fix for transformers
that is currently staged in another repo, install with
`uv pip install --no-deps "transformers@git+https://github.com/zucchini-nlp/transformers.git#branch=paligemma-fix-kwargs "`
- triton has been updated
- fix missing __init__.py files
2025-02-05 14:02:28 -08:00
doctorpangloss
d24098cd9b
Fix mask uploads
2025-01-28 16:34:59 -08:00
doctorpangloss
044dff6887
Updates and fixes
...
- Update to latest triton
- Fix huggingface hub automatic downloads
- Latest transformers may require updating huggingface llava models
- Compiling flux with fp8 weights is not supported
2025-01-28 16:22:09 -08:00
doctorpangloss
a3452f6e6a
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-01-28 13:45:51 -08:00
doctorpangloss
631d9e44c6
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-01-16 09:58:02 -08:00
doctorpangloss
1f69d3ec0b
Fix directory creation
2025-01-09 18:19:50 -08:00
doctorpangloss
f8a00af0d2
Fix issues with paths
2025-01-04 13:52:32 -08:00
doctorpangloss
9d5a5dd533
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-12-28 14:24:27 -08:00