bigcat88
|
c196dd5d0f
|
V3: primitive nodes; additional ruff rules for V3 nodes
|
2025-07-15 17:44:26 +03:00 |
|
bigcat88
|
b17cc99c1e
|
V3 Nodes: Load,Save,Vae audio nodes; sort imports; ruff
|
2025-07-15 13:11:50 +03:00 |
|
bigcat88
|
ac05d9a5fa
|
V3 Nodes: LoadAudio and PreviewAudio
|
2025-07-15 09:46:46 +03:00 |
|
bigcat88
|
a580176735
|
V3 Nodes: refactor ComfyNodeV3 class; use of ui.SavedResult; ported SaveAnimatedPNG and SaveAnimatedWEBP nodes
|
2025-07-14 16:35:25 +03:00 |
|
kosinkadink1@gmail.com
|
039a64be76
|
Merge branch 'v3-definition' into v3-definition-wip
|
2025-07-14 02:55:43 -05:00 |
|
kosinkadink1@gmail.com
|
c9e03684d6
|
Changed how a node class is cloned and locked for execution, added EXECUTE_NORMALIZED to wrap around execute function so that a NodeOutput is always returned
|
2025-07-14 02:55:07 -05:00 |
|
Jedrzej Kosinski
|
fad1b90d93
|
Merge pull request #8877 from bigcat88/v3/nodes/stable-cascade
[V3] StableCascade nodes
|
2025-07-14 00:18:37 -07:00 |
|
Jedrzej Kosinski
|
f74f410ee7
|
Merge pull request #8876 from bigcat88/v3/nodes_controlnet
[V3] ControlNet nodes
|
2025-07-14 00:17:36 -07:00 |
|
bigcat88
|
1e36e7ff8b
|
V3 Nodes: make generic upload parameters for io.Combo.Input
|
2025-07-12 17:57:29 +03:00 |
|
bigcat88
|
535faa84f6
|
V3 ControlNet nodes: use io.NodeOutput; adjust code style
|
2025-07-12 11:24:14 +03:00 |
|
bigcat88
|
c09213ebc1
|
V3 StableCascade nodes: use io.NodeOutput; adjust code style
|
2025-07-12 10:33:02 +03:00 |
|
bigcat88
|
0be2ab610a
|
Merge remote-tracking branch 'origin/v3-definition' into v3-definition
|
2025-07-12 08:54:50 +03:00 |
|
bigcat88
|
af781cb96c
|
Reapply "V3 nodes: stable cascade" (#8873)
This reverts commit eabd053227e5cdad2615461fb24a499bf204b69f.
|
2025-07-11 22:42:20 +03:00 |
|
bigcat88
|
21c9d7b289
|
V3 controlnet nodes: ControlNetApply, SetUnionControlNetType, ControlNetInpaintingAliMamaApply
|
2025-07-11 22:34:22 +03:00 |
|
comfyanonymous
|
eabd053227
|
Revert "V3 nodes: stable cascade" (#8873)
|
2025-07-11 13:02:18 -04:00 |
|
bigcat88
|
f51ebfb5a1
|
V3 nodes: stable cascade
|
2025-07-11 17:26:04 +03:00 |
|
kosinkadink1@gmail.com
|
5ee63e284b
|
Renamed 'node' to 'cls' in PreviewImage/Mask
|
2025-07-10 01:53:27 -05:00 |
|
kosinkadink1@gmail.com
|
5423a4f262
|
Made id on static Outputs optional, still required on DynamicOutput
|
2025-07-10 01:49:01 -05:00 |
|
kosinkadink1@gmail.com
|
fe2cadeaa0
|
Remove input display_names on nodes where the inputs already have the desired name via id
|
2025-07-10 01:25:07 -05:00 |
|
bigcat88
|
d8b91bb84e
|
put V1 nodes back
|
2025-07-10 07:58:34 +03:00 |
|
bigcat88
|
965d2f9b8f
|
use options key, remove get_io_type_V1 serialization
|
2025-07-10 06:47:52 +03:00 |
|
bigcat88
|
8f0621ca7e
|
IS_CHANGED->fingerprint_inputs , VALIDATE_INPUTS->validate_inputs
|
2025-07-09 14:02:28 +03:00 |
|
bigcat88
|
fefb24cc33
|
fixes, corrections; ported MaskPreview, WebcamCapture and LoadImageOutput nodes
|
2025-07-09 13:37:57 +03:00 |
|
kosinkadink1@gmail.com
|
5f91e2905a
|
Merge branch 'v3-definition' of https://github.com/comfyanonymous/ComfyUI into v3-definition
|
2025-07-09 03:58:16 -05:00 |
|
kosinkadink1@gmail.com
|
3aa2d19c70
|
Merge branch 'master' into v3-definition
|
2025-07-09 03:58:09 -05:00 |
|
kosinkadink1@gmail.com
|
56ccfeaa8a
|
Add fingerprint_inputs support (V3's IS_CHANGED)
|
2025-07-09 03:25:23 -05:00 |
|
kosinkadink1@gmail.com
|
82e6eeab75
|
Support validate_inputs for v3 replacing VALIDATE_INPUTS, support check_lazy_mix for v3, prep for renaming IS_CHANGED to fingerprint_inputs, reorder some class methods
|
2025-07-09 02:26:35 -05:00 |
|
kosinkadink1@gmail.com
|
a86fddcdd4
|
Fixed MultiCombo, confirmed VALIDATE_INPUTS, IS_CHANGED works
|
2025-07-09 00:26:15 -05:00 |
|
Kohaku-Blueleaf
|
181a9bf26d
|
Support Multi Image-Caption dataset in lora training node (#8819)
* initial impl of multi img/text dataset
* Update nodes_train.py
* Support Kohya-ss structure
|
2025-07-08 20:18:04 -04:00 |
|
chaObserv
|
aac10ad23a
|
Add SA-Solver sampler (#8834)
|
2025-07-08 16:17:06 -04:00 |
|
comfyanonymous
|
e740dfd806
|
Fix warning in audio save nodes. (#8818)
|
2025-07-07 03:16:00 -04:00 |
|
comfyanonymous
|
7eab7d2944
|
Remove dependency on deprecated torchaudio.save function (#8815)
|
2025-07-06 14:01:32 -04:00 |
|
Jedrzej Kosinski
|
18a7207ca4
|
Mock AutogrowDynamic type
|
2025-07-04 16:27:03 -05:00 |
|
comfyanonymous
|
f74fc4d927
|
Add ImageRotate and ImageFlip nodes. (#8789)
|
2025-07-03 19:16:30 -04:00 |
|
City
|
d9277301d2
|
Initial code for new SLG node (#8759)
|
2025-07-02 20:13:43 -04:00 |
|
comfyanonymous
|
34c8eeec06
|
Fix ImageColorToMask not returning right mask values. (#8771)
|
2025-07-02 15:35:11 -04:00 |
|
Harel Cain
|
9f1069290c
|
nodes_lt: fixes to latent conditioning at index > 0 (#8769)
|
2025-07-02 15:34:51 -04:00 |
|
Terry Jia
|
79ed752748
|
support upload 3d model to custom subfolder (#8597)
|
2025-07-01 20:43:48 -04:00 |
|
comfyanonymous
|
772de7c006
|
PerpNeg Guider optimizations. (#8753)
|
2025-07-01 03:09:07 -04:00 |
|
chaObserv
|
b22e97dcfa
|
Migrate ER-SDE from VE to VP algorithm and add its sampler node (#8744)
Apply alpha scaling in the algorithm for reverse-time SDE and add custom ER-SDE sampler node for other solver types (SDE, ODE).
|
2025-07-01 02:38:52 -04:00 |
|
chaObserv
|
f02de13316
|
Add TCFG node (#8730)
|
2025-07-01 02:33:07 -04:00 |
|
comfyanonymous
|
cf49a2c5b5
|
Dual cfg node optimizations when cfg is 1.0 (#8747)
|
2025-06-30 14:18:25 -04:00 |
|
Jedrzej Kosinski
|
3758c65107
|
Extracted resources to separate file
|
2025-06-28 16:46:45 -07:00 |
|
Jedrzej Kosinski
|
0e7ff98e1d
|
Introduced Resources to ComfyNodeV3
|
2025-06-28 15:47:02 -07:00 |
|
chaObserv
|
5b4eb021cb
|
Perpneg guider with updated pre and post-cfg (#8698)
|
2025-06-28 18:13:13 -04:00 |
|
Jedrzej Kosinski
|
2999212480
|
Moved ui preview-related classes out of io.py and into ui.py, refactored UIImages and related into PreviewImage and related
|
2025-06-28 13:53:25 -07:00 |
|
Jedrzej Kosinski
|
cef73c75fb
|
Fix recognizing ComfyNodeV3 class by using issubclass, removed override decorator as it was only introduced in py3.12
|
2025-06-27 14:00:20 -07:00 |
|
Jedrzej Kosinski
|
aefd845a21
|
Multitype refactor progress
|
2025-06-26 15:41:49 -07:00 |
|
Jedrzej Kosinski
|
6ef4ad2a4c
|
Merge branch 'master' into v3-definition-wip
|
2025-06-26 12:45:20 -07:00 |
|
Jedrzej Kosinski
|
6d64658c79
|
Added get_value and set_value to NodeState, small cleanup
|
2025-06-26 12:44:08 -07:00 |
|