Commit Graph

17 Commits

Author SHA1 Message Date
patientx
6c552d07ef
Update command line arguments in comfyui-n.bat
Added '--disable-pinned-memory' to command line arguments to address recent generation issues.

removed flash-attention arguments.
2025-12-09 16:04:49 +03:00
patientx
ae873d3b77
Update COMMANDLINE_ARGS for GPU compatibility
Added '--disable-async-offload' to COMMANDLINE_ARGS for compatibility with older GPUs.
2025-11-30 15:17:58 +03: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
cfb3eecdc3
Update comfyui-n.bat, print hip PATH(s)
prints "HIP_PATH" at the very top, 
and all defined "HIP_PATH_xx" paths


optional print under Build Tools with check for MSVC in PATH,
assuming default path:
<drive>\<program files>\Microsoft Visual Studio\<year>\BuildTools\VC\Tools\MSVC\<version>\bin\Hostx64\x64
2025-10-02 00:22:02 +02:00
Rando717
3d24e253b9
Update comfyui-n.bat (WMIC)
-removed WMIC for driver version lookup
(off by default on win11 24H2 and soon to be removed in 25H2)

-added less reliable search for AMD Software version via registry (stops at first match)
2025-09-23 05:32:50 +02:00
Rando717
236e103f4f
Update comfyui-n.bat
added line breaks for readability
2025-09-22 01:14:44 +02:00
Rando717
25945ff604
Update comfyui-n.bat
-check for VS Build Tools via vswhere (assuming default path)
-get ComfyUI(batch) path, censor username if inside Users folder
-get current commit date, hash and branch
-list new commits on git pull
-get driver version via wmic
-map driver version to corresponding AMD Software (WIP)
-get [nightly build] or [release build] info for ZLUDA from nvcuda.dll via nvcuda.zluda_get_nightly_flag.py
2025-09-21 19:28:30 +02:00
Rando717
005853ccaf
Update comfyui-n.bat (git) 2025-09-17 23:49:49 +02:00
Rando717
2f256e48cb
Update comfyui-n.bat
- reverted previous commit (removes colored + - signs)
- added check for git (install+version) and current commit hash

- stylized output: [INFO], [PASS], [FAIL]
- added launching app info
2025-09-14 23:25:39 +02:00
Rando717
4b607e54fd
Update comfyui-n.bat
** Stylized git pull output
2025-09-13 15:33:52 +02:00
Rando717
df57ff67d9
Update comfyui-n.bat
-same commits as with comfyui.bat (cleanup+more informative zluda check)
2025-09-12 17:13:11 +02:00
Rando717
bb3b73f947
Update comfyui-n.bat (zluda check)
A simple check for zluda.exe and nccl.dll
With hint about AV false positive nccl.dll block.
2025-09-07 17:28:36 +02:00
patientx
2250b6be5f
Update comfyui-n.bat 2025-08-25 17:10:55 +03:00
patientx
811ee8a185
Update comfyui-n.bat 2025-06-12 16:17:10 +03:00
patientx
96dd29c07e
Update comfyui-n.bat 2025-05-15 03:04:48 +03:00
patientx
15899a4b85
Update comfyui-n.bat 2025-05-15 03:01:22 +03:00
patientx
f4c6c60333
Create comfyui-n.bat 2025-05-02 18:05:04 +03:00