Commit Graph

5304 Commits

Author SHA1 Message Date
patientx
651ead163a
Merge branch 'comfyanonymous:master' into master 2025-10-07 02:41:21 +03:00
Alexander Piskun
8c19910427
convert nodes_kling.py to V3 schema (#10236) 2025-10-06 16:26:52 -07:00
Alexander Piskun
e77e0a8f8f
convert nodes_pika.py to V3 schema (#10216) 2025-10-06 16:20:26 -07:00
Alexander Piskun
a49007a7b0
fix(api-nodes): allow negative_prompt PixVerse to be multiline (#10196) 2025-10-06 16:13:43 -07:00
Alexander Piskun
6ae3515801
fix(api-nodes): enable more pylint rules (#10213) 2025-10-06 16:05:57 -07:00
patientx
753c247df2
Merge branch 'comfyanonymous:master' into master 2025-10-06 23:56:15 +03:00
comfyanonymous
6bd3f8eb9f ComfyUI version 0.3.63 2025-10-06 14:49:04 -04:00
ComfyUI Wiki
7326e46dee
Update template to 0.1.93 (#10235)
* Update template to 0.1.92

* Update template to 0.1.93
2025-10-06 10:57:00 -07:00
patientx
e5c08bb5c2
Merge branch 'comfyanonymous:master' into master 2025-10-06 00:08:39 +03:00
comfyanonymous
195e0b0639
Remove useless code. (#10223) 2025-10-05 15:41:19 -04:00
patientx
de8d67992f
Merge branch 'comfyanonymous:master' into master 2025-10-05 16:28:53 +03:00
Alexander Piskun
187f43696d
fix(api-nodes): disable "std" mode for Kling2.5-turbo (#10212) 2025-10-04 23:34:18 -07:00
comfyanonymous
caf07331ff
Remove soundfile dependency. No more torchaudio load or save. (#10210) 2025-10-04 22:05:05 -04:00
Alexander Piskun
b1fa1922df
convert nodes_stable3d.py to V3 schema (#10204) 2025-10-04 12:33:48 -07:00
Alexander Piskun
2ed74f7ac7
convert nodes_rodin.py to V3 schema (#10195) 2025-10-04 12:29:09 -07:00
Alexander Piskun
22f99fb97e
fix(api-nodes): enable 2 more pylint rules, removed non needed code (#10192) 2025-10-04 12:22:57 -07:00
patientx
32438729d5
added clearing the log / terminal as an option 2025-10-04 20:43:34 +03:00
patientx
47a10707ad
Update README.md 2025-10-04 16:39:41 +03:00
patientx
0785ab29ca
Update README.md 2025-10-04 16:31:13 +03:00
patientx
b54ecbde4e
Merge branch 'comfyanonymous:master' into master 2025-10-04 16:31:00 +03:00
patientx
06476797ca
Update README.md 2025-10-04 16:30:53 +03:00
patientx
44884f0929
Merge pull request #329 from Rando717/cfz-updater
Cfz updater
2025-10-04 16:25:55 +03:00
patientx
535ec4c0c8
Merge pull request #327 from Rando717/hip-path
fix breaking git pull and incorrect MSVC check
2025-10-04 16:24:59 +03:00
Rando717
de42dc2008
Create cfz_update_utility.bat
all-in-one batch file with select menu to:

- check for updates only
- check and git pull updates
- fix broken updates/branch
- hard reset/wipe (removes: tracked, untracked, modified, discard staged, not pushed commits, .gitignore)
- info about current stage: what is modified, untracked and ignored
2025-10-04 14:53:49 +02:00
Rando717
a35059411f
Delete fix-update.bat 2025-10-04 14:37:42 +02:00
Rando717
cc6761dab2
Delete update.bat 2025-10-04 14:37:26 +02:00
Rando717
5884ab8892
Delete comfyui.png 2025-10-04 14:37:12 +02:00
Rando717
c079a1725f
no pager on git pull and false msvc report fix
-no pager for long git outputs to prevent breaking

- reworked and combined build tools and msvc checks
- removed PATH check for msvc tools, not mandatory for triton
- removed split suffix/prefix search, causes false positives
- simplified search via vswhere for build tools and vs components
-prints build tools version same as before, but no msvc info, 
unless req. component is missing, that includes; cmake tools, clang compiler, msvc build tools, windows sdk
2025-10-04 08:12:10 +02:00
Rando717
7ac280ae3f
no pager on git log and pull
to prevent stops when output is long
2025-10-04 07:51:34 +02:00
comfyanonymous
bbd683098e
Add instructions to install nightly AMD pytorch for windows. (#10190)
* Add instructions to install nightly AMD pytorch for windows.

* Update README.md
2025-10-03 23:37:43 -04:00
comfyanonymous
08726b64fe
Update amd nightly command in readme. (#10189) 2025-10-03 18:22:43 -04:00
patientx
c3a59c8e40
Merge branch 'comfyanonymous:master' into master 2025-10-04 00:51:31 +03:00
Finn-Hecker
93d859cfaa
Fix type annotation syntax in MotionEncoder_tc __init__ (#10186)
## Summary
Fixed incorrect type hint syntax in `MotionEncoder_tc.__init__()` parameter list.

## Changes
- Line 647: Changed `num_heads=int` to `num_heads: int` 
- This corrects the parameter annotation from a default value assignment to proper type hint syntax

## Details
The parameter was using assignment syntax (`=`) instead of type annotation syntax (`:`), which would incorrectly set the default value to the `int` class itself rather than annotating the expected type.
2025-10-03 14:32:19 -07:00
Alexander Piskun
4614ee09ca
convert nodes_edit_model.py to V3 schema (#10147) 2025-10-03 13:24:42 -07:00
Alexander Piskun
5c8e986e27
convert nodes_tomesd.py to V3 schema (#10180) 2025-10-03 11:50:38 -07:00
Alexander Piskun
8c26d7bbe6
convert nodes_pixverse.py to V3 schema (#10177) 2025-10-03 11:48:21 -07:00
Alexander Piskun
d7aa414141
convert nodes_eps.py to V3 schema (#10172) 2025-10-03 11:45:02 -07:00
Alexander Piskun
3e68bc342c
convert nodes_torch_compile.py to V3 schema (#10173) 2025-10-03 11:43:54 -07:00
Alexander Piskun
c2c5a7d5f8
fix(api-nodes): bad indentation in Recraft API node function (#10175) 2025-10-03 11:41:06 -07:00
Alexander Piskun
8a293372ec
fix(api-nodes): reimport of base64 in Gemini node (#10181) 2025-10-03 11:40:27 -07:00
patientx
4132db3aee
Merge branch 'comfyanonymous:master' into master 2025-10-03 21:31:32 +03:00
Alexander Piskun
ed3ca78e08
feat(api-nodes): add kling-2-5-turbo to txt2video and img2video nodes (#10155) 2025-10-03 11:26:34 -07:00
patientx
de2f2ac25a
Merge branch 'comfyanonymous:master' into master 2025-10-03 13:20:55 +03:00
Alexander Piskun
4ffea0e864
feat(linter, api-nodes): add pylint for comfy_api_nodes folder (#10157) 2025-10-02 19:14:28 -04:00
patientx
e0a5e8e304
Merge branch 'comfyanonymous:master' into master 2025-10-03 01:41:28 +03:00
Alexander Piskun
1395bce9f7
update example_node to use V3 schema (#9723) 2025-10-02 15:20:29 -07:00
patientx
a12b26c630
Merge branch 'comfyanonymous:master' into master 2025-10-03 01:01:55 +03:00
comfyanonymous
e9364ee279
Turn on TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL by default. (#10168) 2025-10-02 17:57:15 -04:00
Alexander Piskun
f6e3e9a456
fix(api-nodes): made logging path to be smaller (#10156) 2025-10-02 14:50:31 -07:00
Alexander Piskun
8f4ee9984c
convert nodes_morphology.py to V3 schema (#10159) 2025-10-02 13:53:00 -07:00