Update on_sd_start.bat

This commit is contained in:
cmdr2 2022-11-26 01:43:41 +05:30 committed by GitHub
parent d2b5d6cce9
commit 91e4ccf6f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if NOT DEFINED test_sd2 set test_sd2=N
if "%test_sd2%" == "Y" (
@call git -c advice.detachedHead=false checkout 992f111312afa9ec1a01beaa9733cb9728f5acd3
@call git apply --whitespace=warn ..\ui\sd_internal\ddim_callback_sd2.patch
@call git apply ..\ui\sd_internal\ddim_callback_sd2.patch
)
@cd ..