Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-comfy-aimdo for openSUSE:Factory checked in at 2026-08-26 19:53:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-comfy-aimdo (Old) and /work/SRC/openSUSE:Factory/.python-comfy-aimdo.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-comfy-aimdo" Wed Aug 26 19:53:28 2026 rev:3 rq:1373687 version:0.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python-comfy-aimdo/python-comfy-aimdo.changes 2026-08-24 15:44:01.881592981 +0200 +++ /work/SRC/openSUSE:Factory/.python-comfy-aimdo.new.1258/python-comfy-aimdo.changes 2026-08-26 19:53:58.532275935 +0200 @@ -1,0 +2,10 @@ +Tue Aug 25 16:59:43 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.4.15: + * Windows shared-memory detection now keeps 512 MB of VRAM headroom + instead of the 768 MB introduced in 0.4.14 when the free-memory + figure is read from NVML rather than from cuMemGetInfo() + * That Windows-only constant is the entire release; the Python code + shipped by this package is unchanged from 0.4.14 + +------------------------------------------------------------------- Old: ---- comfy-aimdo-0.4.14.tar.gz New: ---- comfy-aimdo-0.4.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-comfy-aimdo.spec ++++++ --- /var/tmp/diff_new_pack.HcpeBy/_old 2026-08-26 19:53:59.707317435 +0200 +++ /var/tmp/diff_new_pack.HcpeBy/_new 2026-08-26 19:53:59.711317576 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-comfy-aimdo -Version: 0.4.14 +Version: 0.4.15 Release: 0 Summary: AI Model Dynamic Offloader for ComfyUI (pure-Python fallback) License: GPL-3.0-only ++++++ comfy-aimdo-0.4.14.tar.gz -> comfy-aimdo-0.4.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/comfy-aimdo-0.4.14/src-win/shmem-detect.c new/comfy-aimdo-0.4.15/src-win/shmem-detect.c --- old/comfy-aimdo-0.4.14/src-win/shmem-detect.c 2026-08-23 03:52:47.000000000 +0200 +++ new/comfy-aimdo-0.4.15/src-win/shmem-detect.c 2026-08-25 09:42:03.000000000 +0200 @@ -104,7 +104,7 @@ /* FIXME: This should be 0 if sysmem fallback is disabled by the user */ #define WDDM_BUDGET_HEADROOM (512 * 1024 * 1024) #define CUDA_BUDGET_HEADROOM (192 * 1024 * 1024) -#define NVML_BUDGET_HEADROOM (768 * 1024 * 1024) +#define NVML_BUDGET_HEADROOM (512 * 1024 * 1024) bool poll_budget_deficit(const char **prevailing_deficit_method) {
