Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package comfyui for openSUSE:Factory checked in at 2026-08-27 18:53:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/comfyui (Old) and /work/SRC/openSUSE:Factory/.comfyui.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "comfyui" Thu Aug 27 18:53:10 2026 rev:5 rq:1373929 version:0.34.0 Changes: -------- --- /work/SRC/openSUSE:Factory/comfyui/comfyui.changes 2026-08-26 19:54:01.683387226 +0200 +++ /work/SRC/openSUSE:Factory/.comfyui.new.1265/comfyui.changes 2026-08-27 18:56:05.166491839 +0200 @@ -1,0 +2,37 @@ +Thu Aug 27 06:17:01 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.34.0: + * New model support: Pixal3d, TRELLIS2, Sam3d-body and taeh3 + * MiniMax-H3 gained a MiniMaxH3AddGuide node that anchors image and + audio guides at any frame, per-token video and audio latent noise + masks, prompt embeddings and the special tokens it was missing; + the plain Empty Latent Image node can now feed it as well + * Save Video writes HDR, the AV1 codec and mkv/webm containers, the + h264 codec gained HDR colour space options, and CreateVideo gained + a colorspace option with bit_depth turned into a combo + * Faster Gemma4 text generation, and dynamic VRAM is now enabled by + default on ROCm 7.14 and newer + * Fixed the default database path when a custom user directory is in + use, temp-directory assets disappearing while their files still + exist, and missing asset preview URLs outside input and output + * API nodes: added Wan 3.0, Meshy-7, Pixverse V6 and ByteDance vCube + Video Enhance; removed the retired Kling v2 image model and the + Tripo Refine node and v2.0 model version + * Startup warns that Python 3.10 reaches end of life on + October 31 2026 + * ... see upstream's release notes for the full list +- Recommend python-numba: the new mesh3d UV unwrapping code uses it + when it is importable and is roughly five times faster than the + torch fallback it otherwise takes, but works without it +- Follow upstream's raised runtime minimums, still encoded as floors + and not as the exact pins that requirements.txt writes: + * python-av >= 17.0.0, was 16.0.0 + * python-comfy-aimdo >= 0.4.15, was 0.4.13 + * python-comfyui-embedded-docs >= 0.5.10, was 0.5.9 + * python-comfyui-workflow-templates >= 0.11.48, was 0.11.44 + * python-comfy-kitchen stays at >= 0.2.31, unchanged upstream + * python-comfyui-frontend-package stays at >= 1.50.6 although + upstream asks for 1.49.6: that is a security floor, for + GHSA-2gr5-vw2p-2hcf, GHSA-j6xv-rx8r-mh6j and GHSA-8xxc-66vh-2pf3 + +------------------------------------------------------------------- Old: ---- ComfyUI-0.33.3.tar.gz New: ---- ComfyUI-0.34.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ comfyui.spec ++++++ --- /var/tmp/diff_new_pack.4Hauei/_old 2026-08-27 18:56:06.659544099 +0200 +++ /var/tmp/diff_new_pack.4Hauei/_new 2026-08-27 18:56:06.664544274 +0200 @@ -20,7 +20,7 @@ # Follow %%{primary_python} so the interpreter tracks the distro primary. %define pythons %{primary_python} Name: comfyui -Version: 0.33.3 +Version: 0.34.0 Release: 0 Summary: Modular node-graph engine for local AI content creation License: GPL-3.0-only @@ -43,7 +43,7 @@ Requires: %{primary_python}-SQLAlchemy >= 2.0.0 Requires: %{primary_python}-aiohttp >= 3.11.8 Requires: %{primary_python}-alembic -Requires: %{primary_python}-av >= 16.0.0 +Requires: %{primary_python}-av >= 17.0.0 Requires: %{primary_python}-blake3 # Upstream's requirements.txt uses "==" for the comfy* packages, but its own # check_comfy_packages_versions() warns only when the installed version is @@ -63,14 +63,14 @@ # byte-identical between 0.4.13 and 0.4.15. A speculative upper bound would simply recreate # the unresolvable state this floor exists to fix, so none is set; a real # break gets a bound then, with the evidence. -Requires: %{primary_python}-comfy-aimdo >= 0.4.13 +Requires: %{primary_python}-comfy-aimdo >= 0.4.15 Requires: %{primary_python}-comfy-kitchen >= 0.2.31 -Requires: %{primary_python}-comfyui-embedded-docs >= 0.5.9 +Requires: %{primary_python}-comfyui-embedded-docs >= 0.5.10 # Security floor, not a compatibility pin: 1.50.6 carries the XSS fixes # GHSA-2gr5-vw2p-2hcf, GHSA-j6xv-rx8r-mh6j and GHSA-8xxc-66vh-2pf3. Do not # lower it to whatever upstream's requirements.txt happens to name. Requires: %{primary_python}-comfyui-frontend-package >= 1.50.6 -Requires: %{primary_python}-comfyui-workflow-templates >= 0.11.44 +Requires: %{primary_python}-comfyui-workflow-templates >= 0.11.48 Requires: %{primary_python}-einops Requires: %{primary_python}-filelock Requires: %{primary_python}-numpy >= 1.25.0 @@ -90,10 +90,13 @@ Requires: %{primary_python}-tqdm Requires: %{primary_python}-transformers >= 4.50.3 Requires: %{primary_python}-yarl >= 1.18.0 -# Non-essential extras (kornia/spandrel/comfy-angle/opengl): missing -# optional modules must not block installing the tool. +# Non-essential extras (kornia/spandrel/comfy-angle/numba/opengl): +# missing optional modules must not block installing the tool. numba +# is new in 0.34.0 and only used by comfy_extras/mesh3d/uv_unwrap, +# which falls back to a torch implementation when it is absent. Recommends: %{primary_python}-comfy-angle Recommends: %{primary_python}-kornia >= 0.7.1 +Recommends: %{primary_python}-numba Recommends: %{primary_python}-opengl >= 3.1.8 Recommends: %{primary_python}-spandrel BuildArch: noarch ++++++ ComfyUI-0.33.3.tar.gz -> ComfyUI-0.34.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/comfyui/ComfyUI-0.33.3.tar.gz /work/SRC/openSUSE:Factory/.comfyui.new.1265/ComfyUI-0.34.0.tar.gz differ: char 15, line 1
