Only require 8GB instead of 80GB

80GB was a leftover from the code test
This commit is contained in:
JeLuF 2022-11-03 00:28:47 +01:00 committed by GitHub
parent bf205de3a1
commit 9b89ede9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}