forked from extern/easydiffusion
Only require 8GB instead of 80GB
80GB was a leftover from the code test
This commit is contained in:
parent
bf205de3a1
commit
9b89ede9c4
@ -232,7 +232,7 @@ Function .onInit
|
||||
System::Int64Op $4 / 1048576
|
||||
Pop $4
|
||||
|
||||
${If} $4 < "80000"
|
||||
${If} $4 < "8000"
|
||||
MessageBox MB_OK|MB_ICONEXCLAMATION "Warning!$\n$\nYour system has less than 8GB of memory (RAM).$\n$\n\
|
||||
You can still try to install Stable Diffusion UI,$\nbut it might have problems to start, or run$\nvery slowly."
|
||||
${EndIf}
|
||||
|
Loading…
Reference in New Issue
Block a user