doctorpangloss
834cf42a24
fix import
2025-08-26 14:01:54 -07:00
doctorpangloss
c4be2bfb92
move nodes
2025-08-26 14:01:17 -07:00
doctorpangloss
e84bf5f025
Fix downloads and tests on Linux
2025-08-22 18:29:12 -07:00
doctorpangloss
735a133ad4
Update to 0.3.51
2025-08-22 17:29:18 -07:00
doctorpangloss
664349eabf
move extra nodes
2025-08-22 13:25:25 -07:00
doctorpangloss
dfc47e0611
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-08-22 13:24:52 -07:00
doctorpangloss
cd17b42664
Qwen Image with sage attention workarounds
2025-08-07 17:29:23 -07:00
doctorpangloss
b72e5ff448
Qwen Image with 4 bit and 8 bit quants
2025-08-07 13:40:05 -07:00
doctorpangloss
d8dbff9226
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-08-07 13:23:38 -07:00
doctorpangloss
87bed08124
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-08-01 16:05:47 -07:00
doctorpangloss
83184916c1
Improvements to GGUF
...
- GGUF now works and included 4 bit quants, this will allow WAN to run on 24GB VRAM GPUs
- logger only shows full stack for errors
- helper functions for colab notebook
- fix nvcr.io auth error
- lora issues are now reported better
- model downloader will use huggingface cache and symlinking if it is supported on your platform
- torch compile node now correctly patches the model before compilation
2025-07-30 18:28:52 -07:00
doctorpangloss
03e5430121
Improvements for Wan 2.2 support
...
- add xet support and add the xet cache to manageable directories
- xet is enabled by default
- fix logging to root in various places
- improve logging about model unloading and loading
- TorchCompileNode now supports the VAE
- torchaudio missing will cause less noise in the logs
- feature flags will assume to be supporting everything in the distributed progress context
- fixes progress notifications
2025-07-28 14:36:27 -07:00
doctorpangloss
b5a50301f6
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-28 10:06:47 -07:00
doctorpangloss
76b32c8e6e
fix incorrect import
2025-07-25 12:51:17 -07:00
doctorpangloss
3684cff31b
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-25 12:48:05 -07:00
doctorpangloss
cf24b3b284
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-18 09:04:41 -07:00
doctorpangloss
10e4291a5f
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-17 16:01:20 -07:00
doctorpangloss
dd3925ec3b
fix linting errors
2025-07-16 15:52:36 -07:00
doctorpangloss
94310e51e3
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-07-16 14:24:12 -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
35899ba20e
simplify composite function
2025-07-11 13:52:25 -07:00
doctorpangloss
a464dfa3db
fix issue when trying to write to a file that already exists
2025-07-11 13:52:15 -07:00
doctorpangloss
b268296504
update upstream for flux fixes
2025-07-09 06:28:17 -07:00
doctorpangloss
c358ff88a5
move comfy_extras/nodes_edit_model.py
2025-06-26 16:57:46 -07:00
doctorpangloss
a7aff3565b
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-26 16:57:25 -07:00
doctorpangloss
f6339e8115
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-24 12:52:54 -07:00
doctorpangloss
41dc6ec7fa
fix inpainting alignment issue
2025-06-24 12:27:06 -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
Benjamin Berman
5727217c2f
gracefully handle skia import failure
2025-06-17 21:08:25 -07:00
doctorpangloss
42dd7a59e3
fix pylint notifs
2025-06-17 14:49:06 -07:00
doctorpangloss
52c522d019
nodes train fix, nodes stich test imports removal
2025-06-17 14:46:46 -07:00
doctorpangloss
1d901e32eb
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-17 13:20:31 -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
3d0306b89f
more fixes from pylint
2025-06-17 11:36:41 -07:00
doctorpangloss
929bfbb99f
Revert "Fix WebcamCapture IS_CHANGED signature ( #8413 )"
...
This reverts commit c7b25784b1 .
2025-06-17 11:27:32 -07:00
doctorpangloss
666f5b96f7
extras
2025-06-17 10:43:46 -07:00
doctorpangloss
aa1eb398e7
move comfy extras
2025-06-17 10:40:43 -07:00
doctorpangloss
82388d51a2
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-06-17 10:35:10 -07:00
Benjamin Berman
564e14ea97
refactor and cleanup of inpainting nodes
2025-06-09 13:55:32 -07:00
Benjamin Berman
d4c9d5c748
inpainting nodes
2025-06-07 10:20:21 -07:00
Benjamin Berman
396a2ef3d3
wip inpainting fixes and ideogram now takes a mask that is more convention from the POV of comfyui
2025-06-06 22:25:22 -07:00
Benjamin Berman
285b9485f4
wip inpainting utils
2025-06-06 16:07:33 -07:00
Benjamin Berman
e6f9a6a552
add args for ideogram nodes, add tests
2025-06-05 18:12:04 -07:00
Benjamin Berman
64fa54c3ad
ideogram nodes update
2025-06-05 18:02:37 -07:00
doombubbles
9e0522b7a8
Update ideogram nodes to v3
2025-05-16 05:25:44 -07:00
Benjamin Berman
b6d3f1fb08
Accept workflows from the command line
2025-05-07 14:53:39 -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
2003e6ae65
move into comfy_extras/nodes
2025-03-29 15:58:08 -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
0f85e7d2b0
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-03-06 07:41:41 -08:00
doctorpangloss
83948cafd1
WAN 2.1 support
2025-03-06 07:32:04 -08:00
doctorpangloss
bfb145bb26
Move wan nodes
2025-03-05 16:46:44 -08:00
doctorpangloss
3c82be86d1
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-03-05 14:38:50 -08:00
doctorpangloss
8d2d613f95
Move language extensions in order to support packagized frontend
2025-03-05 10:39:31 -08:00
doctorpangloss
0deb0f3931
Fix pylint error
2025-03-05 10:21:35 -08:00
doctorpangloss
d82261485f
Prompt upsampling, better torch.compile support for language models
2025-03-03 18:36:47 -08:00
doctorpangloss
a4a9e4b59f
Include style_type parameter for Ideogram nodes
2025-02-25 13:26:17 -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
2528a76a05
Fix pylint issues
2025-02-24 09:06:03 -08:00
doctorpangloss
51bb02e96b
Use IterateList to express that a common list ancestor should not be run combinatorially many times
2025-02-24 08:57:25 -08:00
doctorpangloss
fb4ea2dc6d
16 bit color support for TIFF and PNG, 16 and 32 bit floating point
...
support in EXR
2025-02-21 17:55:02 -08:00
doctorpangloss
42f75cadc0
Generators
2025-02-20 15:00:07 -08:00
Benjamin Berman
0cfde0ad6d
Fix pylint issues
2025-02-18 20:23:09 -08:00
Benjamin Berman
1e74a4cf08
Fix absolute imports, fix linting issue with dataclass
2025-02-18 19:59:09 -08:00
doctorpangloss
d404ab3185
Fix images None issue
2025-02-15 17:06:27 -08:00
doctorpangloss
7bf9a86fc1
Fix another None images here
2025-02-15 17:00:46 -08:00
doctorpangloss
3a3e31a0a5
Fix unexpected None type for images
2025-02-15 16:52:08 -08:00
doctorpangloss
d4218f3f19
Fix NOFLAG not present on python 3.10 (?)
2025-02-14 16:54:55 -08:00
doctorpangloss
87a4af84ae
Fix regexp match expand returning wrong type
2025-02-14 16:03:46 -08:00
doctorpangloss
0ca30c3c87
export_custom_nodes now handles abstract base classes better
2025-02-14 15:36:51 -08:00
doctorpangloss
31b6b53236
Quality of life improvements
...
- export_custom_nodes() finds all the classes that inherit from
CustomNode and exports them correctly for custom node discovery to
find
- regular expressions
- additional string formatting and parsing nodes
2025-02-12 14:12:10 -08:00
doctorpangloss
3f1f427ff4
Distinct Seed and Seed64 input specs. numpy only supports 32 bit seeds
2025-02-05 14:08:09 -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
80db9a8e25
Florence2
2025-02-04 15:17:14 -08:00
doctorpangloss
a3452f6e6a
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-01-28 13:45:51 -08:00
doctorpangloss
2826d9b4e5
Populate from env var whenever it is set
2025-01-22 13:58:34 -08:00
doctorpangloss
b1bcf082af
Native Ideogram support
2025-01-22 10:32:04 -08:00
doctorpangloss
cf3c96e593
Cosmos support
2025-01-16 12:39:05 -08:00
doctorpangloss
631d9e44c6
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2025-01-16 09:58:02 -08:00
doctorpangloss
9d5a5dd533
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-12-28 14:24:27 -08:00
doctorpangloss
7655be873c
Updates to support Hunyuan Video
2024-12-25 22:39:12 -08:00
doctorpangloss
0fd407ae87
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-12-24 16:48:03 -08:00
doctorpangloss
d989e65fde
Update ComfyUI and fix tests
2024-12-09 19:45:17 -08:00
doctorpangloss
2d1676c717
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-12-09 15:54:37 -08:00
doctorpangloss
4b77c4941c
LTXV tests
2024-11-22 17:13:19 -08:00
doctorpangloss
63a00aedb5
Move nodes_lt into expected spot for this fork
2024-11-22 15:51:54 -08:00
doctorpangloss
fb7a3f9386
Update ComfyUI
...
- use their logger when running interactively
- move the extra nodes files to where this fork expects them
- add the mochi checkpoints to known models
- add a mochi workflow test
2024-11-18 13:58:24 -08:00
doctorpangloss
c0f072ee0f
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-11-18 13:12:31 -08:00
doctorpangloss
772e768fe8
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-11-04 10:17:26 -08:00
doctorpangloss
a13b9d3b54
Fix pylint error
2024-11-01 11:13:08 -07:00
doctorpangloss
31eacb6ac9
Improve compilation of models, adding support for triton
2024-11-01 10:40:58 -07:00
doctorpangloss
02d186b0c6
Fix pylint error
2024-10-29 19:53:09 -07:00
doctorpangloss
a8d8bff548
Improve support for torch compilation and sage attention
2024-10-29 19:22:26 -07:00
doctorpangloss
ea5078f7f2
Move nodes_mochi.py
2024-10-29 15:36:33 -07:00
doctorpangloss
76a80a65ea
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-10-29 15:35:39 -07:00