Alexis Rolland and GitHub
09e6cd4689
Update comfy_extras/nodes_seedvr.py
2026-06-08 17:43:07 +08:00
Alexis Rolland and GitHub
7dcea515ef
Update comfy_extras/nodes_seedvr.py
2026-06-08 17:42:55 +08:00
Alexis Rolland and GitHub
343352c889
Update comfy_extras/nodes_seedvr.py
2026-06-08 17:42:45 +08:00
Alexis Rolland and GitHub
4d6b5b758a
Update comfy_extras/nodes_seedvr.py
2026-06-08 17:42:32 +08:00
Alexis Rolland and GitHub
8610ec6b60
Update comfy_extras/nodes_seedvr.py
2026-06-08 17:42:17 +08:00
John Pollock
1e08e8b724
SeedVR2 native nodes: apply review feedback
...
- Replace SeedVR2Resize / SeedVR2ResizeAdvanced with a single pad-only node
SeedVR2Preprocess ("Pre-Process SeedVR2 Input"); resizing is delegated to the
native Resize Image/Mask node. Input resized_images -> output processed_images.
- SeedVR2PostProcessing consumes the native-resized image directly: inputs images
+ original_resized_images; de-pad the decode to the reference's unpadded
dimensions; color-correct against the reference pixels; apply alpha with the same
top-left de-pad crop as RGB. Output display_name "images".
- SeedVR2Conditioning latent input display "latent"; SeedVR2ProgressiveSampler
latent input/output latent_image -> latent (execute fn + _run_standard_sample).
- Update the SeedVR2 unit tests for the renamed API; remove dead area_resize.
- Strip third-party-node references from comments, a docstring, and a user-facing
error message.
2026-06-06 13:14:08 -05:00
Alexis Rolland and GitHub
81f22c335a
Merge branch 'master' into seedvr2-native-support
2026-06-05 13:19:19 -07:00
comfyanonymous and GitHub
986ce5b4f0
Update AMD portable readme. ( #14303 )
2026-06-05 12:41:44 -07:00
Terry Jia and GitHub
2ef2cf1a7c
feat: add PreviewGaussianSplat + PreviewPointCloud nodes ( #14194 )
2026-06-05 12:30:58 -07:00
Alexander Piskun and GitHub
aeee53ff6a
[Partner Nodes] feat: add temperature and top_p to NanoBanan node ( #14305 )
2026-06-05 11:52:15 -07:00
Alexander Piskun and GitHub
4a00126e9c
[Partner Nodes] feat: add new Gemini text node ( #14299 )
2026-06-05 10:31:55 -07:00
rattus and GitHub
ec6aa979a6
aimdo 049 ( #14300 )
2026-06-05 08:40:03 -07:00
rattus and GitHub
410df27253
Fix interoperation with external source of pinned memory pressure ( #14252 )
...
* mm: split off registration helper to doer and headroom calc
* pinned_memory: implement registration comfy side
Move away from Aimdo buffer registrations which seem fraught with
danger and do it comfy side. Just start with the basic move.
* pinned_memory: do registrations as portable memory
* pinned_memory: discard async errors on registration fail
Like the good ol days.
* pinned_memory: implement abs shortfall retry
If pinned registration happens to fail despite the previous budget
ensures, consider the allocation shortfall, ensure it again, and
try again. This allows comfy pins to interoperate with other software
that might be doing substantive pinning.
2026-06-05 08:39:35 -07:00
Jukka Seppänen and GitHub
5aa71b9bc2
Enable cfg1 optimization for DualModelGuider with CFGGuider ( #14290 )
...
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
* Enable cfg1 optimization for DualModelGuider
* Fix CFG Override tooltip
2026-06-05 10:04:10 +03:00
Alexis Rolland and GitHub
ab0d8a9203
Consolidate audio nodes into SaveAudioAdvanced node (CORE-202) ( #13871 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-04 19:29:41 -07:00
comfyanonymous and GitHub
514bb8ba21
Fix ideogram if model dtype gets set to fp8. ( #14291 )
2026-06-04 19:20:22 -07:00
Comfy Org PR Bot and GitHub
4e1f7cb1db
Bump comfyui-frontend-package to 1.45.15 ( #14265 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-04 11:41:33 -07:00
Daxiong (Lin) and GitHub
6ecca5f468
chore: update workflow templates to v0.9.98 ( #14284 )
2026-06-04 09:40:44 -07:00
Alexander Piskun and GitHub
27b5c423a6
[Partner Nodes] feat: add seed input to Flux Erase node ( #14283 )
...
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2026-06-04 19:32:15 +03:00
Alexander Piskun and GitHub
1f9e7df52a
[Partner Nodes] feat: add Krea 2 Medium Turbo model ( #14280 )
2026-06-04 08:24:22 -07:00
Alexander Piskun and GitHub
0a92dd9c09
[Partner Nodes] feat: add Bria Green Background node ( #14277 )
2026-06-04 07:47:20 -07:00
Alexander Piskun and GitHub
4d360f9c9d
[Partner Nodes] fix (Seedance 2.0): prevent 1080p first/last-frame stretch jump ( #14251 )
...
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2026-06-04 11:23:52 +03:00
Alexander Piskun and GitHub
4f99ce0f8c
[Partner Nodes] fix SaveWEBM node to save alpha channel; add BriaTransparentVideoBackground Partner node ( #14257 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-03 16:05:48 -07:00
Yousef R. Gamaleldin and GitHub
7758b9b321
fix: Image grid bug fix (CORE-215) ( #14100 )
2026-06-03 16:03:32 -07:00
Comfy Org PR Bot and GitHub
bb84c75283
chore(openapi): sync shared API contract from cloud@7c470f0 ( #14174 )
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-03 13:20:30 -07:00
comfyanonymous
f49bdb6557
ComfyUI v0.24.0
v0.24.0
2026-06-03 12:42:13 -04:00
comfyanonymous and GitHub
8e3045a90b
Memory usage factor for ideogram 4 on non dynamic vram. ( #14264 )
2026-06-03 12:19:18 -04:00
Daxiong (Lin) and GitHub
f0619af659
chore: update workflow templates to v0.9.94 ( #14263 )
2026-06-03 09:10:26 -07:00
comfyanonymous and GitHub
f69225df24
Mark DualModelGuider as experimental ( #14262 )
2026-06-03 08:55:18 -07:00
Jukka Seppänen and GitHub
24f9a020ce
Support Ideogram4 ( #14259 )
2026-06-03 08:41:44 -07:00
Alexander Piskun and GitHub
c7a22e1b4e
[Partner Nodes] feat: add Ideogram V4 node ( #14261 )
...
Signed-off-by: bigcat88 <bigcat88@icloud.com >
2026-06-03 18:13:20 +03:00
John Pollock
6c233b1966
Merge branch 'master' into seedvr2-native-support
2026-06-02 21:58:55 -05:00
John Pollock
529b9232f0
Replace SeedVR2 custom varlen attention backends and fix 7B RoPE
2026-06-02 21:12:34 -05:00
John Pollock
22078c799b
Refine SeedVR2 alpha channel handling and node UX
2026-06-02 21:12:34 -05:00
rattus and GitHub
bd7da053ae
comfy-aimdo: 0.4.8 ( #14244 )
...
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Build package / Build Test (3.10) (push) Waiting to run
Build package / Build Test (3.11) (push) Waiting to run
Build package / Build Test (3.12) (push) Waiting to run
Build package / Build Test (3.13) (push) Waiting to run
Build package / Build Test (3.14) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Aimdo 0.4.8 fixes a crash in multi-gpu due to contention on the
singleton bounce buffer.
2026-06-02 18:57:16 -07:00
comfyanonymous and GitHub
d4c7ebff9c
Remove old useless no comfy kitchen fallback. ( #14245 )
...
* Remove old fallback used when no comfy kitchen.
* Remove unused logging import
2026-06-02 17:52:41 -07:00
Jukka Seppänen and GitHub
dc10c0133e
PiD: Add SDXL and QwenImage ( #14240 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-02 12:40:49 -07:00
Quasar of Mikus and GitHub
e9207aa7cc
fix (MultiGPU): prevent freeze on manual abort when using MultiGPU CFG Split ( #14235 )
...
* fix (MultiGPU): prevent freeze on manual abort when using MultiGPU CFG Split
Problem:
Upon manual abort application hangs indefinitely.
`InterruptProcessingException` inherits from `BaseException` and bypasses MultiGPU's worker error handling block so thread dies silently, leaving the main thread waiting forever for `result_q.get()`
Fix:
Catch `comfy.model_management.InterruptProcessingException` instead of `Exception` so it's caught and passed back via `result_q` to unblock the main thread when manual abort signal fires.
* oops
2026-06-02 10:05:24 -07:00
person4268 and GitHub
c96fcddb81
Radiance: support variant with nonzero txt_ids ( #14206 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-01 22:07:48 -07:00
Alexis Rolland and GitHub
e88a81d316
Revert partner nodes category ( #14229 )
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
2026-06-01 21:24:46 -07:00
vidigoat and GitHub
33799c4a2e
Fix uncaught OverflowError in Math Expression node for large int results ( #14214 )
2026-06-01 18:15:04 -07:00
comfyanonymous and GitHub
4b48535a7d
Do tripo dinov3 inference in fp32. ( #14221 )
2026-06-01 18:08:20 -07:00
comfyanonymous and GitHub
06b710aa68
Fix issue with triposplat preview and old offloading mode. ( #14218 )
2026-06-01 14:35:52 -07:00
comfyanonymous and GitHub
e785f0d212
Some cast/dtype fixes for the birefnet and dino3 models. ( #14217 )
2026-06-01 14:35:26 -07:00
comfyanonymous
a88e02b185
ComfyUI v0.23.0
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
v0.23.0
2026-06-01 13:05:25 -04:00
Alexander Piskun and GitHub
0b610bd63a
[Partner Nodes] fix: respect VideoSlice trim when resizing videos ( #14213 )
2026-06-01 09:09:57 -07:00
Daxiong (Lin) and GitHub
412d9ac33a
chore: update workflow templates to v0.9.92 ( #14212 )
2026-06-01 07:41:00 -07:00
Alexander Piskun and GitHub
af58c5e674
[Partner Nodes] feat: add Flux Virtual Try-On and Erase nodes ( #14207 )
2026-06-01 07:12:12 -07:00
Jukka Seppänen and GitHub
462c27fdb2
feat: Add TripoSplat support ( #14210 )
2026-06-01 07:01:50 -07:00
comfyanonymous and GitHub
70a2e1a851
Remove old portable updater migration code. ( #14202 )
...
Detect Unreviewed Merge / detect (push) Waiting to run
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.10, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.11, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-stable (12.1, , linux, 3.12, [self-hosted Linux], stable) (push) Waiting to run
Full Comfy CI Workflow Runs / test-unix-nightly (12.1, , linux, 3.11, [self-hosted Linux], nightly) (push) Waiting to run
Execution Tests / test (macos-latest) (push) Waiting to run
Execution Tests / test (ubuntu-latest) (push) Waiting to run
Execution Tests / test (windows-latest) (push) Waiting to run
Test server launches without errors / test (push) Waiting to run
Unit Tests / test (macos-latest) (push) Waiting to run
Unit Tests / test (ubuntu-latest) (push) Waiting to run
Unit Tests / test (windows-2022) (push) Waiting to run
* Remove old portable updater migration code.
This is 2 years old so I don't think it's needed anymore.
* Delete new_updater.py
2026-05-31 20:47:00 -07:00