Skip to content

Commit 0e9d172

Browse files
Add a .bat to the AMD portable to disable smart memory. (#10153)
1 parent 4965c0e commit 0e9d172

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.ci/windows_amd_base_files/README_VERY_IMPORTANT.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ https://www.amd.com/en/resources/support-articles/release-notes/RN-AMDGPU-WINDOW
33

44
HOW TO RUN:
55

6-
if you have a AMD gpu:
6+
If you have a AMD gpu:
77

88
run_amd_gpu.bat
99

10+
If you have memory issues you can try disabling the smart memory management by running comfyui with:
11+
12+
run_amd_gpu_disable_smart_memory.bat
1013

1114
IF YOU GET A RED ERROR IN THE UI MAKE SURE YOU HAVE A MODEL/CHECKPOINT IN: ComfyUI\models\checkpoints
1215

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --disable-smart-memory
2+
pause

0 commit comments

Comments
 (0)