bigcat88
|
f569823738
|
pass "id" in Schema inputs as an arg instead of kwarg
|
2025-07-24 22:03:50 +03:00 |
|
bigcat88
|
66cd5152fd
|
apply changes from https://github.com/comfyanonymous/ComfyUI/pull/9015
|
2025-07-24 15:40:39 +03:00 |
|
bigcat88
|
2ea2bc2941
|
converted nodes files starting with "t" letter
|
2025-07-24 15:22:35 +03:00 |
|
bigcat88
|
487ec28b9c
|
converted last nodes for "u" and "v" letters
|
2025-07-24 11:36:42 +03:00 |
|
bigcat88
|
b4d9a27fdb
|
converted nodes files starting with "h" letter
|
2025-07-24 11:16:03 +03:00 |
|
bigcat88
|
991de5fc81
|
converted nodes files starting with "l" letter
|
2025-07-24 10:19:43 +03:00 |
|
Jedrzej Kosinski
|
e5cac06bbe
|
Merge branch 'master' into v3-definition
|
2025-07-23 16:32:22 -07:00 |
|
Jedrzej Kosinski
|
ddb84a3991
|
Renamed IO_V3 to _IO_V3
|
2025-07-23 15:37:43 -07:00 |
|
Jedrzej Kosinski
|
d984cee318
|
Renamed ComfyNodeV3 to ComfyNode, renamed ComfyNodeInternal to _ComfyNodeInternal
|
2025-07-23 15:05:58 -07:00 |
|
Jedrzej Kosinski
|
b0f73174b2
|
Renamed SchemaV3 to Schema
|
2025-07-23 14:55:53 -07:00 |
|
Jedrzej Kosinski
|
b561dfe8b2
|
Removed NumberDisplay.color, as it does not exist in the frontend
|
2025-07-23 14:38:33 -07:00 |
|
Jedrzej Kosinski
|
ce1d30e9c3
|
Merge pull request #9019 from bigcat88/v3/nodes/extras-8-files
[V3] next 8 converted files
|
2025-07-23 14:26:30 -07:00 |
|
bigcat88
|
9208b4a7c1
|
converted to V3 schema
|
2025-07-23 16:59:05 +03:00 |
|
bigcat88
|
bed60d6ed9
|
refactored Preview/Save of audios
|
2025-07-23 10:16:15 +03:00 |
|
bigcat88
|
333d942f30
|
refactored Preview/Save of images
|
2025-07-23 06:54:15 +03:00 |
|
bigcat88
|
54bf03466f
|
use fixed super(), remove use of TorchDictFolderFilename
|
2025-07-23 05:28:25 +03:00 |
|
bigcat88
|
7f8c51e36d
|
v3 nodes: sd3, selfattent, s4_4xupscale, skiplayer
|
2025-07-23 04:54:25 +03:00 |
|
Jedrzej Kosinski
|
8c03ff085d
|
Fixed super() calls not working from within v3's execute function due to shallow_clone_class not accounting for bases properly
|
2025-07-22 16:33:58 -07:00 |
|
Jedrzej Kosinski
|
6a77eb15bc
|
Merge pull request #8964 from bigcat88/v3/nodes/video-save
[V3] SaveVideo, LoadVideo, SaveWEBM, WAN nodes
|
2025-07-22 12:57:26 -07:00 |
|
comfyanonymous
|
0aa1c58b04
|
This is not needed. (#8991)
|
2025-07-21 16:48:25 -04:00 |
|
comfyanonymous
|
54a45b9967
|
Replace torchaudio.load with pyav. (#8989)
|
2025-07-21 14:19:14 -04:00 |
|
bigcat88
|
aae60881de
|
v3: refactoring of image saving code
|
2025-07-20 11:28:13 +03:00 |
|
bigcat88
|
45363ad31f
|
v3: removed "id" from Output nodes
|
2025-07-20 11:02:56 +03:00 |
|
bigcat88
|
f15c63c37d
|
removed id from outputs
|
2025-07-20 06:55:45 +03:00 |
|
Jedrzej Kosinski
|
a7c59dc3d6
|
Removed state from ComfyNodeV3
|
2025-07-19 20:45:54 -07:00 |
|
chaObserv
|
100c2478ea
|
Add SamplingPercentToSigma node (#8963)
It's helpful to adjust start_percent or end_percent based on the corresponding sigma.
|
2025-07-19 23:09:11 -04:00 |
|
Jedrzej Kosinski
|
96d317b3e2
|
Add is_experimental to v3 test sleep node
|
2025-07-19 20:06:09 -07:00 |
|
Jedrzej Kosinski
|
87e72fc04c
|
Merge pull request #8968 from bigcat88/v3/nodes/latent-and-lt
[V3] nodes_lt.py and nodes_latent.py
|
2025-07-19 20:02:14 -07:00 |
|
bigcat88
|
b196fb954e
|
v3: converted nodes_lt.py
|
2025-07-19 16:38:22 +03:00 |
|
bigcat88
|
638096fade
|
v3: converted nodes_latent.py
|
2025-07-19 14:54:34 +03:00 |
|
bigcat88
|
edc8f06770
|
v3: small nodes(pag, perpneg, morph, optimsteps)
|
2025-07-19 12:01:35 +03:00 |
|
comfyanonymous
|
1b96fae1d4
|
Add nested style of dual cfg to DualCFGGuider node. (#8965)
|
2025-07-19 04:55:23 -04:00 |
|
bigcat88
|
9e37b5420b
|
v3: converted nodes_wan.py
|
2025-07-19 11:06:37 +03:00 |
|
bigcat88
|
36e8277724
|
v3: converted nodes_video
|
2025-07-19 07:47:09 +03:00 |
|
Jedrzej Kosinski
|
b6a4a4c664
|
Support async for v3's execute function, still need to test validate_inputs, fingerprint_inputs, and check_lazy_status, fix Any type for v3 by introducing __ne__ trick from comfy_api's typing.py
|
2025-07-18 15:50:42 -07:00 |
|
Jedrzej Kosinski
|
fd9c34a3eb
|
Merge branch 'master' into v3-definition - async v3 nodes do not currently work, but I will fix that in the next v3 PR
|
2025-07-18 14:14:02 -07:00 |
|
bigcat88
|
2a7793394f
|
converted ImageRebatch, LatentRebatch, DifferentialDiffusion
|
2025-07-18 17:05:40 +03:00 |
|
bigcat88
|
18ed598fa1
|
converted extra nodes files starting with "f,g"
|
2025-07-18 16:21:34 +03:00 |
|
comfyanonymous
|
7f492522b6
|
Forgot this (#8957)
|
2025-07-18 05:43:02 -04:00 |
|
bigcat88
|
9eda706e64
|
V3: 7 more nodes
|
2025-07-18 06:23:13 +03:00 |
|
bigcat88
|
326a2593e0
|
V3: 4 more converted files (starting with A)
|
2025-07-17 11:22:11 +03:00 |
|
comfyanonymous
|
650838fd6f
|
Experimental CFGNorm node. (#8942)
This is from the new hidream e1 1 model code. Figured it might be useful as a generic cfg trick.
|
2025-07-17 04:11:07 -04:00 |
|
bigcat88
|
5c94199b04
|
V3: Mask nodes
|
2025-07-16 21:12:40 +03:00 |
|
bigcat88
|
d703ba9633
|
V3: AceStepAudio nodes
|
2025-07-16 15:42:14 +03:00 |
|
bigcat88
|
106bc9b32a
|
V3: PreviewAny node
|
2025-07-16 11:25:02 +03:00 |
|
bigcat88
|
c3334ae813
|
V3: renamed DEFINE_SCHEMA to define_schema
|
2025-07-16 11:24:46 +03:00 |
|
bigcat88
|
119f5a869e
|
V3: images nodes
|
2025-07-16 08:14:33 +03:00 |
|
Brandon Wallace
|
6b8062f414
|
Fix MaskComposite error when destination has 2 dimensions (#8915)
Fix code that is using the original `destination` input instead of the reshaped value.
|
2025-07-15 21:08:27 -04:00 |
|
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 |
|